Send SMS and call to iOS
Unsolved
Mobile and Embedded
-
Hi,
From a quick search: MFMessageComposeViewController and this tutorial.
For calls, see this stack overflow thread
There's also a Qt Wiki page
-
@Mikeeeeee said in Send SMS and call to iOS:
If you use QDesktopServices :: openUrl ("sms: / / +123456789")); , how to enter SMS text?
Did you read what was written at the bottom of that part of the wiki article ?
-
@Mikeeeeee said in Send SMS and call to iOS:
If you do so, then not calling
QDesktopServices :: openUrl ( QUrl ("telprompt: / / +123456789"));
Too much spaces and as written, it asks the user before performing the call.
-
Test it in safari, if it doesn't work then either you wrote it wrong or you have an issue somewhere but it's outside of Qt.
-
Write:
telprompt://your-number
in Safari's url bar.