We are working on a Unity project that includes Skillz SDK and Firebase SDKs. Below are the versions we are using:
Unity Editor: 2021.3.43
Firebase SDKs: 11.8.0
Skillz SDK: 2024.1.24
We create an iOS build from Unity Editor and submit it to Apple after processing it through Xcode. However, our app is getting rejected during Apple's review with the following message:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/UnityFramework.framework/UnityFramework”, which includes UnityFramework, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. Starting February 12, 2025, if a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: .
As per Apple’s Privacy Manifest requirements, we are already using a Unity Editor version higher than 2021.3.35.
Could you please help us resolve this issue? Any guidance or suggestions would be greatly appreciated.
Thanks in advance!