Skip to content

Mobile SDK 7.3.0

Compare
Choose a tag to compare
@wmathurin wmathurin released this 16 Sep 23:33
· 1705 commits to master since this release

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 the OAuth2 class.

Version Update

  • React Native version: 0.60.5
  • Android Studio: 3.5

Deprecations

Check your compiler warnings, or see Android Current Deprecations.