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

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

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