Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用DeviceToken在我的服务器中注册用户,但不能用于推送通知服务。
是否可以在不使用推送通知委托方法的情况下获取DevToken ?
谢谢
是的,您可以使用设备令牌来注册用户,因为如果您删除应用程序并重新安装它,那么它将为您提供与以前相同的设备令牌。
代码:
NSString *Device_id=[[[UIDevice currentDevice]identifierForVendor]UUIDString];