Skip to content

Salesforce Mobile SDK 11.1.0

Compare
Choose a tag to compare
@wmathurin wmathurin released this 06 Nov 23:39
· 384 commits to dev since this release

What's New in Salesforce Mobile SDK 11.1.0

Mobile SDK 11.1.0 is a minor release that features modernized support for iOS.

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.

iOS 17 Compatibility

We’ve successfully tested Mobile SDK for compatibility with iOS 17 and XCode 15.

Swift Package Manager Support

We’ve introduced Swift Package Manager (SPM) support, which can now be used to bring the Mobile SDK into applications.
Binary frameworks for Mobile SDK are hosted on a new repo: https://github.com/forcedotcom/SalesforceMobileSDK-iOS-SPM.
We added a new iOSNativeSwiftPackageManager template, which pulls its dependencies through Swift Package Manager.
See also: Creating an iOS Swift Project Manually, Add Mobile SDK Libraries to Your Project, Creating an iOS Project with Forceios.

External Component Version Updates

  • React Native: 0.70.14
  • Cordova iOS: 7.0.1

Deprecated APIs

Check your compiler warnings, or see iOS Current Deprecations.

How to Upgrade Your Apps

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