Appery.IO has very little information on it and doesn't look good.
We always get "PNDU246 GeoPoint should be an array [latitude, longitude]...". in all the ways..... (an array of Long? an array of Strings? a more complex array?)
Some questions about this:
What should be the value type of the Geopoint parameter in the UpdateService (STRING of Object)? (We have tried both ways and always get PNDU246 or ERROR......)
If the value type of the Geopoint in the UpdateService is STRING, what's the format of the string? Could you provide us an example please?
If the value data is Object (I suppose an array)? Could you provide us an example please? Whats the correct array format?
A. [40, -4] ?
B. ["latitude": 40, "longitude": -4]?
C. ["Latitude": 40, "Longitude": -4] ?
D. ["Lat": 40," Lon": -4] ?
E [__type: Geopoint, Latitude 40, Longitude: -4] ?
F ["40", "-4"]??
G.....
We have tried to do this in all the ways and we always get ERROR o PNDU246.
(We are about to put off Appery.IO PUSH and come back to another PUSH provider.)