Unity-Technologies/com.unity.mobile.notifications

ANR in background caused by NotificationCallback.onSentNotification invoking JavaProxy

AntonPetrov83 opened this issue · 3 comments

Hi!

We experience a lot of this ANRs:

image

Mostly happen in background when android activity gets stopped on application quit.

Unity: 2020.3.38f1
Mobile notification package: pre 2.0.2

Do your logs show that app quits at the same time as this happens?
That sounds very much like a bug we fixed in:
https://unity.com/releases/editor/whats-new/2020.3.42

Do your logs show that app quits at the same time as this happens?

Yes.

Then it's probably that bug. Closing on that basis.