iOS Swift Parse-在强制退出应用程序后调用解析云功能

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS Swift Parse-在强制退出应用程序后调用解析云功能相关的知识,希望对你有一定的参考价值。

我试图从applicationWillTerminate函数调用调用Parse云代码函数,但我认为他们的app

func applicationWillTerminate(_ application: UIApplication) {
    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
    // Saves changes in the application's managed object context before the application terminates.
    PFCloud.callFunction(inBackground: "deleteRoom", withParameters: ["roomid" : roomid as Any])
}

我尝试使用默认的hello world函数,只打印'hello',但没有结果。

如何在应用程序终止之前或甚至在终止之后保持云函数调用运行?

答案

应用关闭后您无法运行代码。您可以管理状态转换。看看https://developer.apple.com/documentation/uikit/uiapplicationdelegate

以上是关于iOS Swift Parse-在强制退出应用程序后调用解析云功能的主要内容,如果未能解决你的问题,请参考以下文章

从强制退出启动应用程序时检测可操作的通知按钮 - Swift

如何为经典的帖子和评论模型构建 Parse 数据模型? (使用 iOS、Swift、Parse)

在 iOS9 和 Swift2 中使用 Parse 登录 Facebook

在 Swift (iOS) 中使用水平滑动浏览 Parse.com 中的数据

iOS Swift Parse-Server 用户登录认证

SWIFT:在 TVOS 中退出收集时强制焦点引擎转到按钮