Change on pushNotificationDeviceID variable
Hello,
Apparently the way pushNotificationDeviceID variable works has changed since we started working on our project.
Originally, pushNotificationDeviceID variable returned a string that looked like 359966057237910;83b3a2e99c099ef2
However, now it returns something similar to:
null;83b3a2e99c099ef2
This change causes that our notification system will never work for new devices.
What has changed? How can we solve this? This is quite urgent for us, due to to the advanced state of our project.
Thank you very much