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.