Native Synch issue

1
Hi Experts, I created native offline application in 8.18.2 modeler version, took build without any issue. After installing apk in my mobile, in online mode when i try to access apk, the basic synchronization is not happening from server to client. It's throwing an error as '”Your changes cannot be synchronized at this moment. They will be synchronized later”. Any idea on this issue ?   Cheers, Srilatha
asked
3 answers
3

This happens when filedocuments or images (objects) are synced, but the contents are no longer available. In the client or on the backend.

answered
1

I was able to “fix” this by creating a new user and login with that.

answered
0

SOLUTION:

I exported the project package & imported to new app and before deploying to cloud, removed data snapshot. Did the configurations in cloud and took native build. It worked fine.

 

Note: But I am not sure exactly this is the solution/fix for this issue.

answered