on 2023 May 03 12:14 PM
Hi Experts
I am using SAP BTP Android SDK.
Offline database I have implemented in my project.
As per requirement I am updating some entity values of the Offline data and it is working for internal database.
Next I have to sync those changes to cloud.
For that I am uploading the offline changes and getting success callback.
But changes are not uploading to cloud.
Can anyone please help me. Below code snippet I have used.
For data updating in offline store:-
dataService.updateEntityAsync(entity,successHandler,failureHandler);
To upload the changes to cloud(Sync):-
offlineODataProvider.upload(successHandler,failureHandler);
After upload I am downloading the new changes from cloud:-
offlineODataProvider.download(successHandler,failureHandler)
User | Count |
---|---|
69 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.