nari
nari

Reputation: 467

How to use SFSmartStore for offline data storage in native iOS application?

I am working on salesforce application. In my application, i need to store data locally for offline supporting. For this, i have seen some forums to achieve offline data storing and retrieving using sales fore smart store setup. Can anybody give some guidance how to use smart store for offline supporting. Thanks in advance.

Upvotes: 1

Views: 295

Answers (1)

ahtnasah.li
ahtnasah.li

Reputation: 134

To use smart store you need Salesforce Mobile SDk configured (for Android OR iOS) after that please install the account editor example and study the code in here Account Editor Example secondly, Using StoreCache For Offline Caching tutorial explains how smartstore works.

Upvotes: 1

Related Questions