Skip to content

Instantly share code, notes, and snippets.

@Dids
Last active April 7, 2026 10:33
Show Gist options
  • Select an option

  • Save Dids/c43fc68677e1a3cc215d88a74e26d05e to your computer and use it in GitHub Desktop.

Select an option

Save Dids/c43fc68677e1a3cc215d88a74e26d05e to your computer and use it in GitHub Desktop.
Installing IPAs on the M1

Installing IPAs on Apple Silicon (M1)

  1. Open Apple Configurator 2 and plug in your iPhone or iPad
  2. Click Add, login to the App Store and select the application you want to install
  3. Open up ~/Library/Group\ Containers/K36BKF7T3D.group.com.apple.configurator/Library/Caches/Assets and wait until the TemporaryItems directory appears
  4. Copy the application from the newly created temporary directory, but do note that it will disappear once Apple Configurator is done installing
  5. Double click the .ipa on your Apple Silicon (M1) device and install it
  6. Fix permissions on the installed application by running sudo xattr -rd com.apple.quarantine /Applications/<your_app>.app (if you skip this step, you're unable to start the application)

Note that it's easier if you already have the application installed, as Apple Configurator will prompt you about overwriting the existing installation, at which point the temporary file (the .ipa) will still exist, until you choose an action in the prompt.

@pps14807

Copy link
Copy Markdown

11.3 sudo xattr -rd com.apple.quarantine /Applications/<your_app>.app not word...

@rullinoiz

Copy link
Copy Markdown

worked for me very epic thanks, might make something to automate it

@esphynox

esphynox commented Jul 2, 2021

Copy link
Copy Markdown

Works only on macOS 11.2.3 or below.

@RodrigoTomeES

Copy link
Copy Markdown

Hi, I am on macOS Monterey and I have this error trying to install AdGuard PRO -> This app can't be install because the developer doesn't design this app to install in this platform. How can I fix it? Thanks!

@rullinoiz

Copy link
Copy Markdown

@RodrigoTomeES adguard has a macos version, i'm not sure why you need the ios version

@RodrigoTomeES

Copy link
Copy Markdown

@rullinoiz because I paid for iOS PRO version so I don't want to pay again for the same app when they block me to use the app that I purchased.

@rullinoiz

Copy link
Copy Markdown

@RodrigoTomeES aren't you able to install the macos version for free after you bought it on ios? app store developers have the ability to publish just one store page for every device, like how apple arcade games have the same store page for the macos, ios, and appletv versions

and even if it doesn't have a macos version, why not use the free version on mac and the pro version on ios?

@RodrigoTomeES

Copy link
Copy Markdown

@rullinoiz No I can't use the pro version in Mac although I bought it in iOS. Yes I could you the free version on Mac, but I bought the PRO version and I wanted to use it 😅

@wmjlxl

wmjlxl commented Jun 4, 2022

Copy link
Copy Markdown

any new way to install ipa to applie silicon?

@siieo

siieo commented Nov 7, 2022

Copy link
Copy Markdown

any new way to install ipa to applie silicon?

Downgrade to 11.2.3

@KnoooW

KnoooW commented Nov 30, 2022

Copy link
Copy Markdown

any new way to install ipa to applie silicon?

https://github.com/PlayCover/PlayCover

@emranovin

Copy link
Copy Markdown

any new way to install ipa to applie silicon?

https://github.com/PlayCover/PlayCover

Thanks. But I seems it couldn't run a lot of apps.
It should be a workaround! at last we are on mac!

@mimta

mimta commented Apr 21, 2023

Copy link
Copy Markdown

Hi Can you please help me with the below?
A coordinated app install already exists for [***/Invalid] with intent IXCoordinatorIntentUpdating (creator App Store) but the request by iOS App Installer (pid 12161) was for intent IXCoordinatorIntentInitiating
thank you

@emranovin

Copy link
Copy Markdown

I've found these solutions to install IPAs on the Apple Silicon:

  1. Sideloadly
  2. PlayCover
  3. This trick
    p.s: Your IPA file MUST be decrypted unless you can't install it.

@st-ivan

st-ivan commented Aug 24, 2023

Copy link
Copy Markdown

I've found these solutions to install IPAs on the Apple Silicon:

  1. Sideloadly
  2. PlayCover
  3. This trick
    p.s: Your IPA file MUST be decrypted unless you can't install it.

thanks man.. i was just able to install a decrypted ipa I found online bc the app wasnt available in my region

@emranovin

Copy link
Copy Markdown

I can not run my iOS apps as before on MacOS Sonoma.
I've disabled SIP in recovery mode with:
csrutil disable
in macOs terminal with:
sudo spctl --master-disable
. Run:
sudo xattr -rd com.apple.quarantine /Applications/<your_app>.app
sudo codesign -f -s - --deep /Applications/<your_app>.app
Any ideas why?

@luojunyuan

Copy link
Copy Markdown

I got "This application cannot be installed because the developer did not intend for it to run on this platform." at step 5.

@aayushbhatia06

Copy link
Copy Markdown

I can not run my iOS apps as before on MacOS Sonoma. I've disabled SIP in recovery mode with: csrutil disable in macOs terminal with: sudo spctl --master-disable . Run: sudo xattr -rd com.apple.quarantine /Applications/<your_app>.app sudo codesign -f -s - --deep /Applications/<your_app>.app Any ideas why?

Did you ever figure out how to get it to work?

@emranovin

Copy link
Copy Markdown

Did you ever figure out how to get it to work?

No. I'm just trying to use PlayCover and SideLoadly instead.

@palmerc

palmerc commented Sep 14, 2024

Copy link
Copy Markdown

I can not run my iOS apps as before on MacOS Sonoma. I've disabled SIP in recovery mode with: csrutil disable in macOs terminal with: sudo spctl --master-disable . Run: sudo xattr -rd com.apple.quarantine /Applications/<your_app>.app sudo codesign -f -s - --deep /Applications/<your_app>.app Any ideas why?

Did you ever figure out how to get it to work?

Once you disabled sip you will no longer be able to run iOS apps installed on macOS.

@emranovin

Copy link
Copy Markdown

Which

Did you ever figure out how to get it to work?

No. I'm just trying to use PlayCover and SideLoadly instead.

I'm getting errors from both.

What error did you get?
I don't know what kind of barriers I disabled after installing macOS Sequoia but I'm ok with both of them right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment