ITMS-91061 Missing Privacy Manifest error #525
namnguyen26791
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am experiencing the ITMS-91061: Missing Privacy Manifest error. Specifically, the following frameworks are mentioned:
Frameworks/FBLPromises.framework/FBLPromises
Frameworks/GTMAppAuth.framework/GTMAppAuth
Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
Frameworks/GoogleUtilities.framework/GoogleUtilities
I suspect this issue is caused by the cordova-plugin-googleplus plugin, which is outdated and no longer maintained.
I have tried several solutions:
1. Updating Cordova and Adding Privacy Manifest to config.xml
I updated cordova-ios to version 7.1.1 and added the following configuration in config.xml:
After checking, the PrivacyInfo.xcprivacy file is present in platform/ios/ProjectName, but Apple still sends an email stating that the Privacy Manifest is missing.
2. Updating Google Sign-In Dependencies
I attempted to update GoogleSignIn to version 7.0.0 and GoogleUtilities to version 8.0.0, but the build failed because these libraries require a higher iOS version than what I can use.
3. Copying PrivacyInfo.xcprivacy into the Plugin
If I keep using the current version of GoogleSignIn and GoogleUtilities in the plugin, where exactly should I copy the PrivacyInfo.xcprivacy file?
Do I need to add it to the Pods directory as well?
If so, where should it be placed?
I appreciate any guidance on resolving this issue. Thank you very much! 🙏
Beta Was this translation helpful? Give feedback.
All reactions