Forum Discussion
iPads / VPP / The app is installed but a newer version is available (0x87D13B79)
Gregzy1987 We are having the same issue and I've opened a Premier support case about this. Have you done the same and if so, have there been any new developments?
We are seeing the issue for Available install intents on our iOS VPP apps. We've configured the VPP profile to allow automatic updating of the applications, and we see the applications with Required intent update.
Do you mind sharing where it stated the application intent must be Required for the applications to automatically update? What is the expected behavior for the administrator when they publish applications through the Company Portal and they're updated? The iOS app store automatically updates application, I would expect the MDM app store to do the same.
- cyptusNov 30, 2019Copper Contributor
Miguel_Garrido Gregzy1987 did you find any solution?
- Miguel_GarridoDec 02, 2019Copper Contributor
We wrote a script against the Intune Graph API to query all iOS VPP applications and create a new group per application containing the devices reporting this error. Each device group is then assigned as "Required" for the respective application. The script will subsequently remove the devices from the group and the group and assignment from any application no longer reporting the error. We have our script scheduled to run every 12 hours.
As a side effect - if a user wants to remove an application currently assigned as Required, they will have to reach out to the Help Desk or wait for the next run of the script. Assuming the app was updated (because it is now a Required application) the next run of the script will remove the device from the group, making the application 'not-required' again and removable by the user from their device.
- AdrianBishopDec 03, 2019Brass Contributor
Would it be possible to share the script?
As i think a lot of us suffer with this problem