Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将自定义电子邮件连接器添加到 iOS?因此,用户可以像 iPhone 和 iPad 中的其他已知电子邮件一样配置这种新的电子邮件类型,但底层指向我自己的自定义数据提供者。
不,没有办法做到这一点。Apple 没有为此提供任何 API。
您只能使用 发送电子邮件MFMailComposeViewController,无法通过官方 SDK 与邮件进行其他交互。
MFMailComposeViewController