19.0.0
Breaking
- Updates the native Swift SDK version bindings from Braze Swift SDK 13.3.0 to 14.0.1.
- Updates the native Android SDK version bindings from Braze Android SDK 40.0.2 to 41.0.0.
Added
- Adds Android support for
Braze.getInitialPushPayload()to handle push notification deep links when the app is launched from a terminated state.- This resolves an issue where deep links from push notifications were not handled on Android when the app was cold started.
- To use this feature, call
BrazeReactUtils.populateInitialPushPayloadFromIntent(intent)in yourMainActivity.onCreate()method before React Native initializes. SeeBrazeProject.tsxin the sample app for an example implementation. - This provides feature parity with the existing iOS implementation added in version
13.1.0.