Agasper / unity-android-notifications

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

App is not opening on notification action #122

Open meetpatel1989 opened 5 years ago

meetpatel1989 commented 5 years ago

Hello, I'm using this plugin in my all games as it is easy to integrate and have all features. But I'm having an issue in action feature.

I'm using SDKBOX for in-app purchase and it has its own activity. So have to use SDKBOX 's activity as a main activity in the manifest file. While notification.jar uses unity's default activity in UnityNotificationActionHandler.class file. Due to this conflict, the app is not getting opened when I select an action from notification.

Can you please help me out here?

Thank you