Error while submitting an Xamarin.iOS app to App Store

Shantimohan Elchuri 721 Reputation points
2021-02-14T21:32:43.697+00:00

I am following the instructions given in this doc to upload my iOS app to App Store from VS 2019.

I don't know why I am unable to upload image files today here. So I will just explain.

The project properties are set as shown in the referenced doc except that "Perform all 32-bit float operations as 64-bit float" is also checked.

The error is: App Store bundle validation failed for archive <project name>
"altool" exited with code 1.

That's all. No other detail is shown. I am at loss to know what is wrong with my app archive. How do I get the details that can tell me what was wrong?

Developer technologies | .NET | Xamarin
{count} votes

Accepted answer
  1. Shantimohan Elchuri 721 Reputation points
    2021-03-13T22:09:27.017+00:00

    "Invalid App Store icon" error was removed after I followed the answer posted by Mycah in this StackOverflow post to save the icons without the alpha channel. Then I recreated the AppIcons set in the Assets of Asset Catalog for iOS project.

    The two "Invalid Executable Size" errors were removed by using the "Link All" option. I did test this in debug mode on simulators for proper functioning of all features of my app.

    Then I created the .ipa through the Archive option in VS2019 and validated it from Xcode as described above.

    Now there are no errors to submit the app to App Store.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.