0

I have an ios application connected with a web service. in server side my phone sim should be uniquely identifyed. In android version it can send a unique code to identify the sim. For iOS is there any possibility to get unique key for the sim. If so how can I do that?

iDia
  • 1,397
  • 8
  • 25
  • 44

1 Answers1

1

AFAIK, this is not allowed in any publicly available iOS API. You can only do this on a jail broken device.

Anurag Kapur
  • 675
  • 4
  • 19