How to make a call or send a sms on iOS

From Qt Wiki
Revision as of 15:47, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to start a call from your application:

On iOS, there are two possibilities to start a phone call:

  1. Start a call directly
  1. Prompt the user before making the call

How to start a FaceTime call:

How to send a SMS:

Setting the SMS content through this method cannot be done. This would require to use iOS API directly through Objective-C++

The number format will change from country to country