c# - Azure mobile app offline sync causing a MobileServicePushFailedException -> CancelledByAuthenticationError -


as part of uwp app we're developing @ work, have azure mobile app (c#, .net backend) connected client supposed sync offline sqlite storage , place crud operation requests queue can processed worker role.

trouble is, reason when attempt call pushasync/pullasync on sync context , messages table respectively, throws mobileservicepushfailedexception. when monitoring in locals, pushresult status "cancelledbyauthenticationerror" happens after logging in via 1 of providers, , haven't yet set table require authentication anyway shouldn't causing problems.

interestingly enough, when mobile service opposed mobile app running in windows 8.1 project instead of uwp, worked fine, because mobileserviceclient constructor in version of nuget package takes application key 1 of arguments. unfortunately, we're developing uwp, needed migrated , can't use same constructor more.

has come across before, or have idea might able find further information on this? haven't been able find other concrete references online besides post asking similar different issue, , few other posts either have no answers or working different languages/backends.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -