I've recently updated to the latest version of the bms-push cordova plugin.
Seems like when we now receive a notification on an Android device, tapping on the notification does not launch the app anymore.
Is it the expected behaviour?
I've recently updated to the latest version of the bms-push cordova plugin.
Seems like when we now receive a notification on an Android device, tapping on the notification does not launch the app anymore.
Is it the expected behaviour?
You will need to make a change in the native Android's manifest:
<activity android:name="com.ibm.mobilefirstplatform.clientsdk.android.push.api.MFPPushNotificationHandler" android:theme="@android:style/Theme.NoDisplay"/>