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];
Related
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Programmatically get the number of the incoming call
Is it possible to get the incoming call number in iphone using any private api?
You cannot do this.That will be a security risk.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to convert an address to a latitude/longitude?
Anyone know how to convert address to Latitude and Longitude in iPhone Developement? I am trying to build an app that users can search address and shows on google map.
Thanks
You Gould use cloud made for that - just on example.
This article http://blog.cloudmade.com/2009/06/12/how-to-get-forward-geocoding-in-iphone-mapkit/
Should help you
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.
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 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.