Hi, I have tried for a couple weeks to upload my game for kids with unity IAP to App Store Connect, and it keeps being rejected even when I’ve been following every step-by-step that I have found in different forums.
I have:
- Deleted all “QueryASIdentifierManager” instances.
- Set “UnityAdvertisingIdentifier” to return NULL.
- Set “UnityAdvertisingTrackingEnabled” to return 0.
And I’m still getting the same following answer from apple:
"- Your app includes third-party analytics or third-party advertising with the ability to collect, transmit or share identifiable information, including, for example, IDFA. We found that your app references the ASIdentifierManager API, which provides access to a user’s IDFA, in the following location(s) in your binary:
• Frameworks/UnityFramework.framework/UnityFramework
It would be appropriate to remove all instances of “ASIdentifierManager” from your app, even if they are not utilized in your app’s functionality.
Next Steps:
To resolve this issue, please remove this functionality or revise your app so that no personally identifiable information or device information is sent to third parties."
Is there something else I can do? I would really appreciate any help possible.