Ed Snider
Ed Snider
Thank you for the PR! Was there a specific version of Android this happened on? When I used the plugin on an emulator without the Play Store or Google services...
Xamarin.Android does support canceling all notifications by calling the `CancelAll()` method on the notification manager. Right now this plugin only supports canceling individual notifications using their identifier. However, this should...
@JongHeonChoi thanks for the PR - initial code review looks good. Need to test and then I'll merge.
@helmishariff what type of modifications are you asking about doing?
Do you have steps that reproduce the problem that this is solving?
Ok, does this happen in Xamarin.Forms or traditional Xamarin.Android, or both? I can't reproduce the issue with the sample application, but maybe it's too simple of an app.
I haven't been able to reproduce the bug this PR is attempting to address, can you point me to a repo or some sample code that is seeing the error?
Support for 26+ with notification channels was added in version 3.0.1 of the plugin. See: 12d5de0ed09f9b0c9abc097fdca35f3ea31066e6 Which version of the plugin are you using? (you left it out of the...
@sunnysonic can you be a little more specific about what isn't working for you? Are you getting an error? what is the specific behavior your running into? What version macOS?...
@sunnysonic It is working for me on 10.7+ ... if the app is actually in the foreground you may have to open your Notification Center to see the notification.