Customized location permission message not exhibiting on iOS in managed Expo React Native app

0
109


Why the customized location permission message for my iOS Expo React Native app is just not exhibiting app? I’ve tried including the NSLocationWhenInUseUsageDescription key to my app.json file, however my customized message is not exhibiting up when the consumer is prompted for location entry.

my app.json file

{
  "expo": {
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.aaa.bbb",
      "infoPlist": {
        "NSLocationAlwaysAndWhenInUseUsageDescription": "Enable my app to make use of your location to do that and that....."
      }
    },
  }
}

What occurring is that the default message is being proven as a substitute of my customized message after constructing the app and putting in it by way of TestFlight.