0

On the iPhone Provisioning Portal, the team provisioning profiles with the specific ID is invalid.

As I did some research on net and it said I should click on the Xcode preference, then click the view details about the account, and then click the refresh button on the bottom right corner but I could not find it.

sKhan
  • 9,694
  • 16
  • 55
  • 53
Alan Luo
  • 159
  • 1
  • 13
  • well, I mean i could not find the refresh button. – Alan Luo Feb 18 '16 at 06:43
  • and the team provision profile is managed by Xcode. Should I delete it? Because the app was already available at the app store, I don't know what would happen if I just delete it. – Alan Luo Feb 18 '16 at 07:07
  • You can delete any provisioning profile it wont affect anything on the app which is already on the app store. – Siba Prasad Hota Feb 18 '16 at 10:45
  • Great!. What about the certification? If I delete the push notification, would that cause a problem? Because I search On web, Someone had this problems,too. and they delete all the certification,and then the team provision profile is valid. Tks for your replying. – Alan Luo Feb 19 '16 at 01:06
  • See my answer i have explained abt all your querries at once. – Siba Prasad Hota Feb 19 '16 at 10:37

1 Answers1

0

First thing is that you can create,edit or delete provisioning profile (developer,distribution) or certificates which wont effect the apps already live (on app-store). But it will effect the apps that you are using in your current project for testing in Device.

You can Delete all provisioning profiles and certificates. But you have to create again for testing your app in to device as well as upload new app on app-store from iTunes connect.

Apple provide Very nice and clear documentation please read bellow link for more clear

Provisioning and Development

Push Notification

The push certificate cannot be renewed. You have to create a new one.

The push notification certificate is not part of the application build. Therefore for push to continue working you only have to create a new certificate and deploy the p12 file (or whatever other format you are using) at your server. You don't have to submit a new version of your app.

Regarding refreshing the accounts and provisioning profiles, check here and here.

Community
  • 1
  • 1
Siba Prasad Hota
  • 4,779
  • 1
  • 20
  • 40