Ignore manifest download, already have bundleID: ... with phase: SSDownloadPhaseDownloading

I have an iOS 9.3 iPad Air device, with the following error that appears in the console log when trying to install


itunesstored[98] <Warning>: LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.DOMAIN.APPNAME with phase: SSDownloadPhaseDownloading


So, any ideas how to kick iOS out of this state?

For now, I managed to resolve this by deleting the app, restarting the iPad and only then it actually started installing. But that's not always a viable solution, especially since this is distributed OTA - I can't possibly make data backup, delete app, restart, install, restore data for each update.