Search Issue Tracker
Fixed in 1.3.0
Votes
1
Found in [Package]
1.0.4-preview9
Issue ID
1223357
Regression
No
[iOS] Device token returns null after successful notifications authorisation request
How to reproduce:
1. Open the attached DeviceTokenIssue.zip project
2. Build for iOS and deploy the Xcode project to the iOS device
3. Press 'Allow' when you see the system popup on the device
4. Inspect the Xcode Console
Actual: [MobileNotifications] DeviceToken is NULL
Reproducible with: 2018.4.19f1, 2019.3.5f1, 2020.1.1b1, 2020.2.0a2
Reproducible with:
- iPhone 7 (iOS 12.3.1)
- iPhone 6 (13.3.1)
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
sergioabril
Apr 17, 2020 20:49
Any update on this? I had to end up using the "UnityEngine.iOS.NotificationServices.RegisterForNotifications()" call instead to properly retrieve the token.