How to create a provisioning profile for an existing iOS application?

I developed the application and created a provisioning profile in the Apple Member Center and downloaded, installed, then sent the application to the App Store. Then after my Mac is formatted and I lost my profile and access to keychain.

Now my development has been transferred to another mac, where I tried to install this training profile, which already exists in the participants center, but he asked me to recall the thing, so I recalled it and deleted it. Now I have lost my training profile.

The only thing I have is the App Store identifier, recently created training profiles are not actually accepted now, I don’t understand why it does not say that there are corresponding training profiles? what to do? Any help was appreciated.

0
source share
1 answer

Xcode now easily manages profiling while you provide it with Apple IDs.

Choose Xcode > Preferences > Accounts , then click "+" and "Add Apple ID" in the lower left corner. Provide your developer IDs.

Now select YOUR PROJECT > General > Identity and click "Fix" to get Xcode to create the training profile.

You can also check your current subscription IDs and provisioning profiles directly at Xcode > Preferences > Accounts > YOUR TEAM > View Details

0
source

Source: https://habr.com/ru/post/1013063/


All Articles