Question

Can I use CoreTelephony in my iPhone app without it being rejected from the AppStore?

Was it helpful?

Solution

Situation has changed, some parts of CoreTelephony are

Available in iOS 4.0 and later.

Check for details:

http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Reference/CoreTelephonyFrameworkReference/_index.html#//apple_ref/doc/uid/TP40009603

OTHER TIPS

No :)

You may not use private-frameworks like that in your application. They have robot-like machines that scan your binary on use of private-frameworks and automatically reject your app if you do. So, no, there's no way to do this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top