Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Removed Core Location from application but still being asked for users location

I removed the Core Location framework from an existing iOS application. I removed all relevant code which requires Core Location.

Even after deleting the build from the device and deploying a new build, I am still receiving a prompt asking for my location.

I had a similar problem before and had to format the device. Problem is, this is version 2 of an application which is already released. I do not want users prompted for Core Location if I am not going to use it. Any thoughts?

like image 916
Oh Danny Boy Avatar asked Nov 13 '22 04:11

Oh Danny Boy


1 Answers

Have you checked your Info.plist file? You might have "App registers for location updates" in your "Required background modes" section.

like image 195
JPsnowytree Avatar answered Dec 23 '22 07:12

JPsnowytree