if (plus.os.name == "Android") {
var Context = plus.android.importClass("android.content.Context");
var tephoneManager = plus.android.importClass("android.telephony.TelephonyManager");
var tm = plus.android.runtimeMainActivity().getSystemService(Context.TELEPHONY_SERVICE);
var id= tm.getDeviceId();
alert(id);
}
lzxleslie
- 发布:2015-07-10 11:00
- 更新:2019-07-09 18:40
- 阅读:6143
5***@qq.com
IOS的就没办法了吗,像楼主那样的调用都获取不了吗,对IOS一窍不通啊,,,这次大头了
2017-03-06 18:19
DCloud_heavensoft
我给的链接已经提供了,不过iOS上得不到真正的imei,是随机一个数字模拟唯一设备标识符,类似于web的uv计算方法
2017-03-06 21:43