How to deliver In-house App for long time use without update a new build when provisioning profile is expired?

We are managing a lot of in-house application. We use MDM tool to delivery these applications to internal users. But we are facing the problem that is

Why do we have to rebuild an application while they are working well and there is no any new version. It takes time and repeat our work. Is there any method to avoid this ?

Answered by kakaruchi in 689199022

@Systems Engineer

Thanks for your replying. I understood. I will consider distributing our apps as Custom Apps as your recommend.

Is possible to deliver to a group of specified users automatically from source code in CI/CD context?

Updating In-House applications when the provisioning profile expires should only require re-provisioning and re-signing the application, not completely rebuilding it.

If that's still too much work, I suggest that you consider distributing your apps as Custom Apps. In that case the App Store will take care of provisioning your apps.

Accepted Answer

@Systems Engineer

Thanks for your replying. I understood. I will consider distributing our apps as Custom Apps as your recommend.

Is possible to deliver to a group of specified users automatically from source code in CI/CD context?

How to deliver In-house App for long time use without update a new build when provisioning profile is expired?
 
 
Q