0

i have done iPhone app now i want to submit in app store i have faced some certificate error like this Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificatesome one guide me where i have to put developer certificate and distribution certificate in code signinghere i paste Xcode 4.2 code signing column.`

`enter image description here

Gurumoorthy Arumugam
  • 2,129
  • 1
  • 25
  • 40

2 Answers2

4

Try this link : http://soulwithmobiletechnology.blogspot.com/2011/03/how-to-create-distribution-build-with.html

It has all details on how to create distribution profile.

iNoob
  • 3,364
  • 2
  • 26
  • 33
0

First you need to create distribution certificate and distributon provisioning profile. After that, see this answer: https://stackoverflow.com/a/5464634/902424

Community
  • 1
  • 1
Timur Mustafaev
  • 4,869
  • 9
  • 63
  • 109