-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Errors running in expo Go - seems to work for the version in the app store #14
Comments
@byCedric FYI - if I use the QR from (https://staging.expo.dev/@bycedrictest/office-marathon - which I found in the logcat output for the app store app it works) |
Needs cleaning up some UI nastyness - but it works in terms of permissions etc
|
NB: It doesn't actually work anymore with the above changes :-( - This is exactly the issue I have faced in my own development and it is soooo annoying I wish someone from expo could help! The background work now never happens - the app starts the correct permission dialogues come up - settings shows the app has always for location permission - while the app is open there is a push notification saying locations are being collected - as soon as the app is closed the notification goes away - do I need to go back to an older version of the expo sdk? I am using |
Description of the bug
Unable to get the app to work via expoGo
To Reproduce
Expected behavior
Not to get errors
Actual behavior
Permission screen only asks for foreground permissions then moves to the tracking screen - but gets
Not authorized to use background location services.
on pressAdditional context
Have also downloaded from app store and it does seem to work there - what commit is the app store version associated to?
The text was updated successfully, but these errors were encountered: