GpsTracker / phoneClients /
@Nick Fox Nick Fox authored on 8 Feb 2018
..
android updated readme 7 years ago
android-wp update gradle in android wp client 9 years ago
ios updated prcGetAllRoutesForMap regression error 10 years ago
javaMe changed javame back to GET request 10 years ago
windowsPhone changed windowsphone to GET request 10 years ago
README.md added wordpress android client 9 years ago
README.md

Just a note about the 2 android clients (android and android-wp). The android-wp client is for the wordpress plugin and the android client is for the php website. They will not work if they are swapped. I may decide to create one client for both later but don't feel like doing it right now.

The difference between the two is that the wordpress client gets a "nonce" from the wordpress plugin:

https://codex.wordpress.org/WordPress_Nonces

This is used for added security so that apps that have not been properly verified will not be able to send updates to the plugin. A nice safety feature.