imbault Well-Known Member Licensed User Longtime User Sep 20, 2022 #1 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 : So far so good Then on App Store Connect in the TestFlight tab I get : Without any icon.... Then after 3-5 minutes, it disappears: Nothing.... Any clue, please ? Patrick
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 : So far so good Then on App Store Connect in the TestFlight tab I get : Without any icon.... Then after 3-5 minutes, it disappears: Nothing.... Any clue, please ? Patrick
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Sep 20, 2022 #3 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
Almost because of privacy settings. Take a look at the email account associated with the Apple account, You should have at least one message.
imbault Well-Known Member Licensed User Longtime User Sep 20, 2022 #4 Because in App main, the Build section remains blank : Upvote 0
imbault Well-Known Member Licensed User Longtime User Sep 20, 2022 #5 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
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>