Configure WebSockets
REST Wrappers for SFAP APIs
Using Key-Value Stores for Secure Data Storage
Dark Mode and Dark Theme Settings
Files API Reference
Supported REST Services
Supported Versions of Tools and Components for Mobile SDK
Mobile SDK is essentially a single library that includes the following modules:
SalesforceSDKCommon—Implements utilities and custom data types used across other iOS components.SalesforceAnalytics—Implements a logging and instrumentation framework for Mobile SDK.SalesforceSDKCore—Implements OAuth authentication, passcode, and networking.SmartStore—Mobile SDK offline secure storage solution.MobileSync—Mobile SDK offline synchronization solution.The following iOS architectures depend on the iOS native library but are maintained in separate GitHub repos:
If you use forceios to create native apps, CocoaPods incorporates the required modules based on the app type you specify. If you create native apps with a clone of the SalesforceMobileSDK-iOS git repo, your project uses these modules as dynamic libraries.
See Also
We've Moved