0

If I have users using an app and I need to know their phone number of their iPhone, or their email that they use for iMessages (if it's an iTouch or something) can I detect that in anyway?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Albert Renshaw
  • 17,282
  • 18
  • 107
  • 195
  • 1
    You may refer to http://stackoverflow.com/questions/193182/programmatically-get-own-phone-number-in-iphone-os, which requires SDK. – Lee Chee Kiam May 11 '12 at 00:50

1 Answers1

0

It is not feasible with current sdk. if any how you can do this with private API, Apple will reject your app. May you can use this with jailbroken device.

Mangesh
  • 2,257
  • 4
  • 24
  • 51
  • Good, this is sad for a feature I wanted to include with my app but this is good that Apple protects user's data this well :) – Albert Renshaw May 11 '12 at 20:17