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]: com.onesignal.ADMMessageHandler timed out but I still get notifications #538

Open
1 task done
Martin-Gonzalez90 opened this issue Sep 22, 2022 · 0 comments
Open
1 task done

Comments

@Martin-Gonzalez90
Copy link

What happened?

Platform: FireOS (Amazon Kindle)

When receiving a push notification the pop up message shows the message of this class

com.onesignal.ADMMessageHandler timed out, please check that your have the receiver, service, and your package name matches(NOTE: Case Sensitive) per the OneSignal instructions.

However I receive notifications without any problem, I was just wondering if there is a bug there that perhaps needs to be fixed in order to not get this.

Steps to reproduce?

1. Initialize OneSignal with Alertlevel Error.
OneSignal.Default.LogLevel = LogLevel.Verbose;
OneSignal.Default.AlertLevel = LogLevel.Error;
2. Send a push.
3. You should see the dialog with the error, cancel the dialog and keep sending pushes.

What did you expect to happen?

Not to show an alert error if the system is working fine.

Unity version

2020.3.30

OneSignal Unity SDK version

3.0.3

Platform

Other

Relevant log output

2022-09-22 07:47:16.421 27846-27962/? E/OneSignal: com.onesignal.ADMMessageHandler timed out, please check that your have the receiver, service, and your package name matches(NOTE: Case Sensitive) per the OneSignal instructions.

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