You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: