Info.plist where to put it

Hi there,
I keep getting my app rejected by Apple because the App uses Localization. I made a Info.plist file manually put it into the library (App Show Content) and modified the Info.plist file after IDE build, but the app still do not use the string I but into the Info.plist file.

Any ideas how to make this function correctly?
Here’s the strings in the Info.plist (saved from Xcode)

<key>NSPhotoLibraryUsageDescription</key>
<string>GRADUS needs to use your Photo Library to attatch pictures to your reports.</string>
<key>NSCameraUsageDescription</key>
<string>GRADUS needs to use your camera to attatch pictures to your reports.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>GRADUS needs your position to calculate the distance between your position and the selected location.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>GRADUS needs your position to calculate the distance between your position and the selected location.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>GRADUS needs your position to calculate the distance between your position and the selected location.</string>

If you just drop that file onto the navigator, the IDE will merge it automatically.

1 Like

Excellent.