mixpanel / mixpanel-react-native

Official React Native Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
105 stars 44 forks source link

iOS privacy manifest #227

Closed gabrielguilhoto closed 5 months ago

gabrielguilhoto commented 5 months ago

Starting May 1, Apple will require iOS submissions to the App Store to have privacy manifests describing the use of required reason APIs: https://developer.apple.com/news/?id=3d8a9yyh.

Could you add the required privacy manifest for the lib? I've seen that mixpanel-swift has added the manifest in version 4.2.2: https://github.com/mixpanel/mixpanel-swift/issues/620. So updating mixpanel-swift is possibly enough to solve the issue.

gabrielguilhoto commented 5 months ago

@zihejia would you be able to take a quick look at this issue? It's important because the Apple deadline of May 1 is approaching.

KavyaShrivastava commented 5 months ago

Has this been updated?

gsantiago commented 5 months ago

Any news about this? We need this update soon

willianlemes commented 5 months ago

I need this update too

zihejia commented 5 months ago

Version 3.0.0 includes our iOS Swift SDK v4.2.4, which now supports the Privacy manifest file.