(EN) iOS_Swift Getting Started - adxcorp/ADXLibrary_Integration GitHub Wiki
In order to get started, please send a registration request to [email protected]
Version : 1.4.4
Release Date : 2018/05/23
pod 'ADXLibrary', :git => 'https://please:[email protected]/adxcorp/ADXLibrary_iOS.git', :tag => '1.4.4'
1) git-lfs install
brew install git-lfs
2) please put this command at your project folder
git lfs install
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Enable Bitcode = NO
Other Linker Flags = add -ObjC
In your project targets settings under Link Binary With Libraries
option, add all libraries except FBAudienceNetwork.framework
from the list of Frameworks under ADXLibrary.
When serving Rewarded Video Ads, you must use either MoPub or AdMob mediation but do not use both. If both mediations are used for serving Rewarded Video Ads, delegate method may not get called.
When serving AdMob Rewarded Video Ads, you must register your test device. Testing without registering your test device may lead to your account being banned. Follow the following instructions:
When you run your application and load Rewarded Video Ads using AdMob, you will see the following log:
<Google> To get test ads on this device, call:
request.testDevices = @[ "2077ef9a63d2b398840261c8221a0c9b" ];
Copy the Device ID and register it as test device.
let request = GADRequest()
request.testDevices = ["2077ef9a63d2b398840261c8221a0c9b"]