0

My provisional profile is going to expire by this month.What should I do now? Do I need to create a new distribution provisional profile or update a old profile? How do I change the distribution provisional profile without changing the version when the app is in production ?

If my provisional profile & certificate have expired, then my app will work or not?

GRDY
  • 55
  • 1
  • 6
  • Possible duplicate item. Please check http://stackoverflow.com/a/10760224/2035845 – Rashmi Ranjan mallick May 19 '17 at 06:16
  • Possible duplicate of [Proper way to renew distribution certificate for iOS](http://stackoverflow.com/questions/10759973/proper-way-to-renew-distribution-certificate-for-ios) – Pochi May 19 '17 at 06:17

2 Answers2

2

When your development or distribution certificate expires, remove it and request a new certificate in Xcode. Re-creating your development or distribution certificates doesn’t affect apps that you’ve submitted to the store nor does it affect your ability to update them.

Ved Rauniyar
  • 1,539
  • 14
  • 21
  • Welcome - @Gugan – Ved Rauniyar May 19 '17 at 06:57
  • You should probably go ahead and recreate things, as you will need them if you want to submit a new version. If Apple releases an iOS update, you want to make sure you have the ability to submit to the store if necessary. – wottle May 21 '17 at 12:41
0

This worked for me.

1) Deleted the Provisioning Profile from the Xcode Organizer.

2) Deleted the same thing from the developer provisioning portal.

3) Again from Xcode organizer check marked the auto provision and clicked 'Refresh'. it asked for the credentials and in a few seconds added the renewed Team Provisioning Profile.

4) It also added the new profile in the developer provisioning portal.

Arun
  • 2,271
  • 1
  • 14
  • 18
  • Already my app is in live and its provisional profile & certificates are going to get expire? If my provisional profile & certificate have expired, then my app will work or not. – GRDY May 19 '17 at 06:27
  • Thank you! userar – GRDY May 19 '17 at 06:53