4

I want to delete as much as possible from Apple Developer (certificates, provisioning profiles, ...), but I don't want to mess up the apps that I have submitted to app store using these certs and profiles.

So does Apple Developer influence iTunes to get connected? What may and what surely won't happen if I mess up things in Apple Developer?

Kara
  • 6,115
  • 16
  • 50
  • 57
Bartosz Marcinkowski
  • 6,651
  • 4
  • 39
  • 69

1 Answers1

5

The certs and profiles are necessary for packaging your app for debug on a device or for submitting your app. It has nothing to do with your iTunes Connect.

As long as you have a valid, paid Apple Developer account, nothing will happen to your apps.

Avi Tsadok
  • 1,843
  • 13
  • 19
  • The certs must be keep valid as "Certificate Validation". See http://stackoverflow.com/questions/9216485/how-to-manage-enterprise-distribution-certificate-expiration – flashlib Sep 21 '15 at 03:57
  • but how can I still push new release if all these things got deleted, how does the app store identify the app? – mshwf Dec 02 '18 at 15:06