Possible to send automated email?

后端 未结 3 671
独厮守ぢ
独厮守ぢ 2020-12-06 11:43

The iOS SDK class MFMailComposeViewController can be used to let the user compose an email message.

What I\'d like to do, is for the iOS app to send an

3条回答
  •  半阙折子戏
    2020-12-06 12:47

    I actually wanted to implement something like this for the express purpose of alerting me when a critical error happens on an app in the app market.

    Best solution would be to create an API (just ping a php file or something), and have it send the relative alert message to your email).

提交回复
热议问题