How to get device IMEI number programmatically using xcode to phonegap?

后端 未结 2 1370
死守一世寂寞
死守一世寂寞 2020-12-12 01:26

I would like to getting the device imei number and send it to the phonegap html page. How should we do?

In phonegap android we will get the imei number from java fil

2条回答
  •  抹茶落季
    2020-12-12 01:35

    You can't, Apple does not allow you to identify devices any more. UDID and mac address solutions have all been disallowed since iOS 7.

    Any solution you can find on getting the IMEI number on iOS require the use of a private library and you app will be rejected from using this.

提交回复
热议问题