heidloff.net - Building is my Passion
Post
Cancel

Data Synchronization and Offline iOS Apps with IBM Bluemix

One of the main benefits of IBM Notes is the ability to access applications when you’re offline. There is a built-in replication functionality that takes care about data synchronization between clients and servers. I’ve always liked that capability since even today, for various reasons, people are not always online.

Yesterday I played with a very similar feature – data synchronization and offline iOS apps with IBM Bluemix. Very powerful.

There is a Bluemix service Data for iOS. “Data for iOS 8 is a beta offering that extends the Cloudant NoSQL DB service. This beta provides a native feel for storing mobile data in the cloud, while the management and implementation of the data store is hidden.”

In your iOS app you can use native Swift or Objective-C to access data in local and remote databases. Native objects are mapped to the underlying JSON document format. Data synchronization can be triggered easily via APIs. Check out the CloudantToolkit Framework for iOS for the list of APIs.

Here is a screenshot of the BlueList sample:

image

In order to try it yourself follow the instructions on the IBM MobileFirst Platform for iOS Bluelist Sample App landing page. You can find the replication code in ListTableViewController.swift.

If you want to find out more attend the webinar today (January 14, 201511:00 a.m. Eastern / 8:00 a.m. Pacific) – How To: Developing iOS Apps on Bluemix using IBM MobileFirst Platform for iOS.
Featured Blog Posts
Disclaimer
The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions.
Trending Tags