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

  1. the certificate using ios distribution certificate.
  2. the provisioning profile assosiated certificate app store provisioning profile.
  3. the bundle id of app must match 1 define in provisioning profile.
  4. the status of app in itunes connect should ""waiting upload".
  5. the version number of app defined in itunes connect must same defined in xcode.

Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

r - Quantstrat logical error while running applySignals - missing value where TRUE/FALSE needed -