I have on requirement for my app that if user goes 300 meter away from selected location then they automatically log out. so any solution?
You can get position location and then compare that against your coordinates, but 300m is very small, I think you’d get a lot of false positive issues tbh, what’s your use case?
2 Likes
Its tricky, because you have to check user location even if the app is in background. as of my experience, on Natively provide background tracing with bubble app, wrapped on natively.
2 Likes