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
See the documentation on our wiki here: https://docs.xandr.com/bundle/mobile-sdk/page/xandr-mobile-sdks.html
Get the latest release notes here: https://github.com/appnexus/mobile-sdk-ios/releases
**To file an issue or request an enhancement please visit the AppNexus Customer Support Portal (https://support.appnexus.com). We do not accept GitHub issues.
Use Cocoapods?
Easily include the AppNexus SDK in your Podfile:
platform :ios, '9.0'
target 'MyAmazingApp' do
pod 'AppNexusSDK'
end