代号一 ios 后台获取未触发

codename one Background fetch not firing on ios

我正在尝试使用此处描述的方法让我的应用程序启动后台任务:
https://www.codenameone.com/blog/background-fetch.html

但是在 iOS 上,后台更新方法没有被调用。似乎在 Android 上工作正常。我已经将 fetch 添加到后台模式构建提示中,是否需要添加任何其他构建提示?

this thread 中所述,它可能与 stop() 中的进程调用或不同的后台进程、对 plist 的修改等有关。