Releases: forcedotcom/SalesforceMobileSDK-Android
Salesforce Mobile SDK 8.0
What’s New
-
Biometric unlock.
-
Full content notification support.
-
Dark theme support, demonstrated in updated templates
and sample apps. -
New classes for batch and composite requests. See
-
Encrypted profile photos.
Version Updates
-
Android Studio: 3.5.3
-
Minimum SDK: Android Marshmallow (API 23)
-
Target SDK: Android 10 (API 29)
-
React Native version: 0.61.3
-
Cordova Android: 8.1.0
SmartStore Enhancements
-
Queries can return either a JSON object (best choice for native) or a String (best choice for hybrid and RN).
-
Swift extensions for iOS 12 and iOS 13 (publishers for Combine
and SwiftUI) -
Validation tool for JSON configuration files.
Mobile Sync Enhancements
-
Sync up by external ID: For locally created, updated, or deleted SmartStore records that specify an external ID field and provide its value, Mobile SDK performs an upsert instead of an update. However, if the record also contains a Salesforce ID, Mobile Sync performs an update.
-
Swift extensions for iOS 12 and iOS 13 (publishers for Combine
and SwiftUI). -
Validation tool for JSON configuration files.
Deprecations
Check your compiler warnings, or see Android Current Deprecations.
Mobile SDK 7.3.0
What’s New
- Successfully tested Mobile SDK and our sample apps on Android Studio 3.5 and Android 10.
- Added a method for obtaining an OpenID token that you can use against sanctioned non-Salesforce endpoints.
public static String getOpenIDToken(String loginServer, String clientId, String refreshToken)
on theOAuth2
class.
Version Update
- React Native version: 0.60.5
- Android Studio: 3.5
Deprecations
Check your compiler warnings, or see Android Current Deprecations.