hippogamesunity / SimpleAndroidNotificationsPublic

This is public repository for Simple Android Notifications plugin for Unity
6 stars 0 forks source link

Wrong class name in GetNotificationCallback #50

Closed hippogamesunity closed 5 years ago

hippogamesunity commented 5 years ago

GetNotificationCallback should use NotificationManager.MainActivityClassName instead of using its' own constant.

I don't know how it still works with demo project =)

hippogamesunity commented 5 years ago

The issue is incorrect.