Azure mobile app offline sync with Xamarin.Forms
hi,
i using samples .net backend + xamarin.forms offline sync. however, when pullasync got error on server side 400 bad request. after remotely debug azure, found request of pull like:
https://xxx.azurewebsites.net/... ge datetimeoffset'1970-01-01t00:00:00.0000000%2b00:00')&$orderby=__updatedat&$skip=0&$top=50&__includedeleted=true&__systemproperties=__updatedat%2c__version%2c__deleted&$select=text,complete,id,version,createdat,updatedat,deleted, message='content-type='application/json; charset=utf-8', content-length=unknown'
and seems __updatedat not correctly mapped updateat in sql table (using entitydata)... the models , dto same of sample.
any ideas? have installed latest compatible nuget packages , testing on android xamarin.forms.
best,
min
hi,
greetings,
request refer article may provide information on off-line data sync in azure mobile apps.
https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-offline-data-sync/
reference:https://social.msdn.microsoft.com/forums/en-us/03febd8d-6b16-44d5-880c-ec036dc5efa5/azure-mobile-apps-using-offline-sync-for-xamarinforms?forum=azuremobile
regards,
asha
Microsoft Azure > Azure Mobile Apps
Comments
Post a Comment