Unity-Technologies / com.unity.mobile.notifications

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

Fix occasional crash on iOS #237

Closed aurimasc closed 1 year ago

aurimasc commented 1 year ago

https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/205

authData.deviceToken is not initialized, so if response is not granted, it may be not null and in such case we crash trying to make a C# string from it.