如何将peerID转换为UDID?
我想将peerID转换为UDID,而不是iphone的名称,我该怎么做?
I want to convert the peerID into UDID, instead of name of iphone, how can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不确定您是否使用
GKSession
的对等 ID,如果是,请尝试 -(NSString *)displayNameForPeer:(NSString *)peerID
?Not sure if you're using
GKSession
's peer id, if you are, try -(NSString *)displayNameForPeer:(NSString *)peerID
?你不能。 peerID 仅在一个连接的 GKSession 期间标识设备。一旦您重新连接或启动新的 GKSession,同一设备就会获得不同的对等 ID。
Your cannot. peerID identifies a device only during one connected GKSession. Once you reconnect or start a new GKSession, the same device gets a different peerID.