Simulate incoming sms/call using IOS real device

Hi,
Is there a known way to simulate incoming sms/call using IOS real device?

Thanks!

real device = no way cause due to sandbox limitation, although if you can get phone real number why not to send programmatically SMS or call to phone :smile:

with iOS Simulator if it is on same computer where Appium running you may use ‘osascript’ to send any menu command.

Thanks for your reply Aleksei.

Hello, is it possible to simulate them with Android?