Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,919 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
in xamarin (shared project with api ) how to synchronize current location offline from gps to api azure sit when get online
like in offline synchronize file so when user get online the file uploaded automatically
, but here location i determined before with longitude and latitude so when arrive to that location (sourced from gps in state of offline ) will get location and will synchronize to database (like azure ) when get online
like in file offline synchronizing
but here the location with longitude and latitude (source from gps in state of offline) this location i determined before but when arrive it the location will saved until get online and synchronize the location longitude and latitude to database (like in azure)
You mean store the longitude and latitude information into your local device and upload the information when the device is online, right? In this way, you can use Azure as back end and make API, then upload the storage location. You can refer to Xamarin.Forms local data storage - Xamarin | Microsoft Learn and About Azure Mobile Apps | Microsoft Learn
In addition, I'm not sure if you want to use Azure database directly in your project, and I'm not sure if you want to find the offline synchronizing feature of Azure. If so, you might need the further help from Azure support team.
Sign in to comment