简体   繁体   中英

Cannot create provisioning profile for iOS app

I need to make a new build of an iOS app and upload it to the App Store. The provisioning profile has expired. I get also errors

No signing certificate "iOS Development" found No "iOS Development" signing certificate matching team ID "TeamID" with a private key was found.

and

No profile for team "TeamID" matching 'iOS Distribution Provisioning Profile' found Xcode couldn't find any provisioning profiles matching 'TeamID/iOS Distribution Provisioning Profile'.

The app in itunesconnect is connected to a team that I don't see in developer.apple.com . The app is also not visible there and I cannot create the needed provisioning profile. For the same reason I cannot create the provisioning profile with Automatically managed signing.

Does this mean I don't have access / rights in developer.apple.com to this app? Or I am completely misunderstanding what is happening. Any help will be appreciated.

First, login with your apple developer credentials and see the development certificate and profile status. As per your question, it seems that your membership for apple developer account has expired, You need to renew your account. Once you renew your account your app will shown in app store, may be take some time to refresh on all stores.

However in this case you push notification services will not worked because of expiring these certifcates too.

You need to create new developer and distribution certificates, pem files and provisioning profiles so you can run your app in your device from xcode. Submit the pem file to backend.

By submitting the new distribution pem file on backend, they will update it and your push notification services will be worked on live app also.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM