1

I use Contacts Framework (introduced in iOS 9) to fetch some phone numbers from the address book.

I need to get my own phone number but I can't find any documentation on this question. Should I use Contacts Framework? Is this even possible? If it is not – how apps like snapchat do this?

Eduard
  • 516
  • 1
  • 4
  • 17
  • See [This](http://stackoverflow.com/questions/193182/programmatically-get-own-phone-number-in-ios) – NSNoob Nov 16 '16 at 06:56

1 Answers1

0

You cannot do this as it violates user privacy and since 2009 Apple has not allowed for apps to get your phone number straight from your phone without permission.

RyanM
  • 751
  • 5
  • 20