Location Service Permision

My app has been asking location permission ever since we have integrated a 3rd party framework.

I have confirmed that this framework uses Core Location and when we start using the app actively, we will probably need to ask for location permision.

However our app ask user to turn on location service on launch when location service itself is turned off, even though it has no use case inside. Is it possible for this 3rd party framework to ask : "Turn on location services to allow 'App name' to determine your location" when consuming app does not have any location permission entries in info plist.

If this is an open-source framework, then you should example the code to determine exactly why this is happening.

If it’s not (and you have only a binary) then I would be concerned about why the framework wants location authorization when your app hasn’t requested it.

Location Service Permision
 
 
Q