最近の検索
最近の検索はありません
Android's Smooch Notification Action Intent Override not working when application is launched from notification tap in quit state
投稿日時:2024年10月15日
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件のコメント
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