Appnexus iOS SDK
MobileSDK v6.0 will be a breaking change and requires existing users who wish to upgrade from previous versions
to follow our release notes for details https://github.com/appnexus/mobile-sdk-ios/releases/tag/6.0
有关文档,请参阅我们的wiki:[此处](https://docs.xandr.com/bundle/mobile-sdk/page/xandr-mobile-sdks.html)
获取最新发行说明:[此处](https://github.com/appnexus/mobile-sdk-ios/releases)
**要提交问题或请求增强功能,请访问AppNexus客户支持门户[此处](https://support.appnexus.com)。**[我们不接受GitHub问题。](https://support.appnexus.com)
使用CocoaPods?
轻松将AppNexus SDK包含在Podfile中
platform :ios, '9.0'
target 'MyAmazingApp' do
pod 'AppNexusSDK'
end