I could open native sms window with this command:
window.open("sms:+4577754333434?body=Hello from Appery","_system");
And could send the sms successfully on clicking Send button in the window.
How to know whether the sms sent successfully or not in Appery.io? So that I can continue to open another screen only when successfully.