Unity-Technologies / com.unity.mobile.notifications

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

ANR in background caused by NotificationCallback.onSentNotification invoking JavaProxy #245

Closed AntonPetrov83 closed 1 year ago

AntonPetrov83 commented 1 year ago

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

aurimasc commented 1 year ago

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

AntonPetrov83 commented 1 year ago

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

Yes.

aurimasc commented 1 year ago

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