# googleads-mobile-ios-examples **Repository Path**: xideer/googleads-mobile-ios-examples ## Basic Information - **Project Name**: googleads-mobile-ios-examples - **Description**: googleads-mobile-ios - **Primary Language**: Objective-C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Google Mobile Ads SDK for iOS [![Build Status](https://travis-ci.org/googleads/googleads-mobile-ios-examples.svg?branch=master)](https://travis-ci.org/googleads/googleads-mobile-ios-examples) The Google Mobile Ads SDK is the latest generation in Google mobile advertising, featuring refined ad formats and streamlined APIs for access to mobile ad networks and advertising solutions. The SDK enables mobile app developers to maximize their monetization in native mobile apps. This repository contains open source examples and developer resources for both the Google AdMob and Google AdManager components of the Google Mobile Ads SDK. # Google Mobile Ads SDK Developers forum To report SDK feature requests, bugs, and crashes or to browse SDK-related discusssions, please use our [Google Mobile Ads SDK Developers forum](https://groups.google.com/forum/#!forum/google-admob-ads-sdk). The forum provides the latest SDK announcements and updates as well as technical SDK support for our [iOS developers](https://groups.google.com/forum/#!categories/google-admob-ads-sdk/ios). # Documentation Check out our [developers site](https://developers.google.com/mobile-ads-sdk/) for documentation on using the Mobile Ads SDK. # Examples Each iOS example app includes a Podfile and a Podfile.lock. The Podfile.lock tracks the version of each Pod specified in the Podfile that was used to build the release of the iOS example apps. 1. Run `pod install` in the same directory as the Podfile. 1. [Optional] Run `pod update` to get the latest version of the SDK. 1. Open the .xcworkspace file with Xcode and run the app. See the [CocoaPods Guides](https://guides.cocoapods.org/) for more information on installing and updating pods. ## Swift ### AdMob * [Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/admob/BannerExample) * [Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/admob/InterstitialExample) * [Native Advanced Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/admob/NativeAdvancedExample) * [Rewarded Video Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/admob/RewardedVideoExample) ### Advanced * [API Demo](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/advanced/APIDemo) - Provides additional examples for both AdMob and DoubleClick to help improve your mobile app integration of the Google Mobile Ads SDK. * [Banner UITableView Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/advanced/BannerTableViewExample) - Provides an example for displaying ads from AdMob Banners in a UITableView. ### AdManager * [AdManager Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/admanager/AdManagerBannerExample) * [AdManager Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/admanager/AdManagerInterstitialExample) * [AdManager Rewarded Video Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/admanager/AdManagerRewardedVideoExample) * [AdManager Custom Rendering Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/admanager/AdManagerCustomRenderingExample) ## Objective-C ### AdMob * [Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admob/BannerExample) * [Instream Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admob/InstreamExample) * [Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admob/InterstitialExample) * [Native Advanced Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admob/NativeAdvancedExample) * [Rewarded Video Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admob/RewardedVideoExample) ### Advanced * [API Demo](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/advanced/APIDemo) - Provides additional examples for both AdMob and DoubleClick to help improve your mobile app integration of the Google Mobile Ads SDK. * [Banner UITableView Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/advanced/BannerTableViewExample) - Provides an example for displaying ads from AdMob Banners in a UITableView. ### AdManager * [AdManager Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admanager/AdManagerBannerExample) * [AdManager Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admanager/AdManagerInterstitialExample) * [AdManager Rewarded Video Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admanager/AdManagerRewardedVideoExample) * [AdManager Custom Rendering Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admanager/AdManagerCustomRenderingExample) # Downloads Please check out our [releases](https://github.com/googleads/googleads-mobile-ios-examples/releases) for the latest downloads of our example apps. # GitHub issue tracker To file bugs, make feature requests, or suggest improvements for the **iOS example apps**, please use [GitHub's issue tracker](https://github.com/googleads/googleads-mobile-ios-examples/issues). For SDK support issues, please use the [Google Mobile Ads SDK Developers forum](https://groups.google.com/forum/#!forum/google-admob-ads-sdk). # License [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html)