Aleksejs Mjaliks
Aleksejs Mjaliks
I'm not sure if this exception is caused by any emoji. But the that causes is 🎁.
Trying to open a notification with 🗺 in message causes exception on my Nexus 4 with Android 5.1.1. It seems this emoji isn't supported by older Androids as it appears...
Yes, these exceptions are logged to logcat. I receive reports in Unity Performance Reporting service too.
Have updated SDK to 2.4.1. This issue is still here.
@256p, add to _proguard-user.txt_: ``` -keep class com.google.android.ump.** { public *; } ``` @NVentimiglia, it would be useful to include a note about Proguard/R8 in the implementation [documentation](https://developers.google.com/admob/unity/privacy).