skip to Main Content

I got this error while trying to submit a sticker pack to the App Store:

WARNING ITMS-90863: "Apple silicon Macs support issue. The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac."

The sticker pack is not intended to be used on Macs, it is only for iPhones and iPads? How can I remove this warning so that I can upload it successfully? Because I also got this email afterwards:

We identified one or more issues with a recent delivery for your app, "Name of the App". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

ITMS-90863: Apple silicon Macs support issue – The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac.

After you’ve corrected the issues, you can upload a new binary to App Store Connect.

Any help or information to fix this issue?

3

Answers


  1. I still think the root error is in the Xcode/Connect connection, but you have to uncheck something that you can’t see until you run the whole build/archive/deploy thing. After you validate/distribute, then go to your app on the Apple Connect Website. Find "Pricing and Availability," and you will find a checkbox:
    "Apple Silicon Mac Availability – Make this app available"

    Uncheck this.

    Login or Signup to reply.
  2. On the Apple App Store Connect website, go to your app > "Pricing and Availability".

    Uncheck the checkbox under the section iPhone and iPad Apps on Apple Silicon Macs that reads:

    Apple Silicon Mac Availability — Make this app available

    If it’s not available, then it shouldn’t complain any further!

    enter image description here

    Login or Signup to reply.
  3. Follow All below Steps to Completely Remove this issue :

    1. Go to your App – Pricing & Availability section on App store
    2. Uncheck the checkbox Under this title "iPhone and iPad Apps on Apple Silicon Macs"

    enter image description here

    1. Save the changes
    2. Go to Xcode, Change the Build Number & Upload new Fresh build

    Important Note :

    • If you haven’t uploaded new build & still you are testing with the Old build than you will find the same issue exist there. So its mandatory to upload the new build after the above steps.

    Hope this will help everyone to clearly understand & resolve the issue.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search