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.
Related
This question already has an answer here:
Is there a any fingerprint-library or framework to use for iphone app developement?
(1 answer)
Closed 9 years ago.
Is there any way to implement fingerprint as password for the screen in iPhone?
IS it possible?
No, the iPhone screen can't read fingerprints. Try a retinal scanner using the camera and flash instead :)
This question already has answers here:
Proper way to exit iPhone application?
(24 answers)
Closed 8 years ago.
How do I programmatically minimize an iPad/iPhone UIApplication?
Actually there no such method for minimize iPhone app.
You can try with "exit(0)" to close the app.
Cheers.
You can't. You can only switch to another app. I don't think apple has a public API for doing this.
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:
Is it possible to connect iphone to printer via bluetooth?
Can any body suggest how can we connect bluetooth printer with our iPhone Application.
So that i can take printout of text i have typed.
Thanks in Advance
Kamleshwar
iOS currently \ does not support Bluetooth printing
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];