Reputation: 1915
Context
Problem
I'm getting the "No Identities are available for signing" issue, when I try and push the lite version to the store.
What I think is the solution
I think I need to create a new provisioning profile, as for the ad-hoc builds I think I was using a wildcard provisioning profile, but I don't think I can use that for the app store.
The lite version has a different app bundle id, which I think is causing the issue. How to I go about creating a distribution profile for this new bundle ID?
Upvotes: 0
Views: 2723
Reputation: 318794
You need to ignore for a moment that this is a lite version of an existing app. Treat this the way it is - it is a completely new app. Therefore you must go through the entire process again.
In the provisioning portal you need to create a new App Id with the proper settings. Then you need to create a distribution provisioning profile with the new app id. Then install that profile into Xcode. Then setup your app to use that provisioning profile. Then you should be able to archive the app. You also need to add the new app as a completely new app in iTunes Connect and make it ready for upload. Then you can finally submit the app.
Upvotes: 2