- SKAdNetwork (SKAN) is Apple’s attribution solution that helps advertisers measure ad campaigns while maintaining user privacy. After using Apple’s SKAdNetwork, even if IDFA is unavailable, the ad network can correctly obtain the attribution results of app installations. Visit https://developer.apple.com/documentation/storekit/skadnetwork for more information. For the attribution of ad conversion, all developers must set the CSJ SKAdNetwork id of the SKAdNetwork plan.
1 Upgrade the application compilation environment to Xcode 12.0 and above
2 Upgrade CSJ iOS SDK 3.5.1.1 and above
, CSJ provides iOS 14.5 and SKAdNetwork support3 Add the SKAdNetwork ID of the CSJ to info.plist to ensure the correct operation of SKAdNetwork
4 Support Apple ATT: Starting from iOS 14.5, if the developer sets App Tracking Transparency to apply for tracking authorization from the user, IDFA will not be available until the user authorizes it. If the user rejects this request, the IDFA obtained by the application will be automatically cleared, which may result in a decrease in your advertising revenue-To obtain App Tracking Transparency permission, please update your Info.plist to add the NSUserTrackingUsageDescription field and custom text description. Code example:
-When requesting permission from the user, please call the requestTrackingAuthorizationWithCompletionHandler:
method. We recommend that you apply for permission before requesting advertisements so that CSJ can accurately obtain user authorization status.
Swift code example
Objective-C code example
Online Customer Service24/7 Online Customer Service BotManual customer service, weekdays 10~ 12 o'clock/14~ 19 o'clock