Application to demonstrate how to use Realm Sync with an iOS app to do basic operations (CRUD)
This is the live example of the iOS application running
This application will list a table of contacts added to Mongo Realm and will synchronize the data with Realm Sync.
Operation allowed:
- Create a new contact
- Update contact
- Delete contact
- Show list of contacts