-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification behavior after removing app task #18
Comments
Hi @Arkadzi, |
Hello @tjuric, Facing the similar issue and able to get the callback on BroadcastReceiver on tapping on the Notification after killing the app from the background. Steps:
Help please on this scenario. In AndroidManifest
For some device like |
Hi @pratikkukadia, we will check it soon, thank you for reporting. BR, |
Hi @pratikkukadia , we checked the scenario on available devices and on different Android API versions, and can't reproduce it. We used our deeplinking example for testing, just put logging at the beginning of the May be you could test it like this, or may be provide some specific Android API version, where we could reproduce it? In addition, for default notifications we use default priority channel option and don't use setOngoing, so notifications shouldn't behave like persistent notifications. BR, |
Could you please send your NotificationSettings, it could also help us to reproduce issue. BR, Olga |
Hi @riskpp, below is the NotificationSettings
Infobip Sdk version : 4.3.1@aar. The issue is of specific So can you please check in the specific devices mention and also let me know in which devices have to tested the above scenario. Thanks, |
Hi @pratikkukadia , while we are trying to find some of the devices you mentioned, could you please check do you also have such issue in our demo app from google play? For now looks like the issue can be connected with
BR, Olga |
Hi @pratikkukadia, we checked the scenario on BR, Olga |
Hi @riskpp, we have tested in Please let us know if you need anything else. PFA 21-04-21-18-34-34.mp4 |
Hi @pratikkukadia BR, |
Hi @riskpp |
Hi @pratikkukadia, we again tried to reproduce it on BR, Olga |
Hi @riskpp, I have tried the steps you have mention and waited for about 1 and half mins but still the app does not get open. Please lets us know if u need anything else. https://drive.google.com/file/d/1cIAI6EkTLrDxc66wslW8HPZRK-dXzjv9/view?usp=sharing |
Hi @pratikkukadia,
Hopefully it'll help us investigate this. BR, |
Hi @riskpp , Please find the attached screenshots of |
Hi @riskpp We are waiting for an update from you. Can you please provide it ? Thanks |
Hi @hpatel123, Unfortunately screenshots, you provided, didn’t help us to investigate the issue, for similar settings in our device infobip’s showcase application opens after tapping on notification (sometimes after delay). You could send us heap dump of the app after notification tapped, may be it could help. BR, Olga |
Hi @riskpp we have provided video of issue along with device settings screenshots. Now your team has to debug it with the same device. Note that in your sample application it is not working so you must look into this. |
Thank you for the video, we definitely saw it, and debugged our showcase on exactly the same device with the same Android OS version (OnePlus 7 Pro with Android 11), but the closest thing we got is that after we tapped on notification app is opened after delay for 30sec-1min. Just in case, if you didn’t try to restart the device, try it please. BR, Olga |
Hi @riskpp Can you please post the video which shows that the notification tapping works fine even application is in kill mode ? Also please post the screenshots of device which shows Android version. It would help us. |
Hi @hpatel123, video and screenshot: OnePlus7_Android11.mp4 |
Is this issue still relevant, @hpatel123? |
@tjuric Looks like similar issue. We can still reproduce this issue. |
@tjuric Is there any update on this?, still we are facing this issue when tapping on notification nothings happens. |
Hi @pankaj89 unfortunately we are unable to reproduce the issue, you could try disable battery optimisation for the application, but for us on the OnePlus 7 it works even with it. |
Merge in MML/infobip-mobile-messaging-android.wiki from dkomusanac-MM-5411-update-screenshots-cup-design to master Squashed commit of the following: commit db9ee122f25cc5a24ce08e9bb63918b80a220a26 Author: Davor Komušanac <[email protected]> Date: Tue Dec 6 16:39:40 2022 +0100 show all properties of events in screenshot commit f031f9b27e9eca5b76ee2af6ab7a4e8c63ae3360 Author: Davor Komušanac <[email protected]> Date: Tue Dec 6 13:09:24 2022 +0100 update correct segment use, show expanded event commit 04e10b55ff0bb590bad6c8780b8c4abaa5464180 Author: Davor Komušanac <[email protected]> Date: Thu Dec 1 12:54:10 2022 +0100 remove reduntant text and update screenshot commit 4bef9d56c4c8e3a5bb4164f2ebf20d9d55b88546 Author: Davor Komušanac <[email protected]> Date: Thu Dec 1 02:07:32 2022 +0100 add updated screenshots from new cup design
Steps:
1.Receive infobip notification
2.press home button
3.swipe app from tasks
4.notification remains visible (behaves like ongoing notification)
5.clicking on notification.
6.broadcast receiver has explicit intent for custom activity. after click nothing happens for few seconds, then launch activity appears (not the one explicitely intented), without any data.
There must be some behavior either to make notification cancel after task removed, and then show it again after app launch, or behavior for running explicitely intented activity.
Help please.
The text was updated successfully, but these errors were encountered: