Background task in iOS action extension

后端 未结 4 1026
不思量自难忘°
不思量自难忘° 2021-02-13 01:55

I\'m working on an action extension for an app which prepares some data for the user and then uses MailCore2 to send this information to a SMTP server. Preparing data is done ve

4条回答
  •  星月不相逢
    2021-02-13 02:34

    Judging from your response, your difficulties is that you need to allow background activities. You can do that by following a tutorial such as this one.

提交回复
热议问题