Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 14 Reduced Accuracy #25

Open
Daniel-Nielsen opened this issue Sep 16, 2020 · 3 comments
Open

iOS 14 Reduced Accuracy #25

Daniel-Nielsen opened this issue Sep 16, 2020 · 3 comments

Comments

@Daniel-Nielsen
Copy link

I have been running Indoor Atlas example app under iOS 14 with the new "Reduced Accuracy" turned on.

IMG_9718

I am aware that the positioning engine would have a hard time calculating an accurate position in this case, but I still expect to see an inaccurate position from the Indoor Atlas SDK. This is not the case, I don't get any location updates.

IMG_9719

IMG_9720

Are there any plans of a graceful support for the Reduced Accuracy Scenario?

Best Regards,
Daniel

@Cloudef
Copy link
Member

Cloudef commented Sep 16, 2020

IndoorAtlas for iOS can't work well with precise location turned off, as this also disables iBeacon scanning. The only way you could get a location would be through bluetooth scanning and eddystone beacons. We plan to have a update for iOS 14 that will ask user to turn on precise location whenever location updates are requested from the SDK though. (Optional feature that can be enabled through a plist info key)

@Daniel-Nielsen
Copy link
Author

Understood, thanks for the swift reply. Do you know about the timeline for the iOS 14 update?

@Cloudef
Copy link
Member

Cloudef commented Sep 17, 2020

No schedule for it yet. You can currently implement this feature yourself using the following apis:
https://developer.apple.com/documentation/corelocation/cllocationmanager/3600216-requesttemporaryfullaccuracyauth
https://developer.apple.com/documentation/corelocation/cllocationmanager/3600215-accuracyauthorization
The current SDK will work under iOS 14 as is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants