My iOS app offers a feature to create a new web service account. Once the account has been created it has to be activated by clicking on a link within a confirmation mail.
Is it somehow possible to offer the user the option to switch to the mail app once he has completed the registration process?
Or in general: Is it possible to switch to app XY from within my own app?
Of course I know the MFMailComposeViewController
but this is not about creating a new mail but about switching to the Mail app to receive the confirmation mail.