Deploying the app on testFlight I'm having the following issue,
The app's Info.plist file should contain a NSLocationAlwaysUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data.
Even if I have include on the Info.plist file the keys needed for the location access.
The app is submitted for review and tests but I'm still getting an email on every submit that says:
Version: 1.0.2 Build: 74) has one or more issues
I've checked the solution here in order to add the deprecated keys too
Error Appstore connect : Missing Purpose String in Info.plist File
Sorry, perhaps I'm missing something here?