-
Notifications
You must be signed in to change notification settings - Fork 375
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]: Could not create Worker com.onesignal.notifications.internal.restoration.impl.NotificationRestoreWorkManager$NotificationRestoreWorker #1677
Comments
I am having the same error. Did you find anything? |
Can any one please take a look at this and advise ? |
Hi @CristianCosmicVspartners thank you for reporting. Are you experiencing this |
I am able to reproduce the issue if implementation('androidx.work:work-runtime-ktx:2.8.1')
api('androidx.work:work-runtime') {
version {
strictly '2.7.0'
}
} However it isn't clear what's downgrading the version in your scenario, but finding that is the key to solving this. Can you run Another way to find the breaking library is if you remove libraries from your project, or make a new project and build them up and share the project reproducing the issue. |
Hello, I have the same issue on Android |
Hello everyone--it appears this issue has become a bit stale. This comment provides some additional context and troubleshooting steps. If this is still a problem for anyone, please let us know and we can discuss further. |
What happened?
After the upgrade from v4 to v5 I am getting the Native Android error and receive no push.
Steps to reproduce?
What did you expect to happen?
Receive push notifications
React Native OneSignal SDK version
5.1.0
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: