Agasper / unity-android-notifications

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

Kindle Fire: Local Notifications issue #29

Closed dilnuryuldashev closed 7 years ago

dilnuryuldashev commented 8 years ago

When I tried to run this exact application, without any modifications, I am getting a crash when I am receiving local notifications on my Kindle Fire device. I see no issues anywhere, yet I am not able to resolve this issue. Maybe, it got something to with the manifest file. I appreciate any suggestions.

SectionBoy commented 8 years ago

If you launch app first time you can't execute CancelNotification(), you need SendNotification() or SendRepeatingNotification() first.

I just fix this problem yesterday. Hope helpful for you.