Recent searches
No recent searches
Android's Smooch Notification Action Intent Override not working when application is launched from notification tap in quit state
Posted Oct 15, 2024
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
0
1
1 comment
Greg Katechis
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!
0