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)
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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
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.