Unity-Technologies / com.unity.mobile.notifications

Mobile Notifications Package
https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.1/manual/index.html
Other
132 stars 42 forks source link

add proguard #306

Closed samii00 closed 10 months ago

samii00 commented 10 months ago

If anyone encountered this error AndroidJavaException: java.lang.NoSuchFieldError: no "Ljava/lang/String;" field "id" in class "Lcom/unity/androidnotifications/a;" or its superclasses

add this to your project proguard file: -keep class com.unity.androidnotifications.* { ; }

i think unity should remind this in docs

aurimasc commented 10 months ago

This problem should be resolved in latest version.