Question:
How can I obtain HWID/Push Token value of the device to store it on my own server?
Answer:
If you would like to map push tokens and HWID and store in on your server, you can use the following SDK methods to obtain the necessary value:
Android: https://github.com/Pushwoosh/pushwoosh-android-sdk/blob/master/Documentation/Pushwoosh.md#public-string-getpushtoken
https://github.com/Pushwoosh/pushwoosh-android-sdk/blob/master/Documentation/Pushwoosh.md#public-string-gethwid
iOS: https://github.com/Pushwoosh/pushwoosh-ios-sdk/blob/master/Documentation/PushNotificationManager.md#--nsstring-getpushtoken
https://github.com/Pushwoosh/pushwoosh-ios-sdk/blob/master/Documentation/PushNotificationManager.md#--nsstring-gethwid
Comments
0 comments
Please sign in to leave a comment.