Posts

Post not yet marked as solved
27 Replies
Thank you for the clarifying answer. Then indeed it looks like the released version is blocking the submission of new ones.
Post not yet marked as solved
27 Replies
We also theorize that is what is happening because we removed it from the plist, and still could not update the app privacy information. Though, we have not been able to confirm that the released version is the issue since removing any reference to the NSUserTrackingUsageDescription turned out to be more work than anticipated. Has anyone else been able to confirm this by uploading a version where no piece of the code references the NSUserTrackingUsageDescription?
Post not yet marked as solved
27 Replies
After doing some digging it might not be the Info.plist that is the issue. Try running this in your project folder to search all files for the string "NSUserTrackingUsageDescription" grep NSUserTrackingUsageDescription -R ./ For us, some of our plugins are mentioning the string which might be flagged as use.
Post not yet marked as solved
27 Replies
We are also experiencing this issue. Have you been able to alleviate it? If so, how did you do that?
Post not yet marked as solved
8 Replies
We are also experiencing #2, and it stands for the majority of our crashes.We are using GameCenter through Unity and the Prime31 plugin.