iOS Native APIs
Native classes in Mobile SDK for iOS do most of the work for multi-user support. Your app makes a few simple calls and handles any data cached in memory. You also have the option of customizing the user switching activity.
To support user switching, Mobile SDK for iOS defines native classes in the Security
folder of the SalesforceSDKCore
library. Classes include:
SFUserAccount
SFUserAccountManager
The pages in this section briefly describe these classes. For full API reference documentation, see SalesforceSDKCore Reference.