Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Build not reflecting in iTunes Connect

I uploaded iOS build from XCode 8.1 (macOS Sierra), it uploaded successfully but not reflected on iTunes connect Then I tried same build uploading from Application Loader, it shown me error

"Redundant Binary Upload" error.

So I increased build number and tried uploading it from Application Loader, now it uploaded successfully again but not reflected on store.

Does anyone came across this issue ? Please let me know if I am missing something.

Note: I added all permissions and entitlements.

like image 742
Pushkraj P. Lanjekar Avatar asked Nov 21 '25 09:11

Pushkraj P. Lanjekar


2 Answers

Usually it will take some time for the binary to be processed before you can select it in itunes connect.

Check your email, and wait for an email with this title

iTunes Connect: Version 8.8.8 (23) for My Awesome App has completed processing.

Or if your binary have some problem, itunes connect will also contact you with this kind of email

iTunes Connect: Your app "My Awesome App" (Apple ID: 888xxx888) has one or more issues

like image 195
Niko Adrianus Yuwono Avatar answered Nov 24 '25 01:11

Niko Adrianus Yuwono


This usually happens when some entries are missing in Info.plist file. Please ensure entries like below are included in Info.plist if your app uses them. (This is introduced in iOS 10 onwards)

  • NSBluetoothPeripheralUsageDescription
  • NSMicrophoneUsageDescription
  • NSCameraUsageDescription
  • NSPhotoLibraryUsageDescription

etc.

You may get an email from iTunesConnect as well with subject - "Your app has one or more issues".

like image 22
Ravi Chaudhary Avatar answered Nov 24 '25 02:11

Ravi Chaudhary



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!