What Was New in Recent Releases
Configure WebSockets
REST Wrappers for SFAP APIs
Using Key-Value Stores for Secure Data Storage
Dark Mode and Dark Theme Settings
Mobile SDK 13.1 is a minor release that features client-side support for WebSockets, iOS 26 support with Liquid Glass compatibility, URLRequest support on iOS, Android 16 support, updates to QR code login, and enhancements for internal apps around actionable notifications and login with the Salesforce welcome domain.
In interim releases, we often deprecate items in native libraries for removal in an upcoming major release. Be sure to check your compiler logs for deprecation warnings so that you can address any changes before they go into effect.
A regression in Mobile SDK for Android 13.1 prevents push notifications from being delivered to Experience Cloud users. The issue is caused by a failed device registration process that occurs after a user authenticates to an Experience Cloud site.
Important
These changes apply to more than one platform.
We added support for WebSockets, a bidirectional TCP connection that works with our authentication features and products like Agentforce Speech Foundation. See Configure WebSockets.
We fixed a bug that caused QR code login to fail when web server flow was disabled or a native browser was configured. We also implemented a check to ensure the consumer key in the QR code matches the one configured in the app.
Internal apps can now log in with welcome.salesforce.com. The welcome login domain is not yet available to external apps.
See also: General Updates in Mobile SDK 13.1.
We've successfully tested Mobile SDK for compatibility with iOS 26, including Liquid Glass. See Apple's iOS 26 Release Notes.
Our REST client now supports direct network calls with URLRequest, which reduces the need for SFRestRequest conversions. Existing SFRestRequest interfaces are still fully supported.
See iOS APIs Removed in Mobile SDK 13.1.
Check your compiler warnings, or see iOS Current Deprecations.
See also: General Updates in Mobile SDK 13.1.
We successfully tested Mobile SDK for compatibility with Android 16. See Android Version 16.
See Android APIs Removed in Mobile SDK 13.1.
Check your compiler warnings, or see Android Current Deprecations.
We've Moved