Yandex Advertising Network Mobile
This package contains Yandex Advertising Network Mobile SDK and source code of samples of SDK usage.
Download latest SDK archive
Documentation
Documentation could be found at the official website
License
EULA is available at EULA website
Quick start
-
Install CocoaPods to manage project dependencies, if you haven't done it yet.
-
Go to one of example projects:
Objective C
- /Examples/ObjectiveC/AdMobBannerAdapterExample
- /Examples/ObjectiveC/AdMobInterstitialAdapterExample
- /Examples/ObjectiveC/AdMobNativeAdapterExample
- /Examples/ObjectiveC/AdMobRewardedAdapterExample
- /Examples/ObjectiveC/BannerExample
- /Examples/ObjectiveC/GDPRExample
- /Examples/ObjectiveC/InterstitialExample
- /Examples/ObjectiveC/MobileMediationBannerExample
- /Examples/ObjectiveC/MobileMediationInterstitialExample
- /Examples/ObjectiveC/MobileMediationNativeExample
- /Examples/ObjectiveC/MobileMediationRewardedExample
- /Examples/ObjectiveC/MoPubBannerAdapterExample
- /Examples/ObjectiveC/MoPubInterstitialAdapterExample
- /Examples/ObjectiveC/MoPubNativeAdaptersExample
- /Examples/ObjectiveC/MoPubRewardedAdapterExample
- /Examples/ObjectiveC/NativeExample
- /Examples/ObjectiveC/NativeTemplatesExample
- /Examples/ObjectiveC/NativeTemplatesTableViewExample
- /Examples/ObjectiveC/RewardedExample
- /Examples/ObjectiveC/StickyBannerExample
- /Examples/ObjectiveC/VASTExample
Swift
- /Examples/Swift/AdMobBannerAdapterExample
- /Examples/Swift/AdMobInterstitialAdapterExample
- /Examples/Swift/AdMobNativeAdapterExample
- /Examples/Swift/AdMobRewardedAdapterExample
- /Examples/Swift/BannerExample
- /Examples/Swift/GDPRExample
- /Examples/Swift/InterstitialExample
- /Examples/Swift/MobileMediationBannerExample
- /Examples/Swift/MobileMediationInterstitialExample
- /Examples/Swift/MobileMediationNativeExample
- /Examples/Swift/MobileMediationRewardedExample
- /Examples/Swift/MoPubBannerAdapterExample
- /Examples/Swift/MoPubInterstitialAdapterExample
- /Examples/Swift/MoPubNativeAdaptersExample
- /Examples/Swift/MoPubRewardedAdapterExample
- /Examples/Swift/NativeExample
- /Examples/Swift/NativeTemplatesExample
- /Examples/Swift/NativeTemplatesTableViewExample
- /Examples/Swift/RewardedExample
- /Examples/Swift/StickyBannerExample
- /Examples/Swift/VASTExample
-
Install dependencies:
pod install
-
Open project workspace.
-
Build and run.