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

Deserialize on background thread #278

Closed aurimasc closed 1 year ago

aurimasc commented 1 year ago

https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/271 It is not advised to do IO on Android UI thread, as that may take time and lead to ANRs. Solution is to offload the work onto a background thread. There are two places where the issue is present:

Developer testing:

Testing request: