-
Notifications
You must be signed in to change notification settings - Fork 22
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
Does not work in background for iOS 11 #7
Comments
Hi, @mikegunning Thank you for your remark. Our team tries to update it as soon as possible. |
That would be great. I have tried to debug the problem but I have had little joy this evening. It is fine in the foreground, but will not engage the background mode. Thanks |
Just an update, iOS 11.1 has fixed the issue |
Does this work when device is locked with password? |
Yes it does. There is one issue that causes the app to crash in the background after a number of hours. I plan to release my app out to TestFlight and see if I can catch what is causing the issue. |
Does this work when the app is suspended ?? |
Hi, your library has been a life saver.
Up until iOS 11. I added the
NSLocationAlwaysAndWhenInUseUsageDescription
but it still is not updating in the background.Any ideas?
The text was updated successfully, but these errors were encountered: