标签: ios swift email url-scheme apple-mail
我试图在以react-native编写的ios应用程序上启动通过苹果邮件配置的交换邮件应用程序。我知道我们可以使用mailto和message urlschemes打开邮件应用程序,但是这些都没有针对通过Apple Mail安装的特定邮件应用程序。
mailto
message
https://developer.apple.com/library/archive/featuredarticles/iPhoneURLScheme_Reference/MailLinks/MailLinks.html#//apple_ref/doc/uid/TP40007899-CH4-SW1
以上内容将打开在Apple Mail中选择的默认邮件应用程序。有没有办法针对目标邮件应用程序?
有可能实现这一目标吗?