You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented the rnmapbox/maps package in my React Native Expo project. When I tried to submit the app to the App Store, I received the following error via email:
ITMS-91056: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid: “Frameworks/MapboxCommon.framework/PrivacyInfo.xcprivacy”. Keys and values in any privacy manifest must be in a valid format. For more details about privacy manifest files, visit: Apple's Documentation.
Here is version of mapbox, react native and expo
"@rnmapbox/maps": "^10.1.21",
"react-native": "0.73.6",
"expo": "^50.0.0",
Pod file:
How can I fix this issue? Any help would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Mapbox Implementation
Mapbox
Mapbox Version
10.17.0
React Native Version
0.73.6
Platform
iOS
@rnmapbox/maps
version10.1.21
Standalone component to reproduce
I have implemented the
rnmapbox/maps
package in my React Native Expo project. When I tried to submit the app to the App Store, I received the following error via email:ITMS-91056: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid: “Frameworks/MapboxCommon.framework/PrivacyInfo.xcprivacy”. Keys and values in any privacy manifest must be in a valid format. For more details about privacy manifest files, visit: Apple's Documentation.
Here is version of mapbox, react native and expo
"@rnmapbox/maps": "^10.1.21",
"react-native": "0.73.6",
"expo": "^50.0.0",
Pod file:
How can I fix this issue? Any help would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered: