标签: android ios cordova codenameone
我在Codename One中使用 Cordova Hybrid Apps ,我想检索SIM卡的 IMSI 。有人可以帮我吗?
由于
答案 0 :(得分:0)
iOS不提供本地访问IMSI以保护用户隐私。我们提供Display.getMsisdn()但它不适用于大多数现代平台。
Display.getMsisdn()
我猜你真正在问的是Codenameone:How to get the mobile number of current sim card in real device?