Page 1 of 1

How do I validate an exported .ipa file from Xcode?

Posted: Fri Apr 04, 2014 4:35 am
by neil s

I am following the directions to publish the app, but the steps in 6.2 are vague. I was able to export the iOS .ipa file, but I can't validate it. I opened Xcode and went to product - archives but it's greyed out. Are there more specific directions somewhere?


How do I validate an exported .ipa file from Xcode?

Posted: Fri Apr 04, 2014 5:42 am
by Kateryna Grynko

Hi Neil,

What document do you follow? This one? http://docs.appery.io/documentation/e...

To build an app in xCode, you need to export it as a "source code" for xCode project.

For Submission you must use Distribution certificate.


How do I validate an exported .ipa file from Xcode?

Posted: Sat Apr 05, 2014 7:58 pm
by neil s

thanks, but the direction are so vague. where do i find the build id in the certificate? is there any place i can find step by step directions to submit an .ipa file? thanks!


How do I validate an exported .ipa file from Xcode?

Posted: Sun Apr 06, 2014 9:23 am
by Igor

Hello,

[quote:]
where do i find the build id in the certificate?
[/quote]
You can open your provision profile and find key "application-identifier" with value. In should have value "xxx.com.yyy." where com.yyy is bundle id.
Or you can find it in you apple developer account:
Image

This reply should be helpful:
https://getsatisfaction.com/apperyio/...

[quote:]
is there any place i can find step by step directions to submit an .ipa file?
[/quote]

You can find such information here: https://developer.apple.com/library/i...
or you can google it.