cordova-plugin-background-geolocation-example icon indicating copy to clipboard operation
cordova-plugin-background-geolocation-example copied to clipboard

Sending Data

Open sepullupes opened this issue 4 years ago • 1 comments

Just want to ask something about data sending, i am using asp.net as server to retrieve data from cordova-plugin-background-geolocation mobile apps. i try to use request.param to read the data but ufortunately i did'nt get the data from postTemplate: { lat: '@latitude', lon: '@longitude', act:'APOKONO', provider: '@provider', locationProvider: '@locationProvider', time: '@time', accuracy: '@accuracy', speed: '@speed', altitude: '@altitude', bearing: '@bearing'
} only retrieve data from header httpHeaders: { 'AUTH': 'JSDFSDS77SDF8SD56S5DF86SD9F799SAD7U' }

so can i know how the actual this plugin work to send the data to server?

sepullupes avatar May 13 '20 21:05 sepullupes

Have you set the API url?

lovetoast avatar Jan 14 '21 10:01 lovetoast