Skip to content
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

How do I cancel notification that is set to be repeating? #395

Closed
k4p1cz opened this issue Mar 28, 2023 · 4 comments
Closed

How do I cancel notification that is set to be repeating? #395

k4p1cz opened this issue Mar 28, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@k4p1cz
Copy link

k4p1cz commented Mar 28, 2023

Hello.

So I've setup the notification with id 1000 to notify every 10 seconds (just for testing). And I am activating this notification by clicking a button.

I've setup button that will cancel that notification and I tried using this.
image
But none of this was working and the notification just kept notifying.

Am I doing something wrong?

Thank you for help.

Best regard,
k4p1

@k4p1cz k4p1cz added the bug Something isn't working label Mar 28, 2023
@hakonn
Copy link

hakonn commented Apr 12, 2023

Hi!
Which version are you using? And are you testing on Android or iOS? I experienced the same error on iOS, using .net6, but when I upgraded to .net7 and latest nuget everything worked fine.

@k4p1cz
Copy link
Author

k4p1cz commented Apr 17, 2023

Hi! Which version are you using? And are you testing on Android or iOS? I experienced the same error on iOS, using .net6, but when I upgraded to .net7 and latest nuget everything worked fine.

Hi. I am using .NET7 and I am testing on Android. I will try to upgrade nuget to the latest version but I think I am already running latest one.

@osyyyS
Copy link

osyyyS commented May 5, 2023

I'm having the same issue in Xamarin.Forms on Android using version 10.1.4.

@thudugala
Copy link
Owner

@k4p1cz Please try Version 10.1.5

cc @hakonn @osyyyS

FYI v10.1.5 has a breaking change Android permission must be specified at the application level now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants