iOS Question Where is my build?

Descartex

Well-Known Member
Licensed User
Longtime User
Hi
I'm trying to upload my app to the Store and my build does not appears to send to review and publish my app.
I followed the steps from:
https://www.b4x.com/android/forum/threads/publishing-your-app-to-the-app-store.57528/#content
But on the iTunes Connect it does not appears...

42934-1ac25d145b7b6265d537dde5d943f4dc.jpg

It stills asking for a build... but the file is there, because the iTunes Connect Updater raises this:
\"Redundant Binary Upload. There already exists a binary upload with build version '1.0.0' for train '1.0.0'\" at SoftwareAssets/PreReleaseSoftwareAsset\" UserInfo={NSLocalizedRecoverySuggestion=ERROR ITMS-4238: \"Redundant Binary Upload. There already exists a binary upload with build version '1.0.0' for train '1.0.0'\" at SoftwareAssets/PreReleaseSoftwareAsset, NSLocalizedDescription=ERROR ITMS-4238: \"Redundant Binary Upload. There already exists a binary upload with build version '1.0.0' for train '1.0.0'\" at SoftwareAssets/PreReleaseSoftwareAsset, NSLocalizedFailureReason=ERROR ITMS-4238: \"Redundant Binary Upload. There already exists a binary upload with build version '1.0.0' for train '1.0.0'\" at SoftwareAssets/PreReleaseSoftwareAsset}"
)
Thank you.
 

Attachments

  • Captura.png
    Captura.png
    127.5 KB · Views: 247

tufanv

Expert
Licensed User
Longtime User
Hi
I'm trying to upload my app to the Store and my build does not appears to send to review and publish my app.
I followed the steps from:
https://www.b4x.com/android/forum/threads/publishing-your-app-to-the-app-store.57528/#content
But on the iTunes Connect it does not appears...

42934-1ac25d145b7b6265d537dde5d943f4dc.jpg

It stills asking for a build... but the file is there, because the iTunes Connect Updater raises this:
\"Redundant Binary Upload. There already exists a binary upload with build version '1.0.0' for train '1.0.0'\" at SoftwareAssets/PreReleaseSoftwareAsset\" UserInfo={NSLocalizedRecoverySuggestion=ERROR ITMS-4238: \"Redundant Binary Upload. There already exists a binary upload with build version '1.0.0' for train '1.0.0'\" at SoftwareAssets/PreReleaseSoftwareAsset, NSLocalizedDescription=ERROR ITMS-4238: \"Redundant Binary Upload. There already exists a binary upload with build version '1.0.0' for train '1.0.0'\" at SoftwareAssets/PreReleaseSoftwareAsset, NSLocalizedFailureReason=ERROR ITMS-4238: \"Redundant Binary Upload. There already exists a binary upload with build version '1.0.0' for train '1.0.0'\" at SoftwareAssets/PreReleaseSoftwareAsset}"
)
Thank you.

when you scroll down on that page there must be a header with label : Build and next to it there must be a plus where you can add your binary. Doesn't it show up ? if not maybe uploading a new binary 1.0.1 can fix the issue
 
Upvote 0

Descartex

Well-Known Member
Licensed User
Longtime User
Sorry, but it does not appears...
And if i go to Activity->All Builds it stills empty...
Also tried to upload a 1.0.1 version, and it uploaded fine, but stills missing.
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
Sorry, but it does not appears...
And if i go to Activity->All Builds it stills empty...
Also tried to upload a 1.0.1 version, and it uploaded fine, but stills missing.

is it possible that your project's build configuration package name is different than the package name you created with itunes connect ? I am not sure just thinking.
 
Upvote 0

Descartex

Well-Known Member
Licensed User
Longtime User
It can take a few hours for the build to appear. You will receive an email once it is available.
Oh, sorry, i did not know this...
 
Upvote 0

Descartex

Well-Known Member
Licensed User
Longtime User
Thank you, @Erel, you are right, a few hours later they sent me an email with some issues about the NSPhotoLibraryUsageDescription and NSCameraUsageDescription that I found the solution at the forum.
Also thank you, @tufanv
Thank you so much.
 
Upvote 0
Top