A newly generated provisioning profile no longer seems to be compatible with older versions of the same app. The new app does work with the new profile, however we do not want t
I don't think there is any way to edit provisioning profile the way you are looking. If there is then it will be Apple
security breach.
Early days, We had same issues with our Enterprise Apps
where App stopped opening for all our users - and the problem was certificate expired. I couldn't find to renew on the fly for Enterprise Apps
like we do for AppStore Apps
.
I had to automate process of creating same IPA with renewed certificate through Jenkins
and storing it on server, App picks up new binary automatically and ask users to upgrade it.
If you can find out any other good way - I would be interested :-)