I have an Enterprise app that was distributed through MDM.How I can handle provisioning profile renewal process for the apps that are distributed through MDM? Do I need to release an app update using the new provisioning profile every time whenever it got expired or is there any way I can handle it automatically through MDM (without releasing the new app update)?
It looks like this is possible with Microsoft Intune. Per the documentation, you create a new Mobile Provisioning Profile Policy, import the .mobileprovision file, and apply the new policy to the devices.
Full details can be found here.