Search Issue Tracker
Fixed in 1.0.3
Votes
0
Found in [Package]
1.0.2
Issue ID
1176749
Regression
No
Exception is thrown when trying to parse the "data" field with Notifications Package 1.0.3-preview.6
How to reproduce:
1. Open the attached project
2. Build for iOS and deploy the Xcode project to the iOS device
3. Initialize the system by clicking the buttons "InitLocalAndRemote Notifications"
4. Click "Log DeviceToken" (this will log on XCode the token used for sending the notifications
5. try to send a notification with the following payload:
{
"aps": {
"alert": "Testing",
"badge": 1,
"sound": "default"
},
"data": {
"core_notification_id": 10,
"game_data": "test"
}
}
Actual: Exception is thrown when trying to parse the "data" field
Reproducible with: 2018.4.6f1, 2019.1.14f1, 2019.2.1f1, 2019.3.0a12
Note: Could not test on 2017.4 because the package was introduced in 2018.3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment