在 App Store 更新应用程序
Update app on the App Store
这是我的场景:
我的应用程序在应用程序商店中有版本 X,那么我想将版本 X+1 上传到商店。
版本 X 和版本 X+1 之间发生了重大变化。
这两个应用程序都使用 backgroundFetch 来完成一些工作
假设版本 X 已打开,而版本 X+1 在下载后从未打开,我是否仍会收到 backgroundFetch 事件?
From Apple:
In most cases, the system does not relaunch apps after they are force quit by the user. One exception is location apps, which in iOS 8 and later are relaunched after being force quit by the user. In other cases, though, the user must launch the app explicitly or reboot the device before the app can be launched automatically into the background by the system.
表示应用 need
接收 X+1
的 backgroundFetch 事件。
这是我的场景:
我的应用程序在应用程序商店中有版本 X,那么我想将版本 X+1 上传到商店。
版本 X 和版本 X+1 之间发生了重大变化。 这两个应用程序都使用 backgroundFetch 来完成一些工作
假设版本 X 已打开,而版本 X+1 在下载后从未打开,我是否仍会收到 backgroundFetch 事件?
From Apple:
In most cases, the system does not relaunch apps after they are force quit by the user. One exception is location apps, which in iOS 8 and later are relaunched after being force quit by the user. In other cases, though, the user must launch the app explicitly or reboot the device before the app can be launched automatically into the background by the system.
表示应用 need
接收 X+1
的 backgroundFetch 事件。