-
Notifications
You must be signed in to change notification settings - Fork 219
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
[Bug]: Unhandled Exception: MissingPluginException(No implementation found for method OneSignal#initialize on channel OneSignal) #776
Comments
@psatler Thank you for providing a repo to reproduce the issue we are investigating |
This might help |
Hey @sur2548 , thanks for the suggestion! I have tried adding this but my release build continued to throw the same exceptions shown above. The issue I'm facing is also happening on debug and profile mode builds, though. One thing I noticed @emawby is that if I run the app without using the I updated the Github repo with these changes so that you can trigger the one-signal-issue-recording.mp4 |
@psatler Thank you for the investigation that is helpful! There are multiple Android crash fixes coming in the next flutter release that may address this, but I have not reproduced this in my own test app so I cannot confirm. We will continue investigating. |
No problem @emawby Thanks for the attention and I'm looking forward to the next release. In the meantime, I will continue investigating and if I find something new on my end, I will post it here. |
Tested again on version |
@psatler what do you mean, version 5.0.4, flutter or what ? |
Version |
include in
|
What happened?
The Flutter OneSignal SDK version
5.0.3
is throwing missing plugin exceptions when running on Android. This is similar (if not equal) to this other issue #742 (comment)The first time you install the app, it works as expected. However, if you stop the app and rerun it again, it starts to show the exceptions.
I created a repo so you can clone and try to reproduce it yourself. Below is also a video showing the problem found.
one-signal-issue_10qIHcmc.mp4
PS: IOS is working fine so I did not set it up in the aforementioned repository.
Steps to reproduce?
Code of Conduct
The text was updated successfully, but these errors were encountered: