在文档中我找到了device.uuID(http://docs.phonegap.com/en/2.0.0/cordova_device_device.md.html#device.uuid),但它仅适用于AndroID.在iOs上它被弃用了:https://developer.apple.com/news/index.php?id=3212013a#top.
我在本机iOs代码中看到了一些解决方案,它获取了设备的MAC地址,但我需要phonegap解决方案.
谢谢!
解决方法 现在,device.uuID在iOS上返回IDentifIErForvendor,因此不再需要我的插件.旧答案:
您仍然可以使用device.uuID,但它不是真正的UUID
来自phonegap doc
iOS Quirk
The uuID on iOS is not unique to a device,but varIEs for each
application,for each installation. It changes if you delete and
re-install the app,and possibly also when you upgrade iOS,or even
upgrade your app per version (apparent in iOS 5.1). The uuID is not a
reliable value.
我有一个MAC address phonegap plugin,但我听说你无法在iOS 7上获得MAC地址
我的插件不再有效,无法在iOS 7上获取MAC地址
编辑:
顺便说一句,我创建了一个供应商插件标识符
https://github.com/jcesarmobile/IDFVPlugin
有了这个插件,你可以获得iOS identifier for vendor
总结以上是内存溢出为你收集整理的iOs上的phonegap的唯一标识符全部内容,希望文章能够帮你解决iOs上的phonegap的唯一标识符所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)