Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saitawngpha/admob-kmp

Implement Admob into KMP Android and iOS
https://github.com/saitawngpha/admob-kmp

admob admob-banner admob-interstitial compose compose-multiplatform kmp kotlin swift swiftui

Last synced: about 23 hours ago
JSON representation

Implement Admob into KMP Android and iOS

Awesome Lists containing this project

README

        

## Admob for Kotlin Multiplatform
> Admob for Kotlin Multiplatform target Android and iOS

## Dependencies
- Admob
- GoogleMobileAds (for iOS)
- Compose KMP
- SwiftUI (for iOS)

## More Details Post
[Here](https://medium.com/stackademic/admob-integration-in-compose-multiplatform-02ea5e971584)

## Demo
Android Banner Ads | Android Interstitial Ads
:-------------------------: | :-------------------------:
|
iOS Banner Ads | iOS Interstitial Ads
|

## Build Project
- Clone this project
- For iOS cd to iosApp directory and install cocoapods for GoogleMobileAds
```
cd iosApp
pod install --verbose
```
- run ```iosApp.xcworkspace``` instead of ```iosApp.xcodeproj```