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.* { ; }
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