How to get imei on iPhone 4S? [duplicate]

浪尽此生 提交于 2019-11-29 19:17:42

问题


This question already has an answer here:

  • Finding IMEI number using Objective-C 5 answers

I need to get imei on iPhones.

I use https://github.com/erica/uidevice-extension/blob/master/UIDevice-IOKitExtensions.m to get IMEI.

It works fine on iphone 4, 3GS ... even with ios5.

But with iPhone 4S, imei is empty. Does somebody have a solution ?

Thank you for your answer


回答1:


If you have backup of that iPhone in iTunes, you need to go to Preferences >> Dvices, and the if you hover the backup you should see not only IMEI number but also Serial number and Mobile number.

You can check if that IMEI or Serial number are coreckt on this website: http://sndeep.info/en

Check when your iPhone was activated on this Apple web services: https://selfsolve.apple.com/agreementWarrantyDynamic.do




回答2:


You can easily get the IMEI by looking at the SIM card placement slot:

It should be there for the following devices:

  • iPhone 7
  • iPhone 7 Plus
  • iPhone 6s
  • iPhone 6s Plus
  • iPhone 3G
  • iPhone 3GS
  • iPhone 4 (modello GSM)
  • iPhone 4s

Source: Apple Official Documentation.




回答3:


x#06# is used for all phones. İphone 4/4s for on




回答4:


you can check imei by dialing *#06# thats it



来源:https://stackoverflow.com/questions/8037934/how-to-get-imei-on-iphone-4s

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!