Agasper / unity-android-notifications

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

Crash #16

Closed orybkin closed 8 years ago

orybkin commented 8 years ago

I'm getting crash in example project. I opened project as it is and added NotificationTest.cs to MainCamera, and the app crashes at time when the notification should appear.

Agasper commented 8 years ago

Please provide ADB logs

orybkin commented 8 years ago

Here. I logged it just after the crash, so maybe the interesting part will be at the end.

log.txt

Agasper commented 8 years ago

I just realized, this plugin doesn't support Android 4.0. Please upgrade your OS if possible

orybkin commented 8 years ago

Thanks for such a quick response!