New findings after some testing:
a) The IDFV changes between updates with enterprise app, distributed OTA (crashlytics).
b) The IDFV remains the same between updates (manual install) of the same enterprise app when instaled via xcode devices menu.
Looking carefully at the documentation:
"If the app was not installed from the app store (such as enterprise apps and apps still in development), then a vendor identifier is calculated based on the app’s bundle ID."
...
"The value can also change when installing test builds using Xcode or when installing an app on a device using ad-hoc distribution."
So, to my understanding, the first quote might mean that the IDFV remains the same if the app is installed mannually (b) and the second quote means that the IDFV changes with OTA installs (a).
So, no bug? Intended behavior? Can someone from Apple confirm (or not) this?
😐 😕