Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Force Touch Pressure on iOS Simulator 9.1

The new 9.1 simulator with Xcode 7.1 has the feature to simulate a force touch like the iPhone 6s / 6s+ but the option is greyed / disabled.

iOS Simulator > Hardware > Force Touch Pressure [disabled] Screenshot for reference

Force Touch Pressure Disabled Screenshot

Anybody know how to enable this option?.

Note: Im testing this on a iPhone 6s simulator

like image 855
carbonr Avatar asked Oct 24 '15 12:10

carbonr


2 Answers

Simulator does not support interaction with iOS Devices using 3D Touch prior to Xcode 7.3. The menu item that you are referencing relates only to Apple Watch devices.

like image 138
Jeremy Huddleston Sequoia Avatar answered Sep 30 '22 17:09

Jeremy Huddleston Sequoia


select simulator(watch) --> Hardware --> Force Touch Pressure --> Deep Press, and then click and hold on simulator, menu will be popup. you don't need to real device to test context menu.

enter image description here

like image 44
Bandish Dave Avatar answered Sep 30 '22 16:09

Bandish Dave