App rejected - Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage

Hello to all,

I’m developing an app with expo.dev and I have a problem that I need help. I’m not using xcode but I’m publishing with eas cli, so I don’t generate the plist file. My app locates the device in real time to provide the weather situation at home and navigation route using google maps in a webview. Apple has rejected the app with this communication:

One or more purpose strings in the app do not sufficiently explain the use of protected resources. Purpose strings must clearly and completely describe the app's use of data and, in most cases, provide an example of how the data will be used. (Below the screen)

My app use location for show to home the weather icon and for use route navigation in google maps inside a webview.

With expo I have add string in app.json but is not enough. Someone can helpme?

This is a part of code

"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.ikawalieridiakashi.it",
"googleServicesFile": "./assets/GoogleService-Info.plist",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false,
"NSLocationWhenInUseUsageDescription": "Questa app utilizza la tua posizione per fornirti la condizione meteo attuale e utilizzare gli itinerari di navigazione.",
"NSLocationAlwaysUsageDescription": "Questa app utilizza la tua posizione per fornirti la condizione meteo attuale e utilizzare gli itinerari di navigazione.",
"LSApplicationQueriesSchemes": [
"fb",
"instagram",
"tiktok"
],
"NSUserTrackingUsageDescription": "La tua privacy è importante per noi. Questo permesso è richiesto per offrirti annunci personalizzati."
}
},

PS: sorry for my english :)

Thank you for your post and appeal. We're investigating and will contact you in App Store Connect to provide further assistance. If you continue to experience issues during review, please contact us.

App rejected - Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
 
 
Q