Is there anyone who can sync iOS coredata with an external library

I have tried many libraries and frameworks. But I could not find one that works 100%. Can this be done using these external libraries and frameworks?

I tried all of these libraries for several days, so I might have missed something. And my project is quite complicated.

Here is the list of libraries that I used.

I really want to know that if someone can use some of these libraries in production with complex data. If someone does this, it means that I can configure it incorrectly.

If anyone has a suggestion, it would be great. Thanks

+4
source share
1 answer

There is no special synchronization tool that works well. This is a difficult problem to solve; nobody has ever done it.

You must write your own, from scratch, specially designed for your own data structure.

0
source

Source: https://habr.com/ru/post/1483194/


All Articles