gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-11-30 11:10:29 25 4
gpt4 key购买 nike

我正在尝试从 applicationWillTerminate 函数调用中调用 Parse 云代码函数,但我认为它们应用

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-在强制退出应用程序后调用解析云函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52227415/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com