I've developed an app and created a provisioning profile in apple's member centre and downloaded, installed then submitted app to App Store. Then after my mac is formatted and I've lost the profile and the keychain access.
Now my development is shifted to another mac where I tried to install that provisioning profile which is already there in member centre but it asked me to revoke the thing so I revoked and deleted it. now I lost provisioning profile.
The only thing I've is App Store Id, newly created provisioning profiles are actually not accepted now I don't why it says no matching provisioning profiles exist? what to do? Any help appreciated.
Xcode now manages provisioning profiles quite easily as long as you provide it with your Apple IDs.
Select
Xcode > Preferences > Accounts
, then click on the bottom left "+" and "Add Apple ID". Provide your developer App ID credentials.Now select
YOUR PROJECT > General > Identity
and click on "Fix" to get Xcode to generate your provisioning profile.You can also check out your current signing identities and provisioning profiles directly on
Xcode > Preferences > Accounts > YOUR TEAM > View Details