When we do internal test release in iTunes Connect, user install app with Testflight. So my question is:
Does the vendorID( NSUUID *identifierForVendor) will change?
Base on apple's doc, normal update from Appstore should not change vendorID, but also mention that Ad-Hoc distribute may cause something else.
For more explanation, my use case is: device install the current live version app, then use internal test in iTunes Connect to install the test version which has same bundle ID. In that case, the live app has been override and I notice the vendor ID may changed.