iOS Question [SOLVED] PROBLEM WITH PUBLISH APP IN APPLE STORE

Edu Portu

Member
Licensed User
Longtime User
Hi,

1.- I have created an app in b4i (b4i.dprimebox.com).

2.- I have created an entry in the app store with that identifier (b4i.dprimebox.com)

3.- I have uploaded the .ipa file from b4i ( Tools - Build Server - Upload App To Itunes Connect ) without errors (with the EREL Tutorial)

4.- when i go to the App Store and i want to send the APP for revision it tells me that the version number is missing and in compilation area it says:

Load your builds with one of the different tools. See loading tools


How can I tell to the APP Store which is the .ipa file or where it is?
 

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi,

1.- I have created an app in b4i (b4i.dprimebox.com).

2.- I have created an entry in the app store with that identifier (b4i.dprimebox.com)

3.- I have uploaded the .ipa file from b4i ( Tools - Build Server - Upload App To Itunes Connect ) without errors (with the EREL Tutorial)

4.- when i go to the App Store and i want to send the APP for revision it tells me that the version number is missing and in compilation area it says:

Load your builds with one of the different tools. See loading tools


How can I tell to the APP Store which is the .ipa file or where it is?
yes, select the version.
Click: +
Then select the version

If you don't see the version, maybe you have to wait a bit (it takes time).

Edit: Did you get the email from Apple?
 
Last edited:
Upvote 0

Edu Portu

Member
Licensed User
Longtime User
1604144500172.png


i don't see the + sign...

in B4i when upload to iTunes Connet is OK
 
Last edited:
Upvote 0

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Have you checked you emails, it may be that Apple disallowed the upload after processing.

Also, the upload can appear in TestFlight before it appears here, so you could check that page as well.
 
Upvote 0

Edu Portu

Member
Licensed User
Longtime User
It's solved. I need to add

<key> NSBluetoothPeripheralUsageDescription</key><string>Bluetooth used to connect to our electronic mailbox</string>

now i can add the upload build

Thanks
 
Upvote 0
Top