abin99
abin99

Reputation: 11

Missing privacy manifest for ionic capacitor project

I successfully submitted my app for review on the App Store, but I received a warning about missing privacy manifests for several SDKs included in my app. The message mentions that starting November 12, 2024, SDKs identified as privacy-impacting must include a privacy manifest file. Below are the SDKs listed in the warning:

The message suggests contacting the SDK providers to obtain updated versions that include the required privacy manifest file. However, I'm unsure how to proceed with this or what specific steps I need to take to resolve this issue.

Questions:

  1. How can I ensure that the SDKs I am using include the required privacy manifests?

  2. What steps should I take to update these SDKs with the necessary privacy information?

  3. Are there specific actions I need to take within Xcode or App Store Connect to handle this update?

For reference, here is the link provided in the warning: Apple's Third-Party SDK Requirements.

Any guidance on how to address this issue would be greatly appreciated.

Upvotes: -1

Views: 1028

Answers (2)

Nick
Nick

Reputation: 1

Did you happen to fix your issue? I've updated all my SDKs but still get the warning due to GoogleToolboxForMac

Upvotes: 0

RGe
RGe

Reputation: 1859

  1. Update all SDKs to the latest version. In the changelog you will find the information from which SDK version the privacy manifest is included.
  2. Just update the SDKs to the latest version by updating the respective Capacitor plugin.
  3. Usually not. If it does, it is described in the documentation of the SDK/Capacitor plugin.

Upvotes: 1

Related Questions