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

Error on iOS plugin #544

Closed
Luizdre opened this issue Apr 12, 2022 · 1 comment
Closed

Error on iOS plugin #544

Luizdre opened this issue Apr 12, 2022 · 1 comment
Labels

Comments

@Luizdre
Copy link

Luizdre commented Apr 12, 2022

Hi, good night, I'm trying to use flutter one signal package and I get this error:

WARNING: OneSignal has detected that your application delegate implements a deprecated method (application:didReceiveLocalNotification:). Please note that this method has been officially deprecated and the OneSignal SDK will no longer call it. You should use UNUserNotificationCenter instead

I was using the package as 2 months ago and don't haved any problem, someone can help, please?

@jkasten2 jkasten2 added the iOS label Apr 12, 2022
@jkasten2
Copy link
Member

@Luizdre Thanks for reporting, however there is a duplicate issue already create for this:
#68

In summary you can most likely ignore the warning, it would only be an issue if you directly using application:didReceiveLocalNotification: in your code or your are using an old plugin that hasn't setup UNUserNotificationCenter at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants