hi
i am making a movile app and try only to add points to a feature service on arcgis online, get the xy from the celphones gps and sent it with other information through REST API and all the information was saved correct but the point always appear on 0,0
facts :
1 .X an Y coordenates get from the GPS ( cellphone ) the values are digital degrees 14,045737 , -86.2618664
2. get token fine
3. sent to the REST and the record was saved without error
4. the feature is on Arcgis Online and is point feature
5. when i check the map the point is 0,0
6. I also try removing the spatialreference parameter and only put geometry and also went to 0,0


don't know what happend, shoul'd i have to make a coordenate convertion?
thanks