This guide is for publishers who want to monetize an iOS app with the traffic outside of china.
Note: ios 9 is no longer supported starting from v3.5.0.0
The simplest way to import the SDK into an iOS project is to use CocoaPods. Open your project's Podfile and add this line to your app's target:
pod 'Ads-Global', '~>3.4.2.8'
pod 'Bytedance-UnionAD', '~>3.3.6.2'
Download and unzip the SDK framework from Pangle Platform directly, and import the following frameworks and bundles into your Xcode project manually:
BUAdSDK.framework
BUFoundation.framework
BUAdSDK.bundle
BUVAAuxiliary.framework
Note: When you upgrade the SDK, you need to update all frameworks and bundle files.
Please make sure that Copy Bundle Resource
contains BUAdSDK.bundle
.
Add the parameter -ObjC
to Other Linker Flags
in build settings, and the SDK supports - all_ load
Detailed Steps:
Project needs to find Link Binary With Libraries in TARGETS
- > Build Phases
, click "+", and then add the following dependent libraries in order.
Note: Add the ImageIO.framework
if the above dependency library is still reporting errors.
Detailed Steps: