{"id":19176827,"url":"https://github.com/googleads/googleads-mobile-ios-examples","last_synced_at":"2025-05-14T10:07:49.358Z","repository":{"id":12302700,"uuid":"14933717","full_name":"googleads/googleads-mobile-ios-examples","owner":"googleads","description":"googleads-mobile-ios","archived":false,"fork":false,"pushed_at":"2025-04-02T16:16:07.000Z","size":3227,"stargazers_count":995,"open_issues_count":62,"forks_count":812,"subscribers_count":96,"default_branch":"main","last_synced_at":"2025-04-13T15:00:04.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ros-gbp/genpy-release","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/googleads.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-04T19:36:07.000Z","updated_at":"2025-04-05T18:56:21.000Z","dependencies_parsed_at":"2023-11-21T01:40:34.787Z","dependency_job_id":"0fc72a88-aab4-42a2-86ac-bf4305cbd670","html_url":"https://github.com/googleads/googleads-mobile-ios-examples","commit_stats":{"total_commits":346,"total_committers":27,"mean_commits":"12.814814814814815","dds":0.7601156069364162,"last_synced_commit":"9776dd3f3089306118531d96850dbf7ab860b632"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogleads-mobile-ios-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogleads-mobile-ios-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogleads-mobile-ios-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogleads-mobile-ios-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/googleads","download_url":"https://codeload.github.com/googleads/googleads-mobile-ios-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732474,"owners_count":21152851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T10:30:25.900Z","updated_at":"2025-04-13T15:01:07.267Z","avatar_url":"https://github.com/googleads.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Mobile Ads SDK for iOS\n\n![Build status](https://github.com/googleads/googleads-mobile-ios-examples/workflows/Build%20Status/badge.svg?branch=main)\n\nThe Google Mobile Ads SDK is the latest generation in Google mobile advertising,\nfeaturing refined ad formats and streamlined APIs for access to mobile ad\nnetworks and advertising solutions. The SDK enables mobile app developers to\nmaximize their monetization in native mobile apps.\n\nThis repository contains open source examples and developer resources for both\nthe Google AdMob and Google AdManager components of the Google Mobile Ads\nSDK.\n\n# Google Mobile Ads SDK Developers forum\n\nTo report SDK feature requests, bugs, and crashes or to browse SDK-related\ndiscusssions, please use our [Google Mobile Ads SDK Developers forum](https://groups.google.com/forum/#!forum/google-admob-ads-sdk).\nThe forum provides the latest SDK announcements and updates as well as\ntechnical SDK support for our [iOS developers](https://groups.google.com/forum/#!categories/google-admob-ads-sdk/ios).\n\n# Documentation\n\nCheck out our [developers site](https://developers.google.com/mobile-ads-sdk/)\nfor documentation on using the Mobile Ads SDK.\n\n# Examples\n\nEach iOS example app includes a Podfile and a Podfile.lock. The Podfile.lock\ntracks the version of each Pod specified in the Podfile that was used to build\nthe release of the iOS example apps.\n\n1. Run `pod install` in the same directory as the Podfile.\n1. [Optional] Run `pod update` to get the latest version of the SDK.\n1. Open the .xcworkspace file with Xcode and run the app.\n\nSee the [CocoaPods Guides](https://guides.cocoapods.org/)\nfor more information on installing and updating pods.\n\n## Swift\n\n### AdMob\n\n*   [App Open Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admob/AppOpenExample)\n*   [Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admob/BannerExample)\n*   [Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admob/InterstitialExample)\n*   [Native Advanced Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admob/NativeAdvancedExample)\n*   [Rewarded Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admob/RewardedInterstitialExample)\n*   [Rewarded Video Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admob/RewardedVideoExample)\n\n### Advanced\n\n*   [API Demo](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/advanced/APIDemo) -\n    Provides additional examples for both AdMob and Ad Manager to help improve\n    your mobile app integration of the Google Mobile Ads SDK.\n*   [Inline Adaptive Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/advanced/InlineAdaptiveBannerExample) -\n    Provides an example for displaying ads from AdMob Banners in a UITableView.\n*   [SwiftUI Demo](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/advanced/SwiftUIDemo) -\n    Provides an examples for displaying ads from AdMob in a SwiftUI project.\n\n### AdManager\n\n*   [AdManager App Open Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admanager/AdManagerAppOpenExample)\n*   [AdManager Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admanager/AdManagerBannerExample)\n*   [AdManager Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admanager/AdManagerInterstitialExample)\n*   [AdManager Rewarded Video Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admanager/AdManagerRewardedVideoExample)\n*   [AdManager Custom Rendering Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Swift/admanager/AdManagerCustomRenderingExample)\n\n## Objective-C\n\n### AdMob\n\n*   [App Open Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admob/AppOpenExample)\n*   [Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admob/BannerExample)\n*   [Full Screen Native Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admob/FullScreenNativeExample)\n*   [Instream Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admob/InstreamExample)\n*   [Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admob/InterstitialExample)\n*   [Native Advanced Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admob/NativeAdvancedExample)\n*   [Rewarded Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admob/RewardedInterstitialExample)\n*   [Rewarded Video Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admob/RewardedVideoExample)\n\n### Advanced\n\n*   [API Demo](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/advanced/APIDemo)\n    -   Provides additional examples for both AdMob and Ad Manager to help\n        improve your mobile app integration of the Google Mobile Ads SDK.\n*   [Inline Adaptive Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/advanced/InlineAdaptiveBannerExample)\n    -   Provides an example for displaying ads from AdMob Banners in a\n        UITableView.\n\n### AdManager\n\n*   [AdManager App Open Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admanager/AdManagerAppOpenExample)\n*   [AdManager Banner Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admanager/AdManagerBannerExample)\n*   [AdManager Interstitial Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admanager/AdManagerInterstitialExample)\n*   [AdManager Rewarded Video Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admanager/AdManagerRewardedVideoExample)\n*   [AdManager Custom Rendering Example](https://github.com/googleads/googleads-mobile-ios-examples/tree/main/Objective-C/admanager/AdManagerCustomRenderingExample)\n\n# Downloads\n\nPlease check out our [releases](https://github.com/googleads/googleads-mobile-ios-examples/releases)\nfor the latest downloads of our example apps.\n\n# GitHub issue tracker\n\nTo file bugs, make feature requests, or suggest improvements for the\n**iOS example apps**, please use [GitHub's issue tracker](https://github.com/googleads/googleads-mobile-ios-examples/issues).\n\nFor SDK support issues, please use the [Google Mobile Ads SDK Developers forum](https://groups.google.com/forum/#!forum/google-admob-ads-sdk).\n\n# License\n\n[Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleads%2Fgoogleads-mobile-ios-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogleads%2Fgoogleads-mobile-ios-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleads%2Fgoogleads-mobile-ios-examples/lists"}