我们正在获取未定义的identifierForVendor值。iOS应用程序是使用iOS9.2和Corodva 5.3.1编译的。有什么可能的原因吗?直到上一次发布之前,应用程序一直运行得很好。
发布于 2016-01-21 22:50:32
只需使用最新版本的cordova-plugin-device即可
cordova-plugin-device
device.uuid现在返回identifierForVendor
device.uuid
identifierForVendor
https://www.npmjs.com/package/cordova-plugin-device
https://stackoverflow.com/questions/34873316
相似问题