How to handle data offline Sync with AWS AppSync?

966 Views Asked by At

I have set up an IOS app with DataSource as "HTTP endpoint". I can fetch all users and auto store in mysqli DB and this data is available offline. I have also tried the subscriptions to mutations which also works fine.

Now my question is how do I sync the data. suppose I have 10 rows and there is 2 new row available when I was offline. how do I know these are available?

1

There are 1 best solutions below

1
On

There's an AppSync capability called Delta Sync. You can take a look at this tutorial