Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 665 Bytes

File metadata and controls

21 lines (14 loc) · 665 Bytes

SFSmartStoreSampleForiOS

This repository includes a project which has examples of salesforce.com Mobile SDK 2.0's SmartStore.

These are the controllers which show how to use SmartStore.

  1. CreateStoreTestViewController Show how to create store.

  2. RegisterSoupViewController Show how to register soup for a specific store.

  3. UpsertSoupViewController Show how to upsert a soup of a store. This controller tries to query organization Account data and save locally using SmartStore.

  4. QuerySoupViewController Show how to query data from a soup in a store.

  5. RetrieveEntryViewController Show how to obtain the entry(data) in a soup.