1

I want to upload build on testFlight with the Xcode But getting error every time. How can i upload it by Application loader what option should I select when creating IPA to upload it by Application Loader

enter image description here

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Pintu Rajput
  • 621
  • 2
  • 8
  • 23

3 Answers3

0

You upload a app as normal... Testflight is a feature you can setup in iTunes Connect. Thus you use the first option, and then in iTunes Connect you do the rest.

After upload to iTunes Connect, you should have a build available in iTunes Connect Testflight area...

enter image description here

There you follow the prompts, it is a very simple process to follow...

SwiftArchitect
  • 47,376
  • 28
  • 140
  • 179
Burnie777
  • 395
  • 5
  • 18
  • But I am not be able upload app on itune neither Xcode nor Application Loader – Pintu Rajput Jul 14 '17 at 09:41
  • check this: https://stackoverflow.com/questions/42406751/error-itms-90168-the-binary-you-uploaded-was-invalid... Note that your issue is to do with the binary upload, and not at the testflight, as originally explain... – Burnie777 Jul 14 '17 at 09:51
  • Do you have a App Store Distribution Profile, as mentioned by @hariszaman, for deploying your apps? – Burnie777 Jul 14 '17 at 11:05
  • Ya every thing is OK. If I create IPA With Adhoc then working for me but, when I Create a IPA with Appstore Deployment Then it fire above error. – Pintu Rajput Jul 14 '17 at 12:03
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/149223/discussion-between-burnie777-and-pintu-rajput). – Burnie777 Jul 14 '17 at 12:06
  • @PintuRajput: Do not edit an answer to ask a question! – SwiftArchitect Aug 28 '18 at 22:01
0

You are trying to upload an app signed with Development profile or Adhoc Distribution to App store. For uploading to App store you application should be signed with App Store Distribution Profile

hariszaman
  • 8,202
  • 2
  • 40
  • 59
0

When you are building a TestFlight build, you don't need to 'Export'. Once you got to the 'Organizer' select 'Upload to App Store'. Then it will ask you choose the team. Select your team or select 'use local signing assets' if you have imported certificates from another mac.

If your build has no issues, you will be able to upload it to the App Store.

Upload to App Store

NavodaP
  • 218
  • 3
  • 18