/mobile-sdk-ios

AppNexus iOS Mobile Advertising SDK

Primary LanguageObjective-CApache License 2.0Apache-2.0

Appnexus iOS SDK

See the documentation on our wiki here: http://wiki.appnexus.com/x/dhAtAw

Get the latest release notes here: http://wiki.appnexus.com/x/L4aTAw

Please Note: This SDK is intended to complement the AppNexus Console; it does not work with OAS. The OAS iOS SDK can be found here: https://github.com/appnexus/oas-mobile-sdk-ios

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, '8.0'

target 'MyAmazingApp' do
  pod 'AppNexusSDK'
end