What's New in Mobile SDK 13.1
Mobile SDK 13.1 is a minor release that features client-side support for WebSockets, 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.
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.
- React 19.0.0
- React Native 0.79.3
- SQLite 3.50.4
- SQLCipher 4.10.0
See also: General Updates in Mobile SDK 13.1.
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.
- Cordova 14.0.1
- Gradle 8.14.2
- Android Gradle Plugin 8.10.0
See Android APIs Removed in Mobile SDK 13.1.
Check your compiler warnings, or see Android Current Deprecations.