I've finished developing my app and I want to release it. What is the binary file that apple is looking for in the submission for in iTunes connect?
my app name is aaz and exist in drive d please give me path of binary file
S111
2010-09-04 10:02:30
Please look at Apple's docs, they explain the procedure step by step.
Eiko
2010-09-04 12:03:44
A:
Check in the Build directory inside your project folder. There should be a folder in there called "Release". Inside that folder is YourApp.app
. Zip it up and send it in.
nevan
2010-09-04 11:19:00
i did it but occur below errors in application loader1.info.plist does not contain a CFBundleResourceSpecification2.Application failed codesign verification.the signature was invalid, or it was not signed with an Apple submission certificate
S111
2010-09-04 11:21:53
A:
You need to visit apple provisioning portal to generate a distribution certificate for your app, then download it to your machine and in the end you have to build it up it with this certificate in xCode. There some tutorials on the provisioning page. So I hope you can make it.
https://developer.apple.com/iphone/manage/overview/index.action
Vanya
2010-09-04 12:29:44