|
|
|
|
|
by aaronbrager
2707 days ago
|
|
You could use Realm Object Server instead of signing up for Realm Platform. Another option you can investigate is AWS AppSync. You also can just configure your data layer to get from the cache if offline, and get from your Rails app if online. You can use the Reachability framework to get notifications when an Internet connection comes back online. |
|
AWS AppSync looks like it's worth investigating, thanks!
Agreed a custom data layer/cache might be the way to go, I think it gets a bit more complex once you have a bunch of objects being edited and deleted, and I've also spent some time with iOS background networking in the past and I know it can be buggy/frustratingly non-deterministic, which is why I'm reluctant.