Overland-iOS
Overland-iOS copied to clipboard
Supporting two-way communication
Using the JSON response from the custom server, currently { result: "ok" } for introducing new values in the app. For instance, setting a geofencing area or changing the tracking times remotely. Something like:
{ result:"ok",
set:{
tracking:5,
geof:{ mode":"out", center:[ 39.12, 0.28 ]}
}
}