For apple enterprise account, we are using In-house distribution certificate and around 100 apps are tied to it. Some of the apps also have Push notifications enabled with it. We are using Airwatch as MDM agent for app deployment. This distribution certificate is expiring on 1st November.
Solution I am aware of :-
- Create a new In-house distribution certificate ahead of time.
- Regenerate provisioning profile of all 100 apps with newly created distribution certificate.
- Re-build all of the apps with new certificate and provisioning profile.
- Deploy new apps version through Airwatch.
Question:-
Just wanted to know how to use newly created certificate , regenerated provisioning profiles without building all of 100 apps again.
Apple allows you to generate new keys instead of the old certificates for push notifications. They will never expire so there is no need to do that. If you still want to use old certificates, then you should setup some automated build process via AppCenter or something similar just to save your time.