How to simulate an incoming call from a private number - in the emulator?
connect to the computer using telnet on the port of your emulator, for example
telnet localhost 5554
and use the gsm call command with number # instead of numbers
gsm call
#
gsm call #
and you will receive your unknown call on the emulator screen.
Source: https://habr.com/ru/post/912354/More articles:Why, after upgrading to Xcode 4.2, MKAnnotation displays a warning - iosThe goals of building CMake are conditionally based on the existence of a library - buildIOS CS193p - Why was an IBAction connection dragged into a .m file and not into .h? - iosBootstrap.pull-right does not affect .navbar-search - cssCocoa Mac rounded corners (like Xcode 4) - objective-cSubClassing UILabel - uilabelIn Python 3.2, is "lambda" considered a "keyword", an "operator", or both? - pythonKanban in OpenERP - openerpgevent urllib slow - pythonserver side events (for dummies :)) - javascriptAll Articles