Hi, I am facing issues with the GetDeviceId function returning a value which is not related to either the Device ID or Player ID in the One Signal console. GetDeviceId is returning a 16 character alphanumeric string, whereas the Device ID in OneSignal console is XX-XXXXX (X) and the PlayerID is XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX and doesnt look like they are substrings either.
Any idea how i can get the specific PlayerID for a device so that I can store against a UserId for the logged in User and send specific workflow notifications to that user? Maybe a new Cordova method needs to be added into the Plugin module specific for this?
The Devices entity in the OneSignalApi module appears to not be used anywhere as it appears to have been in previous versions.