iOS_Swift Getting Started - adxcorp/ADXLibrary_Integration GitHub Wiki
κ°μ μ μνμλ©΄ [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
Link Binary With Libraries μ΅μ μ ADXLibrary λ°μ Frameworks μ€, FBAudienceNetwork.frameworkμ μ μΈν λλ¨Έμ§ λΌμ΄λΈλ¬λ¦¬λ€μ μΆκ°ν©λλ€.
MoPub/AdMob μ°λ μ½λλ₯Ό ν¨κ» μ¬μ©νμλ©΄ μ μμ μΌλ‘ delegate method νΈμΆμ΄ λμ§ μμ μ μμΌλ―λ‘, λ°λμ νλμ μ°λ μ½λλ§ μ¬μ©ν΄μ£Όμ μΌ ν©λλ€.
AdMob Rewarded Videoλ₯Ό μ¬μ©νμ λ€λ©΄ κ°λ°μ€μλ λ°λμ μλ λ΄μ©μ λ°λΌ ν μ€νΈ λλ°μ΄μ€λ₯Ό λ±λ‘νμ¬ μ§νν΄μ£ΌμκΈ° λ°λλλ€.
AdMob Rewarded Video μ½λκ° ν¬ν¨λ Applicationμ μ€ννλ©΄ μλμ κ°μ λ‘κ·Έκ° μΆλ ₯λ©λλ€.
<Google> To get test ads on this device, call:
request.testDevices = @[ "2077ef9a63d2b398840261c8221a0c9b" ];
μ΄ device IDλ₯Ό 볡μ¬νμ¬ ν μ€νΈ λλ°μ΄μ€λ‘ λ±λ‘ν΄μ£Όμλ©΄ λ©λλ€.
let request = GADRequest()
request.testDevices = ["2077ef9a63d2b398840261c8221a0c9b"]