iphone - How i can send a message to a specific device with identifierForVendor or openUDID? -
i'm writing app manage accounts stored in server,like other social app. wanna forbid double login same account in 2 devices. when user log app have log out other devices logged same credentials. identify device use openudid ios<6 , identifierforvendor ios>=6. devices id stored in server db. there's way take id , send notification/messagge related device? know can check actual device id , stored id know if same device...it's not enough, need send notification device. how can do?
the way send message other device through apns.
take @ tutorial -> http://www.raywenderlich.com/32963/apple-push-notification-services-in-ios-6-tutorial-part-2
Comments
Post a Comment