iosemailios14mailto

iOS 14 - How to open Default Mail App programmatically?


With iOS14 users can set different email client apps as their default.

Is there a way to open the selected default mail app programmatically?

Using mailto: URLs, after setting the default mail app to Gmail, don't do anything.


Solution

  • Apparently you have to add mailto to the LSApplicationQueriesSchemes to make it work.