Upgrading the SDK for iOS 14+

Preparing for iOS 14+ 🔗

With iOS 14 Apple introduced changes to how apps can track users for target advertisement and install attribution. Chartboost manages most of the details, but there are a few new steps that you’ll need to handle to successfully integrate our SDK.

If you don’t follow the steps below, your inventory will not be SKAdNetwork eligible, and we will not be able to serve the majority of the top ads to your iOS 14.5+ users. This will significantly impact your publisher earnings.

Integrate the latest Chartboost iOS SDK 🔗

Chartboost iOS SDK integration instructions.

Enable SKAdNetwork 🔗

It’s critical to include our full list of SKAdNetwork IDs in your apps info.plist as each one represents a demand partner. If SKAdNetwork IDs are missing in your app, our demand partners will not be able to bid on your iOS 14.5 inventory and attribute the install correctly.

Add a new dictionary with Chartboost’s SKAdNetworkIdentifier value f38h382jlk.skadnetwork and additional identifiers to the SKAdNetworkItems array in your info.plist.

The full list of Chartboost required SKAdNetwork IDs can be viewed in XML and JSON formats. You’ll need to include all SKAdNetworkIdentifiers listed into your info.plist.

Example:

SKAdNetworkItems


SKAdNetworkIdentifier
f38h382jlk.skadnetwork

For more information about editing your info.plist please refer to Apple’s documentation on configuring the info.plist properly and Editing your property lists pages.