iOS Provisioning Profiles (Distribution)

I want to create new IOS Provisioning profile for existing bundle id but it gives me an error. Please help

I create IOS for same name enter image description here

but admin did something and make invalid it. Now he creates a new certificate for me but I need same app id to submit an app to iOS app store. So I ask to change id to previous one but he said he can't. Can someone help me what to do? As far I know to update existing app u need same app id

Upvotes: 0

Views: 144

Answers (2)

Roshan
Roshan

Reputation: 732

well just edit the provisional profile from above screenshot, and choose the certificate which you are having in your keychain and download the updated provisional profile and then try again!

it will work.

Or

if you have the rights to create a new one that too will work for you, can delete the old one and create the new provisional profile for the same app Id too

OR

you can ask somebody(having permissions) who can do this on behalf of you

Ask you admin to edit the provisional profile again and give the new one to you

Upvotes: 1

Manish Patel
Manish Patel

Reputation: 106

There is no problem if existing certificate gets invalid for app ID, you can update your provisional profile by selecting new certificate(which your admin changed) in it. That's how you get valid provisional and update your keychain by installing .p12 file from newly created certificate.

Upvotes: 1

Related Questions