Replies: 1 comment 1 reply
-
You can look at how the cordova-plugin-file declares it's own bundle which include a manifest.
<widget ...>
<platform name="ios">
...
<resource-file src="path/to/MyAppBundle.bundle" target="MyAppBundle.bundle"
</platform>
</widget> Do note that cordova-ios 7.1.0 or later is required. All of Cordova resources uses
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I received an email feedback from the App Store notifying about "ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/GTMAppAuth.framework/GTMAppAuth”, which includes GTMAppAuth, 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: Third-party SDK requirements". I understand that I need to add a privacy manifest file, but I don't know how to fix this in Cordova. Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions