Hi ,
I am working on a native iOS application in which middleware is Mobilink Server.
We have 4 publications in which 2 publications are big (contains 60+ tables). As we know, client-Mobilink Sync depends on publications.
At present, If there is any sync failure due to Network connection problem (Error: 1305,857) , we resume sync with the publication where sync has stopped.
Is there a way that iOS can start sync from the table where it stopped instead of starting it from Publication.
Here is the scenario:
Consider 2 publications. Pub1 contains 20 tables and pub2 contains 80 tables
Suppose Sync has stopped at 60 tables in pub2. At present, iOS is resuming sync from uploads of pub2. Is there a way that I can resume sync from table 60 of pub2?
If it is possible to resume from the table where it stopped, we could increase performance of our app.
Please suggest me her.
Thanks,
Suman Kumar.