1

Is there any way that I can get mobile info, such as system information, network, sim card count, and sim card GSM network?

There is native code for Android but for iOS, it would be tricky. Can anyone help?

Vemonus
  • 868
  • 1
  • 16
  • 28
AhMaD AbUIeSa
  • 805
  • 1
  • 12
  • 21
  • Follow this link will help you.. http://stackoverflow.com/questions/193182/programmatically-get-own-phone-number-in-ios – Tushar Patil Aug 26 '16 at 13:48

2 Answers2

1

checkout this project https://github.com/nisrulz/easydeviceinfo Android library to get device information in a super easy way.

ingyesid
  • 2,864
  • 2
  • 23
  • 21
1

As the other comments mentioned Apple will scan your binary when you submit to them. If you used an undocumented API to access device information your app will be automatically rejected before it even reaches a human reviewer. This information is explicitly blocked to developers.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65