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
在我们的维基中查看文档: http://wiki.appnexus.com/x/dhAtAw
在此获取最新发行说明: http://wiki.appnexus.com/x/L4aTAw
请注意:此 SDK 旨在补充 AppNexus 控制台;它不与 OAS 配合使用。OAS iOS SDK 可在此处找到: https://github.com/appnexus/oas-mobile-sdk-ios
要提交问题或请求增强功能,请访问 AppNexus 客户支持门户(https://support.appnexus.com)。我们不接受 GitHub 问题。
使用 Cocoapods 吗?
轻松地将 AppNexus SDK 包含到您的 Podfile 中
platform :ios, '9.0'
target 'MyAmazingApp' do
pod 'AppNexusSDK'
end