Turn off compass calibration in iOS app

1.5k views Asked by At

My app requests the user's location (which I don't think I need), but it almost ALWAYS asks the user to calibrate (which is very annoying).

I have seen this on here: locationManagerShouldDisplayHeadingCalibration which states setting this to Yes will request the user to calibrate, but I don't have this anywhere in my code so I cannot understand WHY it is happening!

Ideally, I'd like to solve this ASAP so I can submit. Its the only thing currently holding me back.

0

There are 0 answers