I have an HTTPS
WebService that need to be accessed from a Mobile (iPhone or Android) application. both are developed by me.
The mobile phone needs to send its location to our server every few minutes - I need to secure this data.
In all my mobile apps that I developed till now i wrote webservices on client side and on the data layer and thats it...but I now understand that it is not safe.
My questions are:
1.Is there more secure alternative to using web services for location transfer?
2.How can I secure the data transfered via WS?