Skip to content

Salesforce Mobile SDK 13.1.0

Latest

Choose a tag to compare

@wmathurin wmathurin released this 30 Sep 02:01
· 168 commits to dev since this release

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, updates to QR code login, and enhancements for internal apps around actionable notifications and login with the Salesforce welcome domain.

Mobile SDK 13.1 is a minor release that features client-side support for WebSockets, , and login with the Salesforce welcome domain for internal apps.
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.

WebSockets Support

We added support for WebSockets, a bidirectional TCP connection that works with our authentication features and products like Agentforce Speech Foundation.

URLRequest Support

Our REST client now supports direct network calls with URLRequest, which reduces the need for SFRestRequest conversions. Existing SFRestRequest interfaces are still fully supported.

QR Code Login Updates

We fixed a QR code login bug that occurred 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 Login with Welcome Domain

Internal apps can now log in with welcome.salesforce.com. The welcome login domain is not yet available to external apps.

Version Updates

  • React Native 0.79.3
  • SQLCipher 4.10.0

Removed APIs

See iOS APIs Removed in Mobile SDK 13.1.

Deprecated APIs

Check your compiler warnings, or see iOS Current Deprecations.