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?
source
share