Computer >> Computer tutorials >  >> Programming >> IOS

How to answer incoming call programmatically in iOS?


Apple iPhone SDK doesn’t allow this feature. If you really wish to achieve it you can use some private api such as CTCallAnswer(call);

This will result in your app store rejection.