Open meisam-dehghan opened 1 year ago
Same problem exists in all 10.X.X versions in Xamarin.Forms
Still testing, but it seems in my case that everything works fine in the release build of the app !
Maybe it's also related to the PendingIntentFlag that I'm using:
PendingIntentFlags = AndroidPendingIntentFlags.OneShot | AndroidPendingIntentFlags.Immutable,
In any case, in debug mode, I still get the last ReturningData, and not the one that was supposed to be related to the notification that was tapped ...
@peter-bozovic @chyzy @meisam-dehghan
Please try version 10.1.4
The issue persists in 10.1.4 :(
I'm still getting ReturningData only from the last notification, for any previous notification that I tap ...
@peter-bozovic are you testing with .Net Maui or Xamarin Forms?
@peter-bozovic are you testing with .Net Maui or Xamarin Forms?
I'm using it in a .Net Maui app
@meisam-dehghan Can you please attach a sample project?
I'm using V. 10.1.3 in a .Net Maui application.I add two notifications all at once with each having a different kind of ReturningData,but no matter which notification I tap in the Notification center,just the ReturningData of the last-added notification is returned.I think it's a bug,which needs to be fixed. The same issue as in: #312 ,but the problem still persists even though it's been closed! Also take a look at the following Discussion: