Skip to content

Salesforce Mobile SDK 11.0.0

Compare
Choose a tag to compare
@wmathurin wmathurin released this 23 Jun 18:09
· 378 commits to dev since this release

What's New in Salesforce Mobile SDK 11.0.0

Mobile SDK 11.0 is a major release that modernizes several authentication flows. In major releases, we typically remove items that have been deprecated for removal. Read the following information to learn about new features and breaking changes that can affect your app. In every release, be sure to check your compiler logs for deprecation warnings so that you can address these changes before they go into effect.

How to Upgrade Your Apps

For information on upgrading Mobile SDK apps, follow the instructions at Migrating from the Previous Release.

General Updates in Mobile SDK 11.0

These changes apply to more than one platform.

  • The default authentication now uses Web Server Flow instead of User-Agent Flow.
  • Device system biometric authentication for logins.
  • Reworked multi-app SSO flows and configurations with identity providers.

Version Updates

  • Minimum API: Android Nougat (API 24)
  • Target API: Android 13 (API 33)
  • Default SDK version for hybrid apps: Android 13 (API 33)
  • Kotlin: 1.6

External Component Version Updates

  • SQLCipher: 4.5.4
  • SQLite: 3.41.2
  • React Native: 0.70.6
  • Cordova Command Line: 12.0.0

Removed APIs

See Android APIs Removed in Mobile SDK 11.0.

Deprecated APIs

Check your compiler warnings, or see Android Current Deprecations.