0

I have tried to upload app using Application Loader on Mac.
An upload is succeed however there is not any app in iTunes Connect in my app.
Version and SkuID and AppleID is match between app information in iTunes Connect and the app which is uploaded using Application Loader.

so causing of that, I cannot complete 'submit for review'. Could you help me please? Thank you for any further help.

succeed upload app

there is not appearance

Takeo Nishioka
  • 369
  • 2
  • 11

2 Answers2

0

Binary on iTunes connect is corrupted. To resolve this, check your binary is compatible with Ios 10. Please use this link for permission in plist file then try to upload new build with new build version.

iOS 10 - Changes in asking permissions of Camera, microphone and Photo Library causing application to crash

https://i.stack.imgur.com/aY8RG.png

If it's not resolved , please contact iTunes connect support to find out the exact reason. They will reply on mailbox with exact reason of binary corruption. Then needful actions to resolve issue. https://www.apple.com/itunes/go/itunesconnect/contactus Apple contact us.

Community
  • 1
  • 1
An Kit
  • 308
  • 1
  • 2
  • 9
  • Hi Ankit, Thank you for your help. My problem is to upload *.ipa file using Application loader when I publish it. Is it related to your idea ?? – Takeo Nishioka Jan 09 '17 at 06:52
  • @takeo-nishioka Yes ! It's related. Same things was happened with me many times. Apple replied me within 3 hours. Last time they replied me after 3 days. They told me to enter Privacy Permission in plist for ios 10 compatible. – An Kit Jan 09 '17 at 07:00
  • You should try upload ipa with permission in plist file. – An Kit Jan 09 '17 at 07:03
  • Please use Xcode 6 or later to upload. Actually the binary compiled with xcode version 5.1 may be corrupted. – An Kit Jan 09 '17 at 09:16
0

The problem was to use XCode 5.1.

When I use XCode 6.2, everything went thought well.

Use Application Loader with XCode after 6.

Thank you for everyone.

Takeo Nishioka
  • 369
  • 2
  • 11