levibostian / iOSBlanky

My opinionated iOS app boilerplate
MIT License
6 stars 5 forks source link

Way to make sure that certificates/provisioning profiles do not expire? Legal notices get accepted? #56

Open levibostian opened 3 years ago

levibostian commented 3 years ago

Today I had a situation where an app in production had it's provisioning profile expire. I wish that I had known about this earlier and I would have updated it ahead of time.

I am thinking that I need...

  1. A process. Series of steps that I run once every 6 months to go around and update all of my apps.
  2. Automation that when I update a certificate or profile, I create a new build of the app and push it to App Store Connect to accept. I am not sure if this step is needed. I am not sure what happens when a cert or profile expire. I am not sure if it effects the app in the store.