iphone - DeviceToken as anonymous identifier IOS -


can use devicetoken register user in server not push notification service.

is possible fetch devtoken without using push notification delegate method?

thanks

yes, can use device token register user because if delete app & re-install again give same device-token same previous.

code:

  nsstring *device_id=[[[uidevice currentdevice]identifierforvendor]uuidstring]; 

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -