Our React Native Android app crashes since upgrading to 7.2.0 with a null pointer exception (as below). We have resolved the problem temporarily by reverting the following commits locally:
Steps to reproduce:
-- Open app, redirects to the Salesforce login screen
-- Complete login flow (password, 2FA etc)
Actual behavior: upon redirecting back to our app the app crashes with a null pointer exception and does not retain the login or open the app.
Expected Behavior: The app opens with authentication as provided.
Error Log: There was a null pointer exception at SalesforceSDK/src/com/salesforce/androidsdk/secruity/SalesforceKeyGenerator.java at line 103: CACHED_ENCRYPTION_KEYS.put(name, encryptionKey);
Our React Native Android app crashes since upgrading to 7.2.0 with a null pointer exception (as below). We have resolved the problem temporarily by reverting the following commits locally:
SalesforceSDK/src/com/salesforce/androidsdk/secruity/SalesforceKeyGenerator.java
at line 103:CACHED_ENCRYPTION_KEYS.put(name, encryptionKey);