

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Questions & Answers
- How to answer in incoming call programmatically in Android?
- How to lock Screen Orientation programmatically in iOS?
- How to change screen brightness programmatically in iOS?
- How to programmatically take a screenshot on iOS?
- How to take a screenshot programmatically in iPhone/iOS?
- How to enable/disable data connection in iOS programmatically?
- How to create Picker programmatically from array in iOS?
- How to programmatically prevent scrolling in WebView of iOS?
- Disable Scroll View Programmatically in iOS?
- How to lock & unlock the iOS device programmatically
- How to make phone call in iOS 10 using Swift?
- Adding Navigation Bar programmatically iOS using Swift
- How to make the phone call in iOS 10 using Swift?
- How to call a method after a delay in Swift(iOS)?
- How to get the MAC address of an iOS/iPhone programmatically?
Advertisements