ios - Cannot create ad hoc app in xcode -
i'm trying create ipa in xcode 6 publish app on app store giving certificate validation error , not allowing me proceed. please guide me this.
for publishing app store make sure
- the certificate using ios distribution certificate.
- the provisioning profile assosiated certificate app store provisioning profile.
- the bundle id of app must match 1 define in provisioning profile.
- the status of app in itunes connect should ""waiting upload".
- the version number of app defined in itunes connect must same defined in xcode.
Comments
Post a Comment