well im trying to build a gps app and the drop pin as well as tracking sequence doesnt really work I really need help on this
well im trying to build a gps app and the drop pin as well as tracking sequence doesnt really work I really need help on this
Hello Paul,
Could you please clarify, did you try to make this tutorial? http://blog.appery.io/2014/02/buildin...
Paul,
Could you please specify what exactly doesn't work? Perhaps screenshots may help us to better understand your issue.
ok could i give you the link for you to check it out http://appery.io/app/mobile-frame?src...
d007=username
Macgenius1=password
Paul,
Unfortunately debugging of the apps is outside the scope of our support.So could you please detail what exactly doesn't work?
ok then the first thing which doesnt work is the drop off pin when i click on my location the geolocation service doesnt pin point my location as well as the tracking system it doesnt refresh my location to give me different coordinates as well as upload the saved locations to the database
Hi Paul,
You need to go step by step to debug it.
At first you need to make sure your service invokes with success.
For this goal add "success" and "error" event handler with code like:
pre
//You can change text inside to your one
alert("success");
/pre
Regards.