• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

警告“'uniqueIdentifier'已弃用";在 cocos2d-box2d 的项目

用户头像
it1352
帮助1

问题说明

我新建一个基于cocos2d-box2d的项目,两个文件里总是有4个warning,一个是CLScoreServerPost.m,代码有warning如下

I create a new project based on cocos2d-box2d, and there are always 4 warning in two files, one is CLScoreServerPost.m, the code has warning is following

[self addValue:[[UIDevice currentDevice] uniqueIdentifier] key:@"cc_device_id"];

另一个是CLScoreServerRequest.m,代码有警告如下

and another is CLScoreServerRequest.m, the code has warning is following

device = [[UIDevice currentDevice] uniqueIdentifier];

它们都显示相同的警告:'uniqueIdentifier' 已弃用

both of them show the same warning: 'uniqueIdentifier' is deprecated

那我该怎么办?非常感谢

so what should I do? many thanks

正确答案

#1

你可以使用例如 OpenUDID https:///github.com/ylechelle/OpenUDID

You can use for example OpenUDID https://github.com/ylechelle/OpenUDID

正如 LearnCocos2D 在评论中所说,还有一个关于 SOF 的主题:UIDevice不推荐使用 uniqueIdentifier - 现在该怎么办?

As LearnCocos2D told in a comment there is also a topic on SOF : UIDevice uniqueIdentifier Deprecated - What To Do Now?

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcbihba
系列文章
更多 icon
同类精品
更多 icon
继续加载