OneSignal-Flutter-SDK icon indicating copy to clipboard operation
OneSignal-Flutter-SDK copied to clipboard

[Bug]: MissingPluginException(No implementation found for method OneSignal.{{method}} on channel OneSignal)

Open nandakista opened this issue 7 months ago • 1 comments
trafficstars

What happened?

I got crashlytics report for several one signal method on method channel android. I used one_signal 3.2.0 and flutter 3.92.2

This crashlytics error report Image

This is my flutter doctor

Click to expandImage

Steps to reproduce?

1. Create flutter app using flutter version 3.29.2
2. Used one_signal 3.2.0
3. Use several method like login, logout, and setLanguage

What did you expect to happen?

I expect that one signal have no crash on android and iOS

OneSignal Flutter SDK version

3.2.0

Which platform(s) are affected?

  • [ ] iOS
  • [x] Android

Relevant log output

Sample full error log from OneSignal.login method

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

nandakista avatar Apr 05 '25 23:04 nandakista

Hi @nandakista, you are using version 3.2.0?

The login, logout, and OneSignal.User.setLanguage methods are only available on v5

nan-li avatar May 30 '25 21:05 nan-li