Is there any way to find device IMEI using swift code and any framework like (coreTelephone)?
Asked
Active
Viewed 2.8k times
1 Answers
6
No, this is not possible in Swift or Objective-C. Apple does not allow developers to uniquely identify devices, protecting user privacy.
You can view this StackOverflow question for alternatives.