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

[Bug]: addAliases & addAlias is throwing not implemented error from android platform #988

Open
2 of 3 tasks
momin-mostafa opened this issue Jan 16, 2025 · 0 comments
Open
2 of 3 tasks

Comments

@momin-mostafa
Copy link

momin-mostafa commented Jan 16, 2025

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?

1. Use addAliases in project

What did you expect to happen?

it should just add alias

OneSignal Flutter SDK version

^5.2.9

Which platform(s) are affected?

  • iOS
  • Android

Relevant log output

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>

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant