iOS Question The compilation does not appear to publish the application

susan_1994

Member
Licensed User
Please help, I want to upload an application, but I have to report that I have done this before with other applications.
But this is the first time this has happened to me and I don't know what to do.
At the time of uploading the Archive.zip it loads correctly
Captura.PNG

but when I check the "compilation" section it does not appear to me (+) it has already been more than a day and it does not appear, I have also tried to upload it again obtaining the same result and I don`t think it's a certificate problem because I created them again without any inconvenience.
Captura4.PNG


The version of B4i that I am using is 6.0, please help me.
 

f0raster0

Well-Known Member
Licensed User
Longtime User
same problem here look like.. but we don't know if it was or not solved :-(

https://www.b4x.com/android/forum/t...r-not-show-build-in-app-store-connect.111019/

One idea: logout and login again on Apple

Do you have the version 6.01 to try (maybe not the problem, but try)?
https://www.b4x.com/android/forum/t...-01-fixes-issue-with-xcode-11.110719/#content


*****************
from Apple:
Choose the build before you submit to review
Before you submit an app to App Review, you choose which build (from all the builds you uploaded for a version) that you want to submit. You can associate only one build with an App Store version. However, you can change the build as often as you want until you submit the version to App Review.

Set the build for a version
  1. From the homepage, click My Apps, then select the app you want to view.

    The App Store page opens with App Information selected.

  2. Under the platform (for example, iOS App) in the left column, click the app version.

  3. On the right, scroll down to the Build section, then click the Add button (+) next to Build.

    The Add button appears if you’ve uploaded builds and have not selected a build yet. If you see a build, remove the build first.

  4. In the Add Build dialog, select the build you want to submit.
https://help.apple.com/app-store-connect/en.lproj/static.html
 
Last edited:
Upvote 0

susan_1994

Member
Licensed User
Thank you for your prompt response, but I can't do what you mentioned in step 3 since I don't think I add the button.
 
Upvote 0

f0raster0

Well-Known Member
Licensed User
Longtime User
could it be the error:
https://forums.developer.apple.com/thread/118719

"...duration after upload about 36 hours... "
:eek:
Edit: ahh maybe no, they didn't active something.. "We 'fixed' the issue by enabling bitcode."

Edit2: they are speaking about errors:
"....Probably you have some issues in your build. Please check your emails..."
check your spam folder if you have any email from Apple
https://stackoverflow.com/questions/55038196/build-not-showing-up-on-itunes-connect

Edit3: someone wrote this:
https://medium.com/better-programming/submitting-a-new-app-version-on-the-itunes-store-925fcd69451f

Status as “processing”
Sometimes after uploading a build, the status will change to “processing,” and you won’t be able to select that build for your app version. Usually this step only take a few minutes at most. But once in a while a build will seem to randomly get stuck at this stage. Even on my tests while writing this article I had one build upload that decided to take an hour to process.
Usually the best thing to do is wait it out. It should only take a few hours at most. If it takes more than 24 hours, contact App Store Connect support.
 
Last edited:
Upvote 0

susan_1994

Member
Licensed User
After a long wait of three days, yesterday I received the email because the compilation was not loading.

Captura5.PNG

But the strangest thing is that the application does not use camera or photo.
Solution: add the following lines
#PlistExtra:<key>NSCameraUsageDescription</key><string>Take photo</string>
#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>Select photo</string>
 
Upvote 0
Top