Closed PinguN00t closed 6 years ago
I will be very appreciated if someone can test if and make a pull request
@Agasper a simple method to test,in demo click"action one time 5 sec",and quickly quit app,the app crash info will display and notification will fail
I faced this same issue with Android 8.1 and made a fix for it. Please see pull request: https://github.com/Agasper/unity-android-notifications/pull/89
Merged
I got a problem with Unity 5.5.5p1 & Android oreo (don't know if it impact more Unity versions or Android versions)
Log :
Even with the test scene. I solved it (apparently) by trasnfering the argument Context context from onReceive to CreateChannel :
1/ I don't know if it's the way to go 2/ I don't know if it will be efficient in all the cases
But maybe it will help somebody / help me when you'll say that's was mistake from me !