Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "PlayCover"

From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
(Why didn't anyone in half a year add this important information to this article? PlayCover Added PlayChain like 5 months ago...)
 
(32 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
[[PlayCover]] allows M1 Macs to sideload iPhone and iPad apps even after macOS 11.2.3, please see the [[Sideload_apps_not_on_App_Store|main Sideloading article]] for other methods of sideloading.
 +
 
==Features==
 
==Features==
*Apps can be fullscreened and also played with keyboard and mouse (using Touch Assist and mapping)
+
*Apps can be played in fullscreened, with keyboard and mouse (using Touch Assist and mapping), and controller
*macOS Big Sur and Monterey are compatible, with Intel support planned in the future
+
*Compatible with macOS Big Sur and Monterey
*Can also decrypt signed IPA files that have been extracted via iMazing or Apple Configurator
+
 
 +
==Nightly builds==
 +
*Nightly builds are now available, for free, from PlayCover's [https://github.com/PlayCover/PlayCover/actions/workflows/2.nightly_release.yml Github Actions]
 +
 
 +
==Install Instructions==
 +
#Download the DMG file from [https://github.com/PlayCover/PlayCover/releases/latest PlayCover]
 +
#Open the DMG file, and then drag and drop PlayCover.app into the applications folder.
 +
#Open PlayCover.app
 +
#Select the "Install" button under the "You need to install the Xcode command line tools" prompt (if the prompt doesn't appear, run <code>xcode-select --install</code> in a terminal
 +
#In the popup that appears, select Install (The time remaining is lying, it'll take around 10 minutes depending on your internet connection)
 +
#Drag and drop your decrypted IPA file into the PlayCover window.
 +
 
 +
==Login Fixes==
 +
In the ''latest version'', to fix login in some apps (like Genshin Impact) you must check '''PlayChain''' in the PlayCover settings.
  
==Insider Nightly builds==
+
Otherwise, mainly in older versions, an alternate fix is disabling the '''System Integrity Protection''' of your mac, however, it is NOT RECOMMENDED due to the security risks it entails, specially in older PlayCover versions:
*Please refer to [https://discord.gg/4XuBEUnjeE PlayCover's Discord] for updates, to get the most compatible nightly build you will find instructions on how to donate to developer iVoider and gain access to the latest build
+
#Disable SIP (boot into recovery mode by holding power button when boot, login your account, open terminal, type <code>csrutil disable</code>, agree) (Note: doing this lowers system security, e.g. you may not be able to use google chrome or electron based apps, such as discord)
 +
#Restart
 +
#Open Terminal, type <code>sudo nvram boot-args="amfi_get_out_of_my_way=0x1 ipc_control_port_options=0"</code> (Note: this command lowers system security, e.g. you may not be able to use google chrome or electron based apps, such as discord)
 +
#Restart
 +
#Now captcha/login will work
 +
#after successful login, run the following command in terminal to reset your boot-args: <code>sudo nvram boot-args=""</code>
 +
#After successful login, you should enable SIP again: run <code>csrutil enable</code> from recovery mode. (Note: some apps, such as Netflix, will stop working after you enable SIP, so you may have to keep SIP disabled to use specific apps, although this is not recommended)
  
==Instructions==
+
Note: If you have problems with csrutil command (failed). Go to System preferences, Privacy & Secuirity, disable FileVault, enable it and choose allow unlock disk from iCloud option. If you have multiple macOS installations, you should set the startup disk to the macOS install that you're changing SIP for.
#Download [https://github.com/Letscoder/PlayCover PlayCover] and extract
 
#Open app and install Xcode if necessary when prompted
 
#Agree to the license
 
#Drag application to PlayCover window
 
#Navigate to \Documents\PlayCover\ to find the decrypted/installed game
 
  
 
==Remapping keys==
 
==Remapping keys==
*{{Key|Ctrl|P}} Open/close keymapping editor
+
*{{Key||K}} Open/close keymapping editor
*{{Key|Ctrl|N}} Add new key
+
*{{Key||delete}} Remove element
*{{Key|Ctrl|J}} Add new joystick
+
*{{Key||+ or -}} Setting size
*{{Key|Ctrl|M}} Add mouse
 
  
To delete a key, toggle keymapping editor ({{Key|Ctrl|P}}) and then click on a zone, and then press {{Key|Ctrl|Backspace}}
+
To add a Keymap, simply click anywhere in the window, and select a type from the radial menu that appears.

Latest revision as of 17:38, 28 September 2023

PlayCover allows M1 Macs to sideload iPhone and iPad apps even after macOS 11.2.3, please see the main Sideloading article for other methods of sideloading.

Features

  • Apps can be played in fullscreened, with keyboard and mouse (using Touch Assist and mapping), and controller
  • Compatible with macOS Big Sur and Monterey

Nightly builds

  • Nightly builds are now available, for free, from PlayCover's Github Actions

Install Instructions

  1. Download the DMG file from PlayCover
  2. Open the DMG file, and then drag and drop PlayCover.app into the applications folder.
  3. Open PlayCover.app
  4. Select the "Install" button under the "You need to install the Xcode command line tools" prompt (if the prompt doesn't appear, run xcode-select --install in a terminal
  5. In the popup that appears, select Install (The time remaining is lying, it'll take around 10 minutes depending on your internet connection)
  6. Drag and drop your decrypted IPA file into the PlayCover window.

Login Fixes

In the latest version, to fix login in some apps (like Genshin Impact) you must check PlayChain in the PlayCover settings.

Otherwise, mainly in older versions, an alternate fix is disabling the System Integrity Protection of your mac, however, it is NOT RECOMMENDED due to the security risks it entails, specially in older PlayCover versions:

  1. Disable SIP (boot into recovery mode by holding power button when boot, login your account, open terminal, type csrutil disable, agree) (Note: doing this lowers system security, e.g. you may not be able to use google chrome or electron based apps, such as discord)
  2. Restart
  3. Open Terminal, type sudo nvram boot-args="amfi_get_out_of_my_way=0x1 ipc_control_port_options=0" (Note: this command lowers system security, e.g. you may not be able to use google chrome or electron based apps, such as discord)
  4. Restart
  5. Now captcha/login will work
  6. after successful login, run the following command in terminal to reset your boot-args: sudo nvram boot-args=""
  7. After successful login, you should enable SIP again: run csrutil enable from recovery mode. (Note: some apps, such as Netflix, will stop working after you enable SIP, so you may have to keep SIP disabled to use specific apps, although this is not recommended)

Note: If you have problems with csrutil command (failed). Go to System preferences, Privacy & Secuirity, disable FileVault, enable it and choose allow unlock disk from iCloud option. If you have multiple macOS installations, you should set the startup disk to the macOS install that you're changing SIP for.

Remapping keys

  • +K Open/close keymapping editor
  • +delete Remove element
  • ++ or - Setting size

To add a Keymap, simply click anywhere in the window, and select a type from the radial menu that appears.