gpt4 book ai didi

ios - 将特定的 NSTimeInterval 传递给 setMinimumBackgroundFetchInterval 是一种好习惯吗?

转载 作者:可可西里 更新时间:2023-11-01 02:16:29 31 4
gpt4 key购买 nike

我必须通过 UIApplicationBackgroundFetchIntervalMinimumUIApplicationBackgroundFetchIntervalNever 吗?

或者是否可以传递自定义间隔,例如 10 分钟:

UIApplication.sharedApplication().setMinimumBackgroundFetchInterval(600.0)

在我的应用程序中,我必须在应用程序处于后台时下载一些新的更新数据。

然后我将使用新数据向用户发送本地通知。

最佳答案

我查阅了 api 并发现了这个:

func setMinimumBackgroundFetchInterval(_ minimumBackgroundFetchInterval: NSTimeInterval)

还有一个提示:

The minimum number of seconds that must elapse before another background fetch can be initiated. This value is advisory only and does not indicate the exact amount of time expected between fetch operations.

所以我认为你最好不要依赖那个时间间隔。

关于ios - 将特定的 NSTimeInterval 传递给 setMinimumBackgroundFetchInterval 是一种好习惯吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38003843/

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