Home > Software engineering >  How do I extend the amount of time my provisioning certificate is valid for my iOS app?
How do I extend the amount of time my provisioning certificate is valid for my iOS app?

Time:07-20

Background

I've written an iOS app which is for "Home Use" at this time. I have a locally provisioned certificate in XCode for my app so I can install it on my devices. I've been running the app for 6 or 7 days on my local iPhone.

App No Longer Available

Today I got the error "App No Longer Available" when I try to run it. I found the xcode provisioning

CodePudding user response:

Finally found the definitive answer at: xcode preferences

A dialog will appear and then you should choose the Accounts tab

account info

There is a manage certificates button here. click it.

certificate info

You can click the small [ ] button on the lower left but it is really unhelpful.

This adds a certificate, but notice that you cannot tell when the expiration date is and the Status column shows no information at all.

There is no way to select or edit any of the certs here.

This is ridiculously complicated. I'm sure it is just to push devs to create an official apple account & pay the fee.

  • Related