Search code examples
ios6

My provision profile is about to expire in one day (iOS)?


My original Provision profile expires tomorrow. I have renewed my annual application developer ($99). This was an ad-hoc provision profile. I still want to renew this provision profile. I can't seem to find the right answer to this? Anyone?


Solution

  • Apple has provided each and every documentation for profile management. Just log in to your developer.apple.com profile and then go with this link Replacing an Expired Certificate

    Here is one more documentation:

    Distribution Certificates Must Be Renewed Periodically

    A distribution certificate is valid for one year from date of issue. After it expires, you won’t be able sign and install apps on your devices although this will not affect any existing apps in the App Store.
    
    To continue distribution, navigate to the Devices organizer in Xcode. Select the expired profile and click Renew Profile in the red bar at the top. This will renew your expired certificate and add it to the provisioning profile. After you get a new distribution certificate, you can submit new apps or app updates to the App Store.
    
    If you are enrolled in the iOS Developer Enterprise Program, revoking your distribution certificate will make your app fail on any installed devices. Only revoke your certificate if your app or private key have been compromised. You can create a second distribution certificate six months before your existing certificate expires. The overlapping certificate allows you to continue to build and distribute your app once your first certificate expires.
    

    Find this one over here

    Duplicate Question: Proper way to renew distribution certificate for iOS

    Hope this will be helpful to you.