So I would like to obtain my current GPS location and send it at a specific time in a day to a web service. How can I do this? Is there a way to automatically turn on the current location GPS service?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can run your application in background to receive location change notifications. In that case, your application will keep getting notifications on location changes.
By “on location changes”, I mean you can’t check the location in a regular schedule. For example, if the phone does not move at all, say for 7 days, your application will not have a chance to send out its location as there is no way (yet) to let your application run in background at fixed time.