zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 748 forks source link

Problem with App store connect and permissions [IOS] #760

Open MarinaAmy opened 2 years ago

MarinaAmy commented 2 years ago

Hello, I have a problem with my application, when I want to put it on the app store connect. He sends me this email. I added the permissions in my info.plist but the problem persists.

Exemple:

In Info.plist : NSCameraUsageDescription

NSMicrophoneUsageDescription

NSBluetoothPeripheralUsageDescription

NSAppleMusicUsageDescription

NSSpeechRecognitionUsageDescription

NSSiriUsageDescription

NSBluetoothAlwaysUsageDescription In InfoPlist.strings : "NSCameraUsageDescription" = "You need your camera to be able to participate in the video conference, so that other users can see you"; "NSMicrophoneUsageDescription" = "You need your microphone to be able to participate in the video conference, so that other users can hear and talk to you"; "NSBluetoothPeripheralUsageDescription" = "You need to grant this permission to be able to use devices connected via Bluethooth"; "NSAppleMusicUsageDescription" = "You need to grant this permission in order to use Apple music"; "NSSpeechRecognitionUsageDescription" = "You need to grant this permission to be able to use speech recognition"; "NSSiriUsageDescription" = "You need to grant this permission to be able to use Siri"; "NSBluetoothAlwaysUsageDescription" = "You need to grant this permission to be able to use devices connected via Bluethooth";

I am using the react-native-sound 0.11.1 and react native : 0.63.3

Can you help me thank you.

Email :

Dear Developer, We identified one or more issues with a recent delivery for your app. Please correct the following issues, then upload again.

ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSBluetoothPeripheralUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).

ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSAppleMusicUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).

ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSSpeechRecognitionUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).

ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSSiriUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).Though you are not required to fix the following issues, we wanted to make you aware of them:

ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSBluetoothAlwaysUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).Best regards,The App Store Team

Ndydyamaka commented 1 year ago

How were you able to resolve this?