Agasper / unity-android-notifications

Unity3D Plugin for Android local notifications with example project
Other
555 stars 184 forks source link

App crashes on notification appearance #90

Closed Samuraisa closed 6 years ago

Samuraisa commented 6 years ago

Then notification is triggered, the app is crashing to desktop no matter it is active/fullscreen or it is in background. Tested with Lenovo A850+ (Android 4.2) and Samsung Galaxy S8 (Android 7.0) using Unity 2017.3.1f1 (just reimporting your project no other modifications).

sam-mckay commented 6 years ago

I'm having a similar issue with Unity 2017.2.0p1 and 2017.3.1p4, "AppName has stopped" appears if you schedule a notification and then hard close the app Backgrounding the app seems to work fine for me

Other details Gradle build system .net 2.0 subset mono compiler

Also occurs with the following config Gradle build system .net 2.0 full IL2CPP compiler

sam-mckay commented 6 years ago

@Samuraisa If you're still having problems, I managed to get rid of this issue by simply recompiling the android studio plugin... possibly an issue with the build tools version used to create the plugin in the first place

Agasper commented 6 years ago

Please provide ADB logs and recreate the issue