You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Iterable Android SDK version 3.4.3 or abover and iterable/react-native-sdk version 1.1.3
Terminate App
Receives notification
Clicks notification
App launches and IterableTrampolineActivity successfully created to handlePushAction.
Then hold on app in foreground
Resend a new notification
tap this new notification
IterableTrampolineActivity is not launched as expected.
Root Cause
I've finally find root cause of this issue, seems LaunchMode of IterableTrampolineActivity changed from singleInstance to singleTop start with 3.4.3.
If i change it back to singleInstance on version 3.4.3, everything fine.
The text was updated successfully, but these errors were encountered:
Hi @leowroth , we do have launchMode set to singleInstance. Github
Can you please share what functionality in the app breaking because of this? Is the push deep links not arriving on the SDK correctly?
Reproduce
Root Cause
I've finally find root cause of this issue, seems LaunchMode of IterableTrampolineActivity changed from singleInstance to singleTop start with 3.4.3.
If i change it back to singleInstance on version 3.4.3, everything fine.
The text was updated successfully, but these errors were encountered: