Fail to upload .Net MAUI application on Apple appstore

Bhushan 20 Reputation points
2024-04-26T14:24:36+00:00

We have developed an application in .Net MAUI, we tried this application on Android and iPhone device. It works properly on both platform.

Now we are trying to upload this application on Apple AppStore, but fails.

We generate ipa file from Visual Studio and upload it on AppStore using Transporter app on Mac, but fails with following error,

Asset validation failed (90475)

Invalid bundle. Apps that support Multitasking on iPad must provide the app’s launch screen using an Xcode storyboard, or using UILaunchScreen if the app’s MinimumOSVersion is 14 or higher. Verify that the UILaunchStoryboardName key is included in your com.companyname.appname bundle if you’re using a storyboard. For details, see: https://developer.apple.com/documentation/bundleresources/information_property_list/uilaunchstoryboardname (ID: 6b36632c-77f1-4daa-a01a-c22f4089b960)

Asset validation failed (90717)

Invalid large app icon. The large app icon in the asset catalog in “appname.app” can’t be transparent or contain an alpha channel. For details, visit: https://developer.apple.com/design/human-interface-guidelines/app-icons. (ID: 476894b5-d135-41c3-93d2-e05912e43039)

Asset validation failed (90163)

Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'beta-reports-active' in 'Payload/appname.app/appname'. (ID: 8a5f75b0-7666-4e88-a3ad-214eb8f27866)

Can you please guide us to resolve this error and upload application on AppStore.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,399 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,903 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 56,846 Reputation points
    2024-04-28T16:35:53.1+00:00
    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,451 Reputation points Microsoft Vendor
    2024-04-29T08:53:35.0033333+00:00

    Hello,

    You got three errors, the first is splash screen issue as Bruce said.

    The second one is that the format of the large app icon (1024*1024) is not correct, please edit your App icon, see Add an app icon to a .NET MAUI app project - .NET MAUI | Microsoft Learn

    The last one said the provisioning profile and the certificate are not matched, refer to
    Manual provisioning for .NET MAUI iOS apps - .NET MAUI | Microsoft Learn

    Publish a .NET MAUI iOS app for App Store distribution - .NET MAUI | Microsoft Learn

    To ensure that you receive a clear and helpful answer to your questions, it's important to post them individually. Please create new thread for the second and the third issues as noted in the Q&A FAQ: How to write a quality question

    Best Regards,

    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments