Can I get the usere's mobile number in Objective-C on the iPhone?
feedback
|
|
Not with the official SDK. You could ask the user to point to its own contact entry using the AddressBookUI framework's pickers, or a UI of your own design. | |||
feedback
|
|
You can get the user's phone # from NSUserDefaults. And then look up their address book entry. This method is completely undocumented and liable to break at a moments noticed. Also it is fragile - user might have a bad address book with the same # used multiple times etc. | |||
|
feedback
|