2

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)?

wottle
  • 13,095
  • 4
  • 27
  • 68
Shyam
  • 417
  • 4
  • 16
  • I know if it possible with some MDM products. I haven't been able to find a way to do it in BES 12, Blackberry's MDM product, though. We've had to rebuild / re-sign the apps and push new versions. This seems like a waste, since the app will work fin if we could just get the new profile on the device. Which MDM product are you using? – wottle Oct 26 '16 at 01:03
  • I am using Microsoft Intune MDM.But I didn't get any documentation regarding profile push through MDM. – Shyam Oct 26 '16 at 05:13

1 Answers1

2

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.

Jason
  • 1,081
  • 10
  • 24
wottle
  • 13,095
  • 4
  • 27
  • 68