Closed QSuraj closed 1 week ago
@jerielng Getting following error when trying to update to 10.0.0
Invalid `braze-react-native-sdk.podspec` file: undefined method `install_modules_dependencies' for module Pod.
Reopened a new issue - https://github.com/braze-inc/braze-react-native-sdk/issues/280
Which Platforms?
iOS
Which React Native Version?
0.69.12
Which @braze/react-native-sdk SDK version?
8.4.0
Repro Rate
100% of the time
Steps To Reproduce
Steps:
import Braze from "@braze/react-native-sdk"
.Braze.changeUser("id")
Expected Behavior
There should be no error while uploding to App Store.
Actual Incorrect Behavior
Gets following error after uploading to App store -
ITMS-91056: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid: “BrazeLocation.bundle/PrivacyInfo.xcprivacy”. Keys and values in your app’s privacy manifests must be valid. For more details about privacy manifest files, visit: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files.
ITMS-91064: Invalid tracking information - A PrivacyInfo.xcprivacy file contains invalid tracking information at the following path: “BrazeKit.bundle/PrivacyInfo.xcprivacy”. NSPrivacyTracking must be true if NSPrivacyTrackingDomains isn’t empty. Keys and values in your app’s privacy manifests must be valid. For more details about privacy manifest files, visit: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files.
Verbose Logs
No response
Additional Information
No response