You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: