Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to simulate a phone call on iPhone simulator?

I am building an app that will make a phone call. How can I test this feature on the simulator? I get no response when I call openURL. Though of course this does work on the actual device.

Also is it possible to know whether the iPhone is currently in calling mode?

like image 420
iXcoder Avatar asked Dec 15 '10 07:12

iXcoder


People also ask

How do you make a call from Simulator?

Run the call simulatorClick the Simulate Call tab. Enter a destination number or SIP address in the Phone Number or Address field and press the return key on your physical keyboard.

What is simulate call?

Call Simulator™ is an AI-powered, fully immersive scenario-based training platform, designed to be integrated directly into leading call center software. This makes Call Simulator™ the first solution to hone both Active Listening and software skills simultaneously. Schedule A Demo. Download More Information.

How do I use Xcode iPhone Simulator?

To run your app in Simulator, choose an iOS simulator—for example, iPhone 6 Plus, iPad Air, or iPhone 6 + Apple Watch - 38mm—from the Xcode scheme pop-up menu and click Run. Xcode builds your project and then launches the most recent version of your app running in Simulator on your Mac screen, as shown in Figure 1-1.

How do you show touches on iPhone Simulator?

You can show touch indicators in the iOS simulator by opening Terminal and running defaults write com. apple. iphonesimulator ShowSingleTouches 1 . You can turn this setting off again by running defaults write com.


1 Answers

Sorry Pal. You cannot check it in on a simulator.

All the best.

like image 103
Warrior Avatar answered Oct 14 '22 11:10

Warrior