WalletConnectSwiftV2 Privacy Manifest Errors #5304
Replies: 3 comments
-
I guess I can try version 1.20 and hope for the best? lol |
Beta Was this translation helpful? Give feedback.
-
App submissions containing invalid privacy manifest files may be rejected. If you upload an app to App Store Connect that contains privacy manifest files with unexpected keys or values, you’ll receive an email that includes the name and path of the invalid files in your app bundle. Starting November 12, 2024, apps that don’t include a required privacy manifest can’t be submitted for review in App Store Connect. You’ll need to obtain and include in your app a valid version of all privacy manifest files mentioned in that email. If an invalid file comes from a third party SDK, contact its developer for an updated version of the SDK that includes a valid privacy manifest. Build, archive, and submit your app again using Xcode. For more information, see Distributing your app for beta testing and releases. |
Beta Was this translation helpful? Give feedback.
-
It looks like the last time these privacy settings were modified was on 3/26/24. Not sure the newer versions are any better? The commit: bae4deedf1502bb2b22a0bdd71f05ca87cfb71f6 add more manifest files |
Beta Was this translation helpful? Give feedback.
-
My app is linked against WalletConnectSwiftV2 version 1.19.5 . Per Apple we are getting privacy errors related to WalletConnect 2. Is this corrected in newer versions of WalletConnectSwiftV2?
For example:
The PrivacyInfo.xcprivacy file from the following path is invalid: “WalletConnect_WalletConnectModal.bundle/PrivacyInfo.xcprivacy”.
The PrivacyInfo.xcprivacy file from the following path is invalid: “WalletConnect_WalletConnectRelay.bundle/PrivacyInfo.xcprivacy”
The PrivacyInfo.xcprivacy file from the following path is invalid: “WalletConnect_Web3Wallet.bundle/PrivacyInfo.xcprivacy”.
The PrivacyInfo.xcprivacy file from the following path is invalid: “WalletConnect_WalletConnectVerify.bundle/PrivacyInfo.xcprivacy”.
The PrivacyInfo.xcprivacy file from the following path is invalid: “WalletConnect_WalletConnectIdentity.bundle/PrivacyInfo.xcprivacy”
The PrivacyInfo.xcprivacy file from the following path is invalid: “WalletConnect_WalletConnectNotify.bundle/PrivacyInfo.xcprivacy”
The PrivacyInfo.xcprivacy file from the following path is invalid: “WalletConnect_WalletConnectPush.bundle/PrivacyInfo.xcprivacy”.
The PrivacyInfo.xcprivacy file from the following path is invalid: “WalletConnect_WalletConnectPairing.bundle/PrivacyInfo.xcprivacy”.
The PrivacyInfo.xcprivacy file from the following path is invalid: “WalletConnect_WalletConnectSign.bundle/PrivacyInfo.xcprivacy”.
Beta Was this translation helpful? Give feedback.
All reactions