Agasper / unity-android-notifications

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

Crash on action notification #100

Open RalphHLG opened 6 years ago

RalphHLG commented 6 years ago

Hi,

I'm having an issue where if I create a notification with an action and then close the app (not minimise) then the app crashes with error - "Unable to launch app [myapp] for broadcast Intent { [myIntent]) }: process is bad" when the notification is fired. From reading previous issue logs a solution was already merged in but I'm still getting this. Is there any other way around this?