Build not visible in itunes connect
The build is not visible until the “Processing” step is in progress in the “Prerelease” tab. It should depends on the size of your app. For a 10Mb app of mine, it took about 5 min.
The build is not visible until the “Processing” step is in progress in the “Prerelease” tab. It should depends on the size of your app. For a 10Mb app of mine, it took about 5 min.
This happens if you are including debug information of your libraries with the project archive but are not including binaries. Open the Organizer window in Xcode Right-click on an archive that had this issue and select “Show in Finder”. Right-click on the archive file and select “Show Package Contents” In the “dSYMs” folder you will … Read more
New size is 1242 × 2688 pixels Extra information for required sizes: 6.7″ – iPhone 13 Pro Max 6.5″ – iPhone 11 Pro Max, iPhone Xs Max 5.5″ – iPhone 8 Plus, iPhone 7 Plus, iPhone 6s Plus iPad Pro (12.9-inch) (3rd generation) iPad Pro (12.9-inch) (2nd generation)
More than one binary may be uploaded to App Store Connect for the same version, if the the Build number is increasing for each build uploaded to iTunesConnect. The build number just has to be unique (and higher) for each binary that is uploaded (select the Target, then Xcode -> General -> Build, see the … Read more
We had a similar issue. Uploaded builds were queueing up and it simply said “Processing” with the popup help, “After builds are uploaded they will go through a processing state before they can be used.” Days passed. Selecting “Internal Testers,” making a change, and saving seemed to immediately clear the queue: The latest build was … Read more
The following resolutions are acceptable to iTunes connect: iPhone 3+4 (3.5 Inch) 640 x 960 iPhone 5, iPhone 5S, iPhone 5C (4 Inch) 640 x 1136 iPhone 6, iPhone 6S, iPhone 7, iPhone 8 (4.7 Inch) 750 x 1334 iPhone 6 Plus, iPhone 6S Plus, iPhone 7 Plus, iPhone 8 Plus (5.5 Inch) 1242 x … Read more
Basically <key>ITSAppUsesNonExemptEncryption</key><false/> stands for a Boolean value equal to NO. Update by @JosepH: This value means that the app uses no encryption, or only exempt encryption. If your app uses encryption and is not exempt, you must set this value to YES/true. It seems debatable sometimes when an app is considered to use encryption.
The below solution worked for me Click & open the App Store icon (1024*1024) in the preview app. Export it by unticking the Alpha channel. Replace the current App Store icon with the newly exported icon image. Validate and upload. Note: This will not work on Mac OS High Sierra, please try a lower version … Read more
Solution 1: Quit Xcode completely and re-open it to resolve the problem. Solution 2: Please verify if it’s App Store distribution profile or not. If yes then try to login to Xcode with your apple Id which has access to iTunes Connect or App Store Connect. While validating the archive file please choose the same … Read more