iOS Question App Store Connect - Unable to publish a build

imbault

Well-Known Member
Licensed User
Longtime User
Hello,

I'm trying since 1 week to upload a build on App Store Connect, no way :

I've no problem to create the App using Host Builder on my iPhone or iPad


Then I create a Distribution ProvisionFile, Build the release, download last Build
Then I use iTunes Connect Uploader :

1663663582378.png


So far so good

Then on App Store Connect in the TestFlight tab I get :
Without any icon....

1663663650591.png

Then after 3-5 minutes, it disappears:
Nothing....

1663663705383.png

Any clue, please ?


Patrick
 

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
Almost because of privacy settings.
Take a look at the email account associated with the Apple account, You should have at least one message.
 
Upvote 0

imbault

Well-Known Member
Licensed User
Longtime User
Problem solved

If you use iBarcode library you need those 3 PlistExtra :

PlistExtra:
#PlistExtra:<key>NSCameraUsageDescription</key><string>Read barcodes</string>
#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>This App requires this entry.</string>
#PlistExtra:<key>NSPhotoLibraryAddUsageDescription</key><string>This App requires this entry.</string>
 
Upvote 0
Top