Removed kernel location from application, but user location is still being requested

I removed the Core Location base from an existing iOS application. I removed all the relevant code that Core Location requires.

Even after removing the assembly from the device and deploying the new assembly, I still get an invitation to indicate my location.

I had a similar problem and had to format the device. The problem is that this is version 2 of an application that has already been released. I do not want users to request Core Location if I do not use it. Any thoughts?

+5
source share
2 answers

Info.plist? " " " ".

+1

startMonitoringSignificantLocationChanges startMonitoringForRegion:desiredAccuracy:? , os . , .

0

All Articles