This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Programmatically get own phone number in iPhone OS
Hi,
how i can get own phone number programmatically.
thanks in Advance
Tom smith
Not possible anymore since iOS 4. See SBFormattedPhoneNumber issue in iOS4.0 for additional information. For privacy reason, you need to ask the user for the device phone number.
Related
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Can I embed a custom font in an iPhone application?
I'd like to put a text in my app with a special font but I don't know how to do it ?
Someone could explain me or have a link about it ?
Thanks
There are many pages on the net describing how to do this. http://tetontech.wordpress.com/2010/09/03/using-custom-fonts-in-your-ios-application/ is one of them.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
What tool(s) can I use to produce iPhone App Screencasts?
I've heard there are ways to record movies from the iPhone Simulator. I realize there are possibly thousands of solutions, but which one is the most straight-forward, taking the least effort to set up?
The easiest way how to record iOS simulator is Sound Stage
Its only $5 and can do really nice videos....
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to get IMEI on iPhone?
Is it possible to get IMEI of iPhone 4 (IOS 4.2) via SDK ?
Thanks.
check here: How to get IMEI on iPhone?
According to one of the comments, this is erica's latest code to retrieve the IMEI.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to get IMEI on iPhone?
I can get the UDID number but I want to get IMEI number...Is the apple dont allow to trace? If so where i can find the document of apple?
NSString *imei = [[NetworkController sharedInstance] IMEI];
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How do I detect when someone shakes an iPhone?
i know there was many dice application in the store but i just want to know how to start to create a application ,when shake the phone the 3D model will roll,thanks if can give any pointer on how to start
There are samples with the SDK from Apple.