Apple App Store Guidelines
Instructions for successfully submitting your game to the Apple App Store.
It is very important to follow the below guidelines to ensure your game does not run into issues with app reviewers on the Apple App Store.
Privacy Policies
Apple announced that starting Spring 2024, it will require its developers to declare the reasons for using certain APIs (aka Required Reason APIs) that could be misused to collect data about users’ devices within privacy manifest files.
This needs to be done when integrating the ZBD Rewards SDK.
Once your Xcode project has successfully built, follow these steps:
Choose File > New File
Scroll down to the Resource section, and select App Privacy File type
Click Next
Check your app or third-party SDK’s target in the Targets list
Click Next
Click Create
Right click the new PrivacyInfo
file and select Open As -> Source Code
then copy and paste the following.
Add or change any values below based on what your game is doing!
More information on this Apple policy can be found here: Apple Developer Documentation.
Your game should now be able to be submitted to the Apple App Store!
If you have any questions, don’t hesitate to reach out to your ZBD Customer Success Manager.