i am currently developing an app that requires location from the start. I have a method that checks if location updates are up, but even when GPS is turned up I cant ensure a Location Update when the app starts. How can I ensure a fresh location update when my app starts?
Share
That is a design flaw in your app. Please redesign your app to take into account that:
You can’t.