The Smooch_settings_notificationIntent override doesn't seem to work when application is launched from notification tap in quit state.
To reproduce,
replace
<string name="Smooch_settings_notificationIntent">io.smooch.ui.ConversationActivity</string>
with
<string name="Smooch_settings_notificationIntent">com.yourapp.MainActivity</string>
When app is in foreground/background, this override works just fine as the ConversationActivity is NOT launched directly on notification tap, but when app is in quit state, it doesn't respect the override and launches the ConversationActivity anyways.
Reference docs: https://docs.smooch.io/guide/native-android-sdk/#notification-action-intent-override
Android's Smooch Notification Action Intent Override not working when application is launched from notification tap in quit state
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
If you found something that isn't functioning properly, could you reach out to our Advocacy team so that they can get you routed to the corrected team? Our product managers may not see in the community and I want to make sure it goes through the correct channels for you to get quick assistance!