Closed aurimasc closed 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.
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.