AdBlock Detected!

Site not loading correctly? Ad is in our name, because it's what we do. This may cause issues if you're using ad blockers, and we don't serve any ads on our site.
Please pause or disable your ad blocker for our domain.

Blog

Blog

6 Steps to Optimize Your 3.2.1 SDK Integration

Posted Sep 14, 2017

In preparation for the launch of iOS 11 next week, the AdColony 3.2.1 SDK is now available with numerous user experience and monetization improvements. To streamline the integration process, check out this handy checklist:

Integration Checklist

  1. Check your orientation. For an optimal integration, follow our documentation around configuring supported orientations. Please note that restricting an app to one ad orientation using the AdColonyAppOptions API may cause a reduction in ad fill.
  2. Integrate Google Play Services. This is required for advertising ID collection to allow for proper attribution.
  3. Keep ProGuard in check. Make sure ProGuard hasn’t stripped out the WebView’s Javascript Interface by following the project setup instructions on Github.
  4. Brush up on custom APKs. If you’d like to build different APKs for each CPU architecture, check out this helpful guide.
  5. Check the activity names. Our activity names have changed since the 2.X version of our SDK, so please double check that your settings here are correct if you are updating from a 2.X version of the AdColony SDK.
  6. Verify your ATS settings. While App Transport Security (ATS)  is not yet required by Apple, it’s important to verify your ATS settings to maximize ad fill and revenue. Please see below for detailed information on ATS and your options.

Get the SDK

Configuring App Transport Security (ATS) to Maximize Revenue
Apple introduced App Transport Security (ATS) with iOS 9, which requests that apps to make secure network connections via SSL and HTTPS connections. Although ATS is enabled at default on iOS, it is currently not required nor enforced by Apple.

Therefore, it is critical to ensure that you follow one of the following two options to correctly configure your AdColony integration to receive the maximum levels of fill and the highest possible eCPMs.

If you don’t follow one of these two options, then you may experience drastic reductions in fill (up to a 90% reduction). If you have any questions, please reach out to your account manager or [email protected]

Option 1: Disable ATS
Publishers can disable ATS by adding the following key to their info.plist file:

<key>NSAppTransportSecurity</key>
<dict>

<key>NSAllowsArbitraryLoads</key>
<true/>

</dict>

Option 2: Keep ATS Enabled & Add Exemption Keys
If the publisher still wishes to keep ATS enabled with their integration, they need to add the following keys to their info.plist file:

<key>NSAppTransportSecurity</key>
<dict>

<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>

</dict>

About the 3.2 SDK
The latest version of the AdColony SDK offers numerous improvements, including latest mobile OS compatibility, improved ad revenue, enhanced user experiences, easier integration process, and more. Learn more about the SDK and visit the AdColony Github to integrate today.

Get the SDK

Questions?
For detailed integration guidance, check out the integration guide for iOS as well as the integration guide for Android. As always, reach out to your account manager or our support team if you have any questions!

Latest at AdColony

AdColony is now part of Digital Turbine. We're powering the mobile economy.Join Us