↧
Answer by Vignesh for issues with the usage of UDID
Device token and UDID is completely different. You can very well use device token.
View ArticleAnswer by mattjgalloway for issues with the usage of UDID
The UDID and the device token you get from push are completely separate things. As long as you're not using UIDevice's uniqueIdentifier property, you're absolutely fine.
View ArticleAnswer by Ian L for issues with the usage of UDID
No, the device token used for push notifications is different to the UDID. You will not have to change anything for push.
View Articleissues with the usage of UDID
i heard that apple is rejecting the apps which are using UDID, for Push Notifications purpose i used deviceToken.i think UDID and deviceToken both are different, so using of deviceToken may not cause...
View Article