Apple App Store ITMS-91061 Error on submission

Video SDK React Native 1.13.11

Description
When submitting our app to the Apple App Store we are sent an error reading:

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/zm_annoter_dynamic.framework/zm_annoter_dynamic”, which includes BoringSSL / openssl_grpc, an SDK that was identified in the documentation as a commonly used third-party SDK. Starting February 12, 2025, if a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file or you won’t be able to submit the app for review in App Store Connect. 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 - Support - Apple Developer.

zm_annoter_dynamic is only present in the Zoom Video SDK but there is no privacy manifest. I am using the most up to date version of the SDK available. How can this framework be updated so that we can continue to make app submissions?

Troubleshooting Routes

  1. I’ve deleted the node_modules folder, Pods folder and the podfile.lock then reinstalled, no change
  2. Attempted to manually add the privacy manifest with no success

How To Reproduce

  1. Submit app to the Apple App Store with the Video SDK installed
  2. See the error in an email sent by Apple
1 Like

we got the same rejection error. Using Native iOS Video SDK v1.12.10 (which in theory already has support for Privacy Manifest).

Error:- ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/zm_annoter_dynamic.framework/zm_annoter_dynamic”, which includes BoringSSL / openssl_grpc, an SDK that was identified in the documentation as a commonly used third-party SDK. Starting February 12, 2025, if a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file or you won’t be able to submit the app for review in App Store Connect. 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 - Support - Apple Developer.

Hi folks, let me check with our team and get back to you

Hi Team,

Apple enforced this rule on February 12, 2025. We’re working on updating our SDKs to include the privacy manifest as soon as possible.

1 Like

Hi,
Thanks for the update. Do you have any eta on when this will be ready?
We are using a workaround of removing the ZoomVideoSDK/zm_annoter_dynamic dependency from the podspec to allow for submission.

Hello,

Any update regarding this issue!

Regards,

We are still waiting on another update on this issue, can you please let us know when this might be fixed.
Thanks

We are experiencing this problem uploading our app to the Apple store as at 5 June 2025 with Zoom Video SDK version 1.14.0.

Please provide update on this ticket, as the issue is preventing us releasing updates to our app. It’s now been 4 months since Apple started enforcing this privacy manifest rule, but the Zoom SDK is still apparently incompatible.

For reference, here’s full text of Apple rejection:

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/zm_annoter_dynamic.framework/zm_annoter_dynamic”, which includes BoringSSL / openssl_grpc, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party 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 - Support - Apple Developer.

Apple Developer Relations

@stevep9 can you please update to the latest version of the VideoSDK? The v2.2.0 release includes PrivacyInfo.xcprivacy file for all output SDK frameworks.

This topic was automatically closed 25 hours after the last reply. New replies are no longer allowed.