We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we try to add alias, this error message shows up. It's not happening in iOS,
seems to be you guys forgot to handle this method channel request
1. Use addAliases in project
it should just add alias
^5.2.9
I/flutter ( 1052): MissingPluginException(No implementation found for method OneSignal#addAliases on channel OneSignal#user) I/flutter ( 1052): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7) I/flutter ( 1052): <asynchronous suspension> I/flutter ( 1052): #1 OneSignalUser.addAliases (package:onesignal_flutter/src/user.dart:79:12) I/flutter ( 1052): <asynchronous suspension> I/flutter ( 1052): #2 OneSignalUser.addAlias (package:onesignal_flutter/src/user.dart:72:12) I/flutter ( 1052): <asynchronous suspension>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
When we try to add alias, this error message shows up. It's not happening in iOS,
seems to be you guys forgot to handle this method channel request
Steps to reproduce?
What did you expect to happen?
it should just add alias
OneSignal Flutter SDK version
^5.2.9
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: