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.
Apparently you have to add mailto
to the LSApplicationQueriesSchemes
to make it work.