In the app I am implementing, I am supposed to received multiple Push notifications with Images (Some times the images are reused).
Once I receive the Push notifications, if I long press the push notification I am able to see the attachment. If I do the same for the 2nd or 3rd Push notifications it shows properly.
If I tap on the 1st Notification and perform the action and go back and try the long press on 2nd or 3rd it fails to show the notification.
- I have tried with different images it works fine
- I have tried performing action on 2nd or 3rd and check for the 1st attachment it works fine.
I am looking forward for some help to understand about why the Image load fails for 2nd or 3rd Push Notifications when 1st is removed.
Thanks in Advance.