Search code examples
iosreact-nativepermissionslocationinfo.plist

How to change pop-up message while requesting permission in react native for iOS?


permission message

How can I change location request message i.e: “Allow UAQ Business to use your location”

I have already tried info.plist solution but it is not reflecting in my project, is there something I am missing?


Solution

  • This was simple, you just need to build your (react-native) app to reflect pop-up permission message. This is one of the few things that is reflected only after you build your app.