[GH-ISSUE #2060] [Game Support]: Arknights Endfield #1377

Closed
opened 2026-03-03 19:06:15 +03:00 by kerem · 164 comments
Owner

Originally created by @the-jason-json on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/2060

Update: Fix is out on nightly builds.

https://apps.apple.com/us/app/arknights-endfield/id6752642477

Current issues

  • Game fails to install
  • Game fails to open
  • Game crashes randomly during gameplay
  • Game does not work with keymapping
  • Game experiences graphical issues or broken UI
  • Game fails to connect to servers or complete download

More details

Works normally for a while before crashing, I'm currently just downloading the predownload in chunks, all bypasses are disabled
Playcover Ver: Version 3.1.0 (1154)
Mac Ver: Sequoia 15.5

Crash log

https://gist.github.com/the-jason-json/0a74868d31eb9bb00b894a41046fc7c4

What version of PlayCover are you using?

Nightly/beta (please specify build number)

What version of macOS are you using?

Other (please specify)

Issue Language

  • Yes my issue is written in English
Originally created by @the-jason-json on GitHub (Jan 20, 2026). Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/2060 **Update:** Fix is out on nightly builds. ### App Store link https://apps.apple.com/us/app/arknights-endfield/id6752642477 ### Current issues - [ ] Game fails to install - [ ] Game fails to open - [x] Game crashes randomly during gameplay - [ ] Game does not work with keymapping - [ ] Game experiences graphical issues or broken UI - [ ] Game fails to connect to servers or complete download ### More details Works normally for a while before crashing, I'm currently just downloading the predownload in chunks, all bypasses are disabled Playcover Ver: Version 3.1.0 (1154) Mac Ver: Sequoia 15.5 ### Crash log ```shell https://gist.github.com/the-jason-json/0a74868d31eb9bb00b894a41046fc7c4 ``` ### What version of PlayCover are you using? Nightly/beta (please specify build number) ### What version of macOS are you using? Other (please specify) ### Issue Language - [x] Yes my issue is written in English
kerem 2026-03-03 19:06:15 +03:00
Author
Owner

@fexli commented on GitHub (Jan 20, 2026):

I'm experiencing the same random crash issue on macOS 15.6.1 (Sequoia) with PlayCover 3.1.0 (1366) on an Apple M3 Pro.
I've collected two crash reports that might be helpful for debugging:

Crash1 - Download Queue Thread - Endfield-Errlog1.log

Crashed Thread: com.hypergryph.download.downloadQueue
Exception: EXC_BREAKPOINT (SIGKILL)
Root Cause: BUG IN CLIENT OF LIBPLATFORM: Trying to recursively lock an os_unfair_lock
Analysis: The Objective-C runtime's method cache (cache_t) was corrupted, triggering a recursive lock error when the system tried to recover.

Crash2 - Network Connection Thread - Endfield-Errlog2.log

Crashed Thread: com.apple.network.connections
Exception: EXC_CRASH (SIGABRT)
Root Cause: free_list_checksum_botch in libsystem_malloc.dylib
Analysis: Heap corruption detected - the malloc free list checksum validation failed during SSL/TLS network read operations (nw_protocol_boringssl_read_frames).

Summary (using cursor, fyi)
Both crashes might point to memory safety issues (heap corruption), likely caused by:

  • Race conditions in multi-threaded download/network code
  • Possible use-after-free or double-free bugs in Unity framework
  • iOS-to-macOS translation layer compatibility issues
<!-- gh-comment-id:3774530531 --> @fexli commented on GitHub (Jan 20, 2026): I'm experiencing the same random crash issue on macOS 15.6.1 (Sequoia) with PlayCover 3.1.0 (1366) on an Apple M3 Pro. I've collected two crash reports that might be helpful for debugging: Crash1 - Download Queue Thread - [Endfield-Errlog1.log](https://gist.github.com/fexli/82513c797e2d855b4e8f73eb3a398d73) > Crashed Thread: com.hypergryph.download.downloadQueue Exception: EXC_BREAKPOINT (SIGKILL) Root Cause: BUG IN CLIENT OF LIBPLATFORM: Trying to recursively lock an os_unfair_lock Analysis: The Objective-C runtime's method cache (cache_t) was corrupted, triggering a recursive lock error when the system tried to recover. Crash2 - Network Connection Thread - [Endfield-Errlog2.log](https://gist.github.com/fexli/7115934edd6db9d518a9f5a4c1c4869d) > Crashed Thread: com.apple.network.connections Exception: EXC_CRASH (SIGABRT) Root Cause: free_list_checksum_botch in libsystem_malloc.dylib Analysis: Heap corruption detected - the malloc free list checksum validation failed during SSL/TLS network read operations (nw_protocol_boringssl_read_frames). Summary (using cursor, fyi) Both crashes might point to `memory safety issues` (heap corruption), likely caused by: - Race conditions in multi-threaded download/network code - Possible use-after-free or double-free bugs in Unity framework - iOS-to-macOS translation layer compatibility issues
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026):

I've been personally testing this myself too, it seems it must be something to do with memory usage, as switching to the configuration for any iPhone with 6GB of ram (The 13PM and 14PM) seems to have fixed the issue (Or as far as I can tell so far). Hopefully this issue will be addressed in a a later patch of the game, or just the addition of proper Mac support.

<!-- gh-comment-id:3777497688 --> @LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026): I've been personally testing this myself too, it seems it must be something to do with memory usage, as switching to the configuration for any iPhone with 6GB of ram (The 13PM and 14PM) seems to have fixed the issue (Or as far as I can tell so far). Hopefully this issue will be addressed in a a later patch of the game, or just the addition of proper Mac support.
Author
Owner

@requietor commented on GitHub (Jan 21, 2026):

I've been personally testing this myself too, it seems it must be something to do with memory usage, as switching to the configuration for any iPhone with 6GB of ram (The 13PM and 14PM) seems to have fixed the issue (Or as far as I can tell so far). Hopefully this issue will be addressed in a a later patch of the game, or just the addition of proper Mac support.

It works hard for me. Thank you!

<!-- gh-comment-id:3777562353 --> @requietor commented on GitHub (Jan 21, 2026): > I've been personally testing this myself too, it seems it must be something to do with memory usage, as switching to the configuration for any iPhone with 6GB of ram (The 13PM and 14PM) seems to have fixed the issue (Or as far as I can tell so far). Hopefully this issue will be addressed in a a later patch of the game, or just the addition of proper Mac support. It works hard for me. Thank you!
Author
Owner

@Mikyu0 commented on GitHub (Jan 21, 2026):

I've been personally testing this myself too, it seems it must be something to do with memory usage, as switching to the configuration for any iPhone with 6GB of ram (The 13PM and 14PM) seems to have fixed the issue (Or as far as I can tell so far). Hopefully this issue will be addressed in a a later patch of the game, or just the addition of proper Mac support.

Unfortunately doesn't work for me, I tried with 13PM and 14PM it closes after around 2 minutes

<!-- gh-comment-id:3777584388 --> @Mikyu0 commented on GitHub (Jan 21, 2026): > I've been personally testing this myself too, it seems it must be something to do with memory usage, as switching to the configuration for any iPhone with 6GB of ram (The 13PM and 14PM) seems to have fixed the issue (Or as far as I can tell so far). Hopefully this issue will be addressed in a a later patch of the game, or just the addition of proper Mac support. Unfortunately doesn't work for me, I tried with 13PM and 14PM it closes after around 2 minutes
Author
Owner

@mocusez commented on GitHub (Jan 21, 2026):

This is a strange problem. Yesterday I was able to complete the pre-download smoothly, but today the program crashed automatically shortly after I opened it.(Use MacMini M4)

<!-- gh-comment-id:3777667805 --> @mocusez commented on GitHub (Jan 21, 2026): This is a strange problem. Yesterday I was able to complete the pre-download smoothly, but today the program crashed automatically shortly after I opened it.(Use MacMini M4)
Author
Owner

@requietor commented on GitHub (Jan 21, 2026):

Oddly enough, I tested this on my Mac mini m4 pro 64 gb Sequoia (Nightly 3.1.0 1366) and Mac air m2 8 gb Tahoe (Nightly 3.1.0 1282). Downloaded different languages/connected dualshock, never closed.
iPhone 14 Pro Max | A16 | 6 GB
4K

<!-- gh-comment-id:3777685626 --> @requietor commented on GitHub (Jan 21, 2026): Oddly enough, I tested this on my Mac mini m4 pro 64 gb Sequoia (Nightly 3.1.0 1366) and Mac air m2 8 gb Tahoe (Nightly 3.1.0 1282). Downloaded different languages/connected dualshock, never closed. iPhone 14 Pro Max | A16 | 6 GB 4K
Author
Owner

@LittleSwift commented on GitHub (Jan 21, 2026):

Tested both CN version and global version of the game. CN version seems to have an anti cheat system detecting app signature and crashes the game exactly 70 seconds after game launches. This also happens on sideload Endfield installed on an iPhone or iPad. Global version does not seems to crash on my MacBook Pro M3 16GB running Tahoe 26.1.

<!-- gh-comment-id:3777723896 --> @LittleSwift commented on GitHub (Jan 21, 2026): Tested both CN version and global version of the game. CN version seems to have an anti cheat system detecting app signature and crashes the game exactly 70 seconds after game launches. This also happens on sideload Endfield installed on an iPhone or iPad. Global version does not seems to crash on my MacBook Pro M3 16GB running Tahoe 26.1.
Author
Owner

@Mikyu0 commented on GitHub (Jan 21, 2026):

I have MacBook Air M4 16GB (Tahoe 26.2, Playcover Nightly 1367) and tried every setting but still nothing. What's strange is I see people here and on reddit write about crash reports, but my game doesn't crash, I can't even find a crash report in Console it just simply closes after exactly 2 minutes.

<!-- gh-comment-id:3777751582 --> @Mikyu0 commented on GitHub (Jan 21, 2026): I have MacBook Air M4 16GB (Tahoe 26.2, Playcover Nightly 1367) and tried every setting but still nothing. What's strange is I see people here and on reddit write about crash reports, but my game doesn't crash, I can't even find a crash report in Console it just simply closes after exactly 2 minutes.
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026):

Did all of you get your IPA file from decrypt.day? It seems the one I downloaded is causing the client to think it's been tampered with because of the decryption.

<!-- gh-comment-id:3777779539 --> @LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026): Did all of you get your IPA file from decrypt.day? It seems the one I downloaded is causing the client to think it's been tampered with because of the decryption.
Author
Owner

@requietor commented on GitHub (Jan 21, 2026):

Did all of you get your IPA file from decrypt.day? It seems the one I downloaded is causing the client to think it's been tampered with because of the decryption.

Yes

<!-- gh-comment-id:3777786180 --> @requietor commented on GitHub (Jan 21, 2026): > Did all of you get your IPA file from decrypt.day? It seems the one I downloaded is causing the client to think it's been tampered with because of the decryption. Yes
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026):

I downloaded the app on my iPad Pro 12.9" 1st gen, then decrypted it manually (It's jailbroken) then just installed that via playcover and with the right device setting it now runs fine.

<!-- gh-comment-id:3777796795 --> @LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026): I downloaded the app on my iPad Pro 12.9" 1st gen, then decrypted it manually (It's jailbroken) then just installed that via playcover and with the right device setting it now runs fine.
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026):

Image Image
<!-- gh-comment-id:3777804672 --> @LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026): <img width="519" height="345" alt="Image" src="https://github.com/user-attachments/assets/0ce8dcaf-0ec9-432b-a620-aff19409a094" /> <img width="519" height="345" alt="Image" src="https://github.com/user-attachments/assets/c162620e-f486-41be-af7a-d1c802f0c0ee" />
Author
Owner

@Mikyu0 commented on GitHub (Jan 21, 2026):

Did all of you get your IPA file from decrypt.day? It seems the one I downloaded is causing the client to think it's been tampered with because of the decryption.

yes

<!-- gh-comment-id:3777818425 --> @Mikyu0 commented on GitHub (Jan 21, 2026): > Did all of you get your IPA file from decrypt.day? It seems the one I downloaded is causing the client to think it's been tampered with because of the decryption. yes
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026):

I have MacBook Air M4 16GB (Tahoe 26.2, Playcover Nightly 1367) and tried every setting but still nothing. What's strange is I see people here and on reddit write about crash reports, but my game doesn't crash, I can't even find a crash report in Console it just simply closes after exactly 2 minutes.

Even if it does work eventually, your macbook air would turn into a frying pan...

<!-- gh-comment-id:3777822598 --> @LG5706-AaronMcCormick commented on GitHub (Jan 21, 2026): > I have MacBook Air M4 16GB (Tahoe 26.2, Playcover Nightly 1367) and tried every setting but still nothing. What's strange is I see people here and on reddit write about crash reports, but my game doesn't crash, I can't even find a crash report in Console it just simply closes after exactly 2 minutes. Even if it does work eventually, your macbook air would turn into a frying pan...
Author
Owner

@the-jason-json commented on GitHub (Jan 21, 2026):

I downloaded the app on my iPad Pro 12.9" 1st gen, then decrypted it manually (It's jailbroken) then just installed that via playcover and with the right device setting it now runs fine.

Can you upload the ipa somewhere? I wanna see if that's the issue

<!-- gh-comment-id:3778037446 --> @the-jason-json commented on GitHub (Jan 21, 2026): > I downloaded the app on my iPad Pro 12.9" 1st gen, then decrypted it manually (It's jailbroken) then just installed that via playcover and with the right device setting it now runs fine. Can you upload the ipa somewhere? I wanna see if that's the issue
Author
Owner

@the-jason-json commented on GitHub (Jan 21, 2026):

Nvm, it currently seems to be working for me for some reason

<!-- gh-comment-id:3778101425 --> @the-jason-json commented on GitHub (Jan 21, 2026): Nvm, it currently seems to be working for me for some reason
Author
Owner

@mocusez commented on GitHub (Jan 21, 2026):

Did all of you get your IPA file from decrypt.day? It seems the one I downloaded is causing the client to think it's been tampered with because of the decryption.你们都是从 decrypt.day 拿到的 IPA 文件吗?看起来我下载的那份文件让客户端以为它被篡改了,因为解密了。

Yes

<!-- gh-comment-id:3778157875 --> @mocusez commented on GitHub (Jan 21, 2026): > Did all of you get your IPA file from decrypt.day? It seems the one I downloaded is causing the client to think it's been tampered with because of the decryption.你们都是从 decrypt.day 拿到的 IPA 文件吗?看起来我下载的那份文件让客户端以为它被篡改了,因为解密了。 Yes
Author
Owner

@RGS1111 commented on GitHub (Jan 21, 2026):

I have MacBook Air M4 16GB (Tahoe 26.2, Playcover Nightly 1367) and tried every setting but still nothing. What's strange is I see people here and on reddit write about crash reports, but my game doesn't crash, I can't even find a crash report in Console it just simply closes after exactly 2 minutes.

Even if it does work eventually, your macbook air would turn into a frying pan…

I would have thought it would run better on the Mac given its large surface area and such, even with passive air cooling, does it rly heat up that bad?

<!-- gh-comment-id:3779020310 --> @RGS1111 commented on GitHub (Jan 21, 2026): > > I have MacBook Air M4 16GB (Tahoe 26.2, Playcover Nightly 1367) and tried every setting but still nothing. What's strange is I see people here and on reddit write about crash reports, but my game doesn't crash, I can't even find a crash report in Console it just simply closes after exactly 2 minutes. > > Even if it does work eventually, your macbook air would turn into a frying pan… I would have thought it would run better on the Mac given its large surface area and such, even with passive air cooling, does it rly heat up that bad?
Author
Owner

@RGS1111 commented on GitHub (Jan 21, 2026):

Do any of you know off any key-mappings for Endfield?

<!-- gh-comment-id:3779070412 --> @RGS1111 commented on GitHub (Jan 21, 2026): Do any of you know off any key-mappings for Endfield?
Author
Owner

@Mikyu0 commented on GitHub (Jan 21, 2026):

I have MacBook Air M4 16GB (Tahoe 26.2, Playcover Nightly 1367) and tried every setting but still nothing. What's strange is I see people here and on reddit write about crash reports, but my game doesn't crash, I can't even find a crash report in Console it just simply closes after exactly 2 minutes.

Even if it does work eventually, your macbook air would turn into a frying pan…

I would have thought it would run better on the Mac given its large surface area and such, even with passive air cooling, does it rly heat up that bad?

I play Wuthering Waves, I don't know how much more Endfield requires, but with Wuwa it does get pretty hot (MacBook Air also doesn't have any cooling). It doesn't really cause any lag or issues for me and after turning it off for around 5 minutes it completely cools off.

<!-- gh-comment-id:3779105583 --> @Mikyu0 commented on GitHub (Jan 21, 2026): > > > I have MacBook Air M4 16GB (Tahoe 26.2, Playcover Nightly 1367) and tried every setting but still nothing. What's strange is I see people here and on reddit write about crash reports, but my game doesn't crash, I can't even find a crash report in Console it just simply closes after exactly 2 minutes. > > > > > > Even if it does work eventually, your macbook air would turn into a frying pan… > > I would have thought it would run better on the Mac given its large surface area and such, even with passive air cooling, does it rly heat up that bad? I play Wuthering Waves, I don't know how much more Endfield requires, but with Wuwa it does get pretty hot (MacBook Air also doesn't have any cooling). It doesn't really cause any lag or issues for me and after turning it off for around 5 minutes it completely cools off.
Author
Owner

@LittleSwift commented on GitHub (Jan 21, 2026):

Tested both CN version and global version of the game. CN version seems to have an anti cheat system detecting app signature and crashes the game exactly 70 seconds after game launches. This also happens on sideload Endfield installed on an iPhone or iPad. Global version does not seems to crash on my MacBook Pro M3 16GB running Tahoe 26.1.

Global version got an anti cheat patch. Now it also crashes.

<!-- gh-comment-id:3780065302 --> @LittleSwift commented on GitHub (Jan 21, 2026): > Tested both CN version and global version of the game. CN version seems to have an anti cheat system detecting app signature and crashes the game exactly 70 seconds after game launches. This also happens on sideload Endfield installed on an iPhone or iPad. Global version does not seems to crash on my MacBook Pro M3 16GB running Tahoe 26.1. Global version got an anti cheat patch. Now it also crashes.
Author
Owner

@Kurwei commented on GitHub (Jan 21, 2026):

it was working just fine but now suddenly it crashes after 60 seconds

<!-- gh-comment-id:3780695950 --> @Kurwei commented on GitHub (Jan 21, 2026): it was working just fine but now suddenly it crashes after 60 seconds
Author
Owner

@requietor commented on GitHub (Jan 21, 2026):

Global version got an anti cheat patch. Now it also crashes.

Same problem as long as I use mumu until they find a solution (he works normally with gamepad)

<!-- gh-comment-id:3780705266 --> @requietor commented on GitHub (Jan 21, 2026): > Global version got an anti cheat patch. Now it also crashes. Same problem as long as I use mumu until they find a solution (he works normally with gamepad)
Author
Owner

@Kurwei commented on GitHub (Jan 21, 2026):

Global version got an anti cheat patch. Now it also crashes.

Same problem as long as I use mumu until they find a solution (he works normally with gamepad)

is that better than bluestacks ?

<!-- gh-comment-id:3780730456 --> @Kurwei commented on GitHub (Jan 21, 2026): > > Global version got an anti cheat patch. Now it also crashes. > > Same problem as long as I use mumu until they find a solution (he works normally with gamepad) is that better than bluestacks ?
Author
Owner

@Kurwei commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings
i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip

Image Image Image
<!-- gh-comment-id:3780765963 --> @Kurwei commented on GitHub (Jan 21, 2026): btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip <img width="470" height="281" alt="Image" src="https://github.com/user-attachments/assets/bbc96ef1-8d19-4d92-a88e-a1a83b141ddb" /> <img width="495" height="227" alt="Image" src="https://github.com/user-attachments/assets/31547477-d83e-45c4-9e18-3a5cf48fb571" /> <img width="466" height="269" alt="Image" src="https://github.com/user-attachments/assets/46767198-f832-49c1-b9f1-f215196b30c4" />
Author
Owner

@requietor commented on GitHub (Jan 21, 2026):

Global version got an anti cheat patch. Now it also crashes.

Same problem as long as I use mumu until they find a solution (he works normally with gamepad)

is that better than bluestacks ?

I didn’t understand how to natively connect a gamepad to bluestacks. In bluestacks you can sort of draw control areas on top of the screen - it’s not comfortable for me. maybe I just haven’t figured it out

<!-- gh-comment-id:3780767480 --> @requietor commented on GitHub (Jan 21, 2026): > > > Global version got an anti cheat patch. Now it also crashes. > > > > > > Same problem as long as I use mumu until they find a solution (he works normally with gamepad) > > is that better than bluestacks ? I didn’t understand how to natively connect a gamepad to bluestacks. In bluestacks you can sort of draw control areas on top of the screen - it’s not comfortable for me. maybe I just haven’t figured it out
Author
Owner

@RGS1111 commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip

Image Image Image

I was about to send practically the same thing, haha
except mine works with the m1 iPad
it seems turning Metal HUD or trying to set key mapping crashes it

<!-- gh-comment-id:3780774132 --> @RGS1111 commented on GitHub (Jan 21, 2026): > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > <img alt="Image" width="470" height="281" src="https://private-user-images.githubusercontent.com/225612957/538742308-bbc96ef1-8d19-4d92-a88e-a1a83b141ddb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMTksIm5iZiI6MTc2OTAyMzcxOSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyMzA4LWJiYzk2ZWYxLThkMTktNGQ5Mi1hODhlLWExYTgzYjE0MWRkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MGE4YjhmMDliN2ZmYTZkMWFlMzBhN2Q3OGY4YzU5OWM4MzYxYTdjZjczZDY5ZGMwZTg1M2JhMTkyMjNmY2JkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.QttNBvpUTNzPK7eeWSPAx3iqk28G9Kq1haGiPHEf2oM"> <img alt="Image" width="495" height="227" src="https://private-user-images.githubusercontent.com/225612957/538742576-31547477-d83e-45c4-9e18-3a5cf48fb571.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMTksIm5iZiI6MTc2OTAyMzcxOSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNTc2LTMxNTQ3NDc3LWQ4M2UtNDVjNC05ZTE4LTNhNWNmNDhmYjU3MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iYzVlMmQ3ZjY4MDdmMjRiZGYzODJhMTQ4MWFlNTBiZTgwYmY4NDlhMjM4YjFiMjkzYzIxNzFlZWQ1NzE0MDc0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.GKiNj2ut5O79AlojMBVOza1cc-qk6Q_EyW_dD4EJhPU"> <img alt="Image" width="466" height="269" src="https://private-user-images.githubusercontent.com/225612957/538742696-46767198-f832-49c1-b9f1-f215196b30c4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMTksIm5iZiI6MTc2OTAyMzcxOSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNjk2LTQ2NzY3MTk4LWY4MzItNDljMS1iOWYxLWYyMTUxOTZiMzBjNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lZjViMTU3NDNkNTgzZjY5ODAzMmZiM2VlNjc0ZjQxMDA2YmQ5ZDYxNWM2YmMxNzFkNWExZTZiMzJlY2RiMTc3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.2lUOqvc7Kj3EedfvGrmzazjLBiLlDm-4obPDHNJ0hIQ"> I was about to send practically the same thing, haha except mine works with the m1 iPad it seems turning Metal HUD or trying to set key mapping crashes it
Author
Owner

@Kurwei commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip
Image Image Image

I was abut to send practically the same thing, haha except mine works with the m1 iPad it seems turning Metal HUD or trying to set key mapping crashes it

I hope everything goes well from now on.

<!-- gh-comment-id:3780778455 --> @Kurwei commented on GitHub (Jan 21, 2026): > > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > <img alt="Image" width="470" height="281" src="https://private-user-images.githubusercontent.com/225612957/538742308-bbc96ef1-8d19-4d92-a88e-a1a83b141ddb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMTksIm5iZiI6MTc2OTAyMzcxOSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyMzA4LWJiYzk2ZWYxLThkMTktNGQ5Mi1hODhlLWExYTgzYjE0MWRkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MGE4YjhmMDliN2ZmYTZkMWFlMzBhN2Q3OGY4YzU5OWM4MzYxYTdjZjczZDY5ZGMwZTg1M2JhMTkyMjNmY2JkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.QttNBvpUTNzPK7eeWSPAx3iqk28G9Kq1haGiPHEf2oM"> <img alt="Image" width="495" height="227" src="https://private-user-images.githubusercontent.com/225612957/538742576-31547477-d83e-45c4-9e18-3a5cf48fb571.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMTksIm5iZiI6MTc2OTAyMzcxOSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNTc2LTMxNTQ3NDc3LWQ4M2UtNDVjNC05ZTE4LTNhNWNmNDhmYjU3MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iYzVlMmQ3ZjY4MDdmMjRiZGYzODJhMTQ4MWFlNTBiZTgwYmY4NDlhMjM4YjFiMjkzYzIxNzFlZWQ1NzE0MDc0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.GKiNj2ut5O79AlojMBVOza1cc-qk6Q_EyW_dD4EJhPU"> <img alt="Image" width="466" height="269" src="https://private-user-images.githubusercontent.com/225612957/538742696-46767198-f832-49c1-b9f1-f215196b30c4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMTksIm5iZiI6MTc2OTAyMzcxOSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNjk2LTQ2NzY3MTk4LWY4MzItNDljMS1iOWYxLWYyMTUxOTZiMzBjNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lZjViMTU3NDNkNTgzZjY5ODAzMmZiM2VlNjc0ZjQxMDA2YmQ5ZDYxNWM2YmMxNzFkNWExZTZiMzJlY2RiMTc3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.2lUOqvc7Kj3EedfvGrmzazjLBiLlDm-4obPDHNJ0hIQ"> > > I was abut to send practically the same thing, haha except mine works with the m1 iPad it seems turning Metal HUD or trying to set key mapping crashes it I hope everything goes well from now on.
Author
Owner

@Kurwei commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip
Image Image Image

I was abut to send practically the same thing, haha except mine works with the m1 iPad it seems turning Metal HUD or trying to set key mapping crashes it

I hope everything goes well from now on.

legit, have you tried setting/using keymappings or HUD, im curious to see if its good on your side

Yea they seem to be working properly

<!-- gh-comment-id:3780802446 --> @Kurwei commented on GitHub (Jan 21, 2026): > > > > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > > > <img alt="Image" width="470" height="281" src="https://private-user-images.githubusercontent.com/225612957/538742308-bbc96ef1-8d19-4d92-a88e-a1a83b141ddb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMTksIm5iZiI6MTc2OTAyMzcxOSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyMzA4LWJiYzk2ZWYxLThkMTktNGQ5Mi1hODhlLWExYTgzYjE0MWRkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MGE4YjhmMDliN2ZmYTZkMWFlMzBhN2Q3OGY4YzU5OWM4MzYxYTdjZjczZDY5ZGMwZTg1M2JhMTkyMjNmY2JkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.QttNBvpUTNzPK7eeWSPAx3iqk28G9Kq1haGiPHEf2oM"> <img alt="Image" width="495" height="227" src="https://private-user-images.githubusercontent.com/225612957/538742576-31547477-d83e-45c4-9e18-3a5cf48fb571.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMTksIm5iZiI6MTc2OTAyMzcxOSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNTc2LTMxNTQ3NDc3LWQ4M2UtNDVjNC05ZTE4LTNhNWNmNDhmYjU3MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iYzVlMmQ3ZjY4MDdmMjRiZGYzODJhMTQ4MWFlNTBiZTgwYmY4NDlhMjM4YjFiMjkzYzIxNzFlZWQ1NzE0MDc0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.GKiNj2ut5O79AlojMBVOza1cc-qk6Q_EyW_dD4EJhPU"> <img alt="Image" width="466" height="269" src="https://private-user-images.githubusercontent.com/225612957/538742696-46767198-f832-49c1-b9f1-f215196b30c4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMTksIm5iZiI6MTc2OTAyMzcxOSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNjk2LTQ2NzY3MTk4LWY4MzItNDljMS1iOWYxLWYyMTUxOTZiMzBjNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lZjViMTU3NDNkNTgzZjY5ODAzMmZiM2VlNjc0ZjQxMDA2YmQ5ZDYxNWM2YmMxNzFkNWExZTZiMzJlY2RiMTc3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.2lUOqvc7Kj3EedfvGrmzazjLBiLlDm-4obPDHNJ0hIQ"> > > > > > > > > > I was abut to send practically the same thing, haha except mine works with the m1 iPad it seems turning Metal HUD or trying to set key mapping crashes it > > > > > > I hope everything goes well from now on. > > legit, have you tried setting/using keymappings or HUD, im curious to see if its good on your side Yea they seem to be working properly
Author
Owner

@requietor commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip

Image Image Image

I can launch: iPad Pro 13-inch 7th gen M4 and 16:9. thx

<!-- gh-comment-id:3780810749 --> @requietor commented on GitHub (Jan 21, 2026): > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > <img alt="Image" width="470" height="281" src="https://private-user-images.githubusercontent.com/225612957/538742308-bbc96ef1-8d19-4d92-a88e-a1a83b141ddb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMzUsIm5iZiI6MTc2OTAyMzczNSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyMzA4LWJiYzk2ZWYxLThkMTktNGQ5Mi1hODhlLWExYTgzYjE0MWRkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MTE0NjUwYjgwM2E5MThhNDk5ZWViZDdjYTkwOGZkZmExMWRhNGNkYTM0OTQzNzdjZmYzMzczZGU0MTYyODJjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.kKgWXNhgv2Zl95aaHDzJlyYkDBeuARAf8n1jNiBPIsE"> <img alt="Image" width="495" height="227" src="https://private-user-images.githubusercontent.com/225612957/538742576-31547477-d83e-45c4-9e18-3a5cf48fb571.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMzUsIm5iZiI6MTc2OTAyMzczNSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNTc2LTMxNTQ3NDc3LWQ4M2UtNDVjNC05ZTE4LTNhNWNmNDhmYjU3MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ZTI1MzlhY2E3Yjk4ODYxN2U3OGNkYzQxMGVmMWVjZTY1MGEyMjE5MDY3OGIzY2ViM2IzMzcxN2Y2OWNjZjhjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.6gtyJGUDGJWuFk9H-sxxvxw-GPDI-xJ8Z81KzqsZ-hc"> <img alt="Image" width="466" height="269" src="https://private-user-images.githubusercontent.com/225612957/538742696-46767198-f832-49c1-b9f1-f215196b30c4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjQwMzUsIm5iZiI6MTc2OTAyMzczNSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNjk2LTQ2NzY3MTk4LWY4MzItNDljMS1iOWYxLWYyMTUxOTZiMzBjNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTI4NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jOWE1MTQ0YzFlYjE0NzVkOWZhNzA1NWJkMDcyN2ZlZmFhMThjYjc4ZGY1NDQ3NDJiZmNiOGE3OTMwZWI2NjM3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.lpG9MX5yohANfFbY8jpTVawTsAGb3cyEMijWwQtaHOg"> I can launch: iPad Pro 13-inch 7th gen M4 and 16:9. thx
Author
Owner

@Mikyu0 commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip

Image Image Image

Omg it works thank you so much

<!-- gh-comment-id:3780840337 --> @Mikyu0 commented on GitHub (Jan 21, 2026): > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > <img alt="Image" width="470" height="281" src="https://private-user-images.githubusercontent.com/225612957/538742308-bbc96ef1-8d19-4d92-a88e-a1a83b141ddb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjUxMzQsIm5iZiI6MTc2OTAyNDgzNCwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyMzA4LWJiYzk2ZWYxLThkMTktNGQ5Mi1hODhlLWExYTgzYjE0MWRkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTQ3MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xYWFmMmI2MjQ5MmVhMzExZjQ2MGE3OWY4MWQ2MDFiNDIwMjgxZjM0OTc3YWI5MTUwZjZkOWYyN2FmNWFjYjQ3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.No7D_l9Hr10CfC-tCB763f95aByLYq3ned_eMUygDV0"> <img alt="Image" width="495" height="227" src="https://private-user-images.githubusercontent.com/225612957/538742576-31547477-d83e-45c4-9e18-3a5cf48fb571.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjUxMzQsIm5iZiI6MTc2OTAyNDgzNCwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNTc2LTMxNTQ3NDc3LWQ4M2UtNDVjNC05ZTE4LTNhNWNmNDhmYjU3MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTQ3MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00MGMwZGI0OTQyZWNjMTRkYzMyMWNjODYzOGU5ZWZlNTlmZGE0YjYzZGQ2NGFkMDdiNTZhOTkwYmVjYzM2ZTBmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.lQ78IO7hvxtFc1JfhgCJ5CBluq3AeMS0FUraFLD_ClE"> <img alt="Image" width="466" height="269" src="https://private-user-images.githubusercontent.com/225612957/538742696-46767198-f832-49c1-b9f1-f215196b30c4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkwMjUxMzQsIm5iZiI6MTc2OTAyNDgzNCwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNjk2LTQ2NzY3MTk4LWY4MzItNDljMS1iOWYxLWYyMTUxOTZiMzBjNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMVQxOTQ3MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lNDhiN2JmYmM5NzYxMTRhYjc5ZmNiMzIyY2RhNjUxNjM3MTlmZTYyYWE3NTNhNGE5MzE1OTkzZWIyYWY2ODEyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.GKvpLhgqUvhjxk72oMlGjVLuhwLtRxGPe3NNVPaEmxs"> Omg it works thank you so much
Author
Owner

@fisheggg commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip

Thanks, but this still is not working for me on M4 Pro MBP, MacOS 15.7.2 (24G325), CN server.

<!-- gh-comment-id:3780896170 --> @fisheggg commented on GitHub (Jan 21, 2026): > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip Thanks, but this still is not working for me on M4 Pro MBP, MacOS 15.7.2 (24G325), CN server.
Author
Owner

@Kurwei commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip

Thanks, but this still is not working for me on M4 Pro MBP, MacOS 15.7.2 (24G325), CN server.

i use M4 MBP too but i am using MacOS Tahoe 26.2 (25C56) and i am on eu server

<!-- gh-comment-id:3780947537 --> @Kurwei commented on GitHub (Jan 21, 2026): > > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > Thanks, but this still is not working for me on M4 Pro MBP, MacOS 15.7.2 (24G325), CN server. i use M4 MBP too but i am using MacOS Tahoe 26.2 (25C56) and i am on eu server
Author
Owner

@fisheggg commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip

Thanks, but this still is not working for me on M4 Pro MBP, MacOS 15.7.2 (24G325), CN server.

i use M4 MBP too but i am using MacOS Tahoe 26.2 (25C56) and i am on eu server

Thanks for your reply, I'll try the global version... I hope it's not cuz of the server

<!-- gh-comment-id:3780964329 --> @fisheggg commented on GitHub (Jan 21, 2026): > > > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > > > > > Thanks, but this still is not working for me on M4 Pro MBP, MacOS 15.7.2 (24G325), CN server. > > i use M4 MBP too but i am using MacOS Tahoe 26.2 (25C56) and i am on eu server Thanks for your reply, I'll try the global version... I hope it's not cuz of the server
Author
Owner

@Kurwei commented on GitHub (Jan 21, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip

Thanks, but this still is not working for me on M4 Pro MBP, MacOS 15.7.2 (24G325), CN server.

i use M4 MBP too but i am using MacOS Tahoe 26.2 (25C56) and i am on eu server

Thanks for your reply, I'll try the global version... I hope it's not cuz of the server

i hope you can find a solution good luck

<!-- gh-comment-id:3780973890 --> @Kurwei commented on GitHub (Jan 21, 2026): > > > > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > > > > > > > > Thanks, but this still is not working for me on M4 Pro MBP, MacOS 15.7.2 (24G325), CN server. > > > > > > i use M4 MBP too but i am using MacOS Tahoe 26.2 (25C56) and i am on eu server > > Thanks for your reply, I'll try the global version... I hope it's not cuz of the server i hope you can find a solution good luck
Author
Owner

@Brawl345 commented on GitHub (Jan 21, 2026):

Can also confirm the above version worked for me now but it downloaded some new updates compared to >5 hours ago when I last tested it so maybe it was fixed server-side?

<!-- gh-comment-id:3781378397 --> @Brawl345 commented on GitHub (Jan 21, 2026): Can also confirm the above version worked for me now but it downloaded some new updates compared to >5 hours ago when I last tested it so maybe it was fixed server-side?
Author
Owner

@mcc-devel commented on GitHub (Jan 22, 2026):

The issue was not resolved. CN version of Endfield.

<!-- gh-comment-id:3782132226 --> @mcc-devel commented on GitHub (Jan 22, 2026): The issue was not resolved. CN version of Endfield.
Author
Owner

@nyathea commented on GitHub (Jan 22, 2026):

it freezes for me on the title screen

<!-- gh-comment-id:3782150469 --> @nyathea commented on GitHub (Jan 22, 2026): it freezes for me on the title screen
Author
Owner

@bxsonic commented on GitHub (Jan 22, 2026):

I'm encountering a very odd issue with the game. So if I open the app and immediately try to enter the game, the game always freezes and I have to force quit the app. However, when I let the game sit in the title screen for like a minute or so, I am able to successfully start the game. I've now completed the opening section and also landed on Talos II without issues. I'm on Asian server and on Playcover Nightly 1368 and using the settings that was recommended here.

<!-- gh-comment-id:3782327098 --> @bxsonic commented on GitHub (Jan 22, 2026): I'm encountering a very odd issue with the game. So if I open the app and immediately try to enter the game, the game always freezes and I have to force quit the app. However, when I let the game sit in the title screen for like a minute or so, I am able to successfully start the game. I've now completed the opening section and also landed on Talos II without issues. I'm on Asian server and on Playcover Nightly 1368 and using the settings that was recommended here.
Author
Owner

@gachakaren101-code commented on GitHub (Jan 22, 2026):

I think I am going crazy iv tried al the settings suggested and it STILL crashes me when I try to keymap I think I am gonna just mouse game like an insane person if this keeps going

<!-- gh-comment-id:3782337038 --> @gachakaren101-code commented on GitHub (Jan 22, 2026): I think I am going crazy iv tried al the settings suggested and it STILL crashes me when I try to keymap I think I am gonna just mouse game like an insane person if this keeps going
Author
Owner

@kalyanshankar commented on GitHub (Jan 22, 2026):

still crashes on title screen

<!-- gh-comment-id:3782404656 --> @kalyanshankar commented on GitHub (Jan 22, 2026): still crashes on title screen
Author
Owner

@mocusez commented on GitHub (Jan 22, 2026):

Let me share my latest situation: I'm using the CN version of Endfield, configured with a Mac Mini M4 with Tahoe 26, and PlayCover is set to an iPhone 14 Pro Max, 1080p. After completing the tutorial chapters on other devices, PlayCover ran normally afterwards.

Currently, it seems completely random. I suspect it might be related to Unity's network communication?

<!-- gh-comment-id:3782419999 --> @mocusez commented on GitHub (Jan 22, 2026): Let me share my latest situation: I'm using the CN version of Endfield, configured with a Mac Mini M4 with Tahoe 26, and PlayCover is set to an iPhone 14 Pro Max, 1080p. After completing the tutorial chapters on other devices, PlayCover ran normally afterwards. Currently, it seems completely random. I suspect it might be related to Unity's network communication?
Author
Owner

@nuaboo commented on GitHub (Jan 22, 2026):

I'm having the same problem; I've tried all the configurations suggested above, but nothing has worked for me

<!-- gh-comment-id:3782519609 --> @nuaboo commented on GitHub (Jan 22, 2026): I'm having the same problem; I've tried all the configurations suggested above, but nothing has worked for me
Author
Owner

@Nguyencuong4283 commented on GitHub (Jan 22, 2026):

I'm having the same problem; I've tried all the configurations suggested above, but nothing has worked for me

which version are you using vn, cn or global

<!-- gh-comment-id:3782533452 --> @Nguyencuong4283 commented on GitHub (Jan 22, 2026): > I'm having the same problem; I've tried all the configurations suggested above, but nothing has worked for me which version are you using vn, cn or global
Author
Owner

@ImBada commented on GitHub (Jan 22, 2026):

This method works for me.

When you enter on the login screen don't click straight to play it, it's gonna freeze and crash, login and wait for like 2 minutes and then click on play

https://www.reddit.com/r/Endfield/comments/1qhn152/comment/o0zdq1e/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

<!-- gh-comment-id:3782709071 --> @ImBada commented on GitHub (Jan 22, 2026): This method works for me. > When you enter on the login screen don't click straight to play it, it's gonna freeze and crash, login and wait for like 2 minutes and then click on play https://www.reddit.com/r/Endfield/comments/1qhn152/comment/o0zdq1e/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
Author
Owner

@ffauzann commented on GitHub (Jan 22, 2026):

is anyone still having a problem with anti-cheat system popup? mine still happening even after messing up with the settings.
currently using latest nightly build from here https://github.com/PlayCover/PlayCover/actions/runs/21223275254#artifacts and the IPA from decrypt.day

Image Image Image Image
<!-- gh-comment-id:3783624601 --> @ffauzann commented on GitHub (Jan 22, 2026): is anyone still having a problem with anti-cheat system popup? mine still happening even after messing up with the settings. currently using latest nightly build from here https://github.com/PlayCover/PlayCover/actions/runs/21223275254#artifacts and the IPA from decrypt.day <img width="975" height="509" alt="Image" src="https://github.com/user-attachments/assets/8fd4a232-54c3-463e-bce4-3ca046099898" /> <img width="546" height="427" alt="Image" src="https://github.com/user-attachments/assets/fbfbd710-cda8-44b3-9ae1-ccf3eb542eb8" /> <img width="571" height="378" alt="Image" src="https://github.com/user-attachments/assets/a06a0ced-dfa0-4b2f-a65b-9da19aebfb39" /> <img width="563" height="433" alt="Image" src="https://github.com/user-attachments/assets/80a043f5-8a7e-47ec-85dc-599895cce543" />
Author
Owner

@ImBada commented on GitHub (Jan 22, 2026):

@ffauzann try disabling PlayChain debugging

<!-- gh-comment-id:3783685923 --> @ImBada commented on GitHub (Jan 22, 2026): @ffauzann try disabling PlayChain debugging
Author
Owner

@ffauzann commented on GitHub (Jan 22, 2026):

@ffauzann try disabling PlayChain debugging

still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day?

<!-- gh-comment-id:3783771756 --> @ffauzann commented on GitHub (Jan 22, 2026): > [@ffauzann](https://github.com/ffauzann) try disabling PlayChain debugging still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day?
Author
Owner

@ImBada commented on GitHub (Jan 22, 2026):

@ffauzann try disabling PlayChain debugging

still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day?

I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;(

Image Image Image
<!-- gh-comment-id:3783782346 --> @ImBada commented on GitHub (Jan 22, 2026): > > [@ffauzann](https://github.com/ffauzann) try disabling PlayChain debugging > > still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day? I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;( <img width="591" height="514" alt="Image" src="https://github.com/user-attachments/assets/f9d8d60a-6a45-4c5b-9cf4-27e94d63f7bd" /> <img width="590" height="418" alt="Image" src="https://github.com/user-attachments/assets/ebfb81ce-fe22-4073-889e-0ac5039fe647" /> <img width="622" height="501" alt="Image" src="https://github.com/user-attachments/assets/5667e627-1340-436c-92cb-f42cc11274e6" />
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 22, 2026):

I'm back, game runs fine for me now in 1440p all maxed settings on my M2 Pro, using the same options I shared yesterday. I'm on the global IPA from decrypt.day now and everything seems stable. This may just be an underlying issue with the Endfields client itself, especially since the game literally released today, and I doubt many people are focusing on mac support for the game yet.

<!-- gh-comment-id:3783873370 --> @LG5706-AaronMcCormick commented on GitHub (Jan 22, 2026): I'm back, game runs fine for me now in 1440p all maxed settings on my M2 Pro, using the same options I shared yesterday. I'm on the global IPA from decrypt.day now and everything seems stable. This may just be an underlying issue with the Endfields client itself, especially since the game literally released today, and I doubt many people are focusing on mac support for the game yet.
Author
Owner

@ffauzann commented on GitHub (Jan 22, 2026):

@ffauzann try disabling PlayChain debugging

still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day?

I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;(

Well, that only means my usual luck is bricked..

Wild guess, there is a slight chance it could be due to the Metal HUD I activated right before the anti-cheat alert keeps on appearing. And somehow even after reinstalling IPA and redownloading in-game data, the flag still got triggered. Although t was fine for the first several hours before enabling HUD. So please try to avoid your curiousity related to machine load 🔥

<!-- gh-comment-id:3783962316 --> @ffauzann commented on GitHub (Jan 22, 2026): > > > [@ffauzann](https://github.com/ffauzann) try disabling PlayChain debugging > > > > > > still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day? > > I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;( > > Well, that only means my usual luck is bricked.. Wild guess, there is a slight chance it could be due to the Metal HUD I activated right before the anti-cheat alert keeps on appearing. And somehow even after reinstalling IPA and redownloading in-game data, the flag still got triggered. Although t was fine for the first several hours before enabling HUD. So please try to avoid your curiousity related to machine load :fire:
Author
Owner

@mocusez commented on GitHub (Jan 22, 2026):

Shit, I hate ACE. This appeared 20 minutes ago. If it hadn't happened, I would have been very satisfied with my play today.

Image
<!-- gh-comment-id:3783966179 --> @mocusez commented on GitHub (Jan 22, 2026): Shit, I hate ACE. This appeared 20 minutes ago. If it hadn't happened, I would have been very satisfied with my play today. <img width="260" height="156" alt="Image" src="https://github.com/user-attachments/assets/c31f79ce-aef1-4c9a-af43-591c92d8ca55" />
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 22, 2026):

@ffauzann try disabling PlayChain debugging

still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day?

I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;(

Well, that only means my usual luck is bricked..

Wild guess, there is a slight chance it could be due to the Metal HUD I activated right before the anti-cheat alert keeps on appearing. And somehow even after reinstalling IPA and redownloading in-game data, the flag still got triggered. Although t was fine for the first several hours before enabling HUD. So please try to avoid your curiousity related to machine load 🔥

Metal HUD shouldn't be causing an issue as it's an internal development tool, but I suppose anything is possible now.

<!-- gh-comment-id:3783973335 --> @LG5706-AaronMcCormick commented on GitHub (Jan 22, 2026): > > > > [@ffauzann](https://github.com/ffauzann) try disabling PlayChain debugging > > > > > > > > > still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day? > > > > > > I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;( > > Well, that only means my usual luck is bricked.. > > Wild guess, there is a slight chance it could be due to the Metal HUD I activated right before the anti-cheat alert keeps on appearing. And somehow even after reinstalling IPA and redownloading in-game data, the flag still got triggered. Although t was fine for the first several hours before enabling HUD. So please try to avoid your curiousity related to machine load 🔥 Metal HUD shouldn't be causing an issue as it's an internal development tool, but I suppose anything is possible now.
Author
Owner

@mocusez commented on GitHub (Jan 22, 2026):

@ffauzann try disabling PlayChain debugging

still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day?

I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;(

Well, that only means my usual luck is bricked..
Wild guess, there is a slight chance it could be due to the Metal HUD I activated right before the anti-cheat alert keeps on appearing. And somehow even after reinstalling IPA and redownloading in-game data, the flag still got triggered. Although t was fine for the first several hours before enabling HUD. So please try to avoid your curiousity related to machine load 🔥

Metal HUD shouldn't be causing an issue as it's an internal development tool, but I suppose anything is possible now.

I'm sure something on the server must have been turned on. I played for 5 hours straight without making any changes.

<!-- gh-comment-id:3783984856 --> @mocusez commented on GitHub (Jan 22, 2026): > > > > > [@ffauzann](https://github.com/ffauzann) try disabling PlayChain debugging > > > > > > > > > > > > still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day? > > > > > > > > > I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;( > > > > > > Well, that only means my usual luck is bricked.. > > Wild guess, there is a slight chance it could be due to the Metal HUD I activated right before the anti-cheat alert keeps on appearing. And somehow even after reinstalling IPA and redownloading in-game data, the flag still got triggered. Although t was fine for the first several hours before enabling HUD. So please try to avoid your curiousity related to machine load 🔥 > > Metal HUD shouldn't be causing an issue as it's an internal development tool, but I suppose anything is possible now. I'm sure something on the server must have been turned on. I played for 5 hours straight without making any changes.
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 22, 2026):

@ffauzann try disabling PlayChain debugging

still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day?

I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;(

Well, that only means my usual luck is bricked..
Wild guess, there is a slight chance it could be due to the Metal HUD I activated right before the anti-cheat alert keeps on appearing. And somehow even after reinstalling IPA and redownloading in-game data, the flag still got triggered. Although t was fine for the first several hours before enabling HUD. So please try to avoid your curiousity related to machine load 🔥

Metal HUD shouldn't be causing an issue as it's an internal development tool, but I suppose anything is possible now.

I'm sure something on the server must have been turned on. I played for 5 hours straight without making any changes.

To think this wouldn't have even happened if they didn't drop MacOS support 2 days ago... now I have to play this on an 8 year old gaming rig that barely exceeds minimum requirements...

<!-- gh-comment-id:3783993951 --> @LG5706-AaronMcCormick commented on GitHub (Jan 22, 2026): > > > > > > [@ffauzann](https://github.com/ffauzann) try disabling PlayChain debugging > > > > > > > > > > > > > > > still appeared unfortunately. even after clearing PlayChain data and App Preference. or does anyone have clean global IPA aside the one from decrypt.day? > > > > > > > > > > > > I'm using the decrypt.day ipa file, here's my settings, M1 Max chip. never had an issue with anti-cheat message ;( > > > > > > > > > Well, that only means my usual luck is bricked.. > > > Wild guess, there is a slight chance it could be due to the Metal HUD I activated right before the anti-cheat alert keeps on appearing. And somehow even after reinstalling IPA and redownloading in-game data, the flag still got triggered. Although t was fine for the first several hours before enabling HUD. So please try to avoid your curiousity related to machine load 🔥 > > > > > > Metal HUD shouldn't be causing an issue as it's an internal development tool, but I suppose anything is possible now. > > I'm sure something on the server must have been turned on. I played for 5 hours straight without making any changes. To think this wouldn't have even happened if they didn't drop MacOS support 2 days ago... now I have to play this on an 8 year old gaming rig that barely exceeds minimum requirements...
Author
Owner

@Xgv3 commented on GitHub (Jan 22, 2026):

I've been personally testing this myself too, it seems it must be something to do with memory usage, as switching to the configuration for any iPhone with 6GB of ram (The 13PM and 14PM) seems to have fixed the issue (Or as far as I can tell so far). Hopefully this issue will be addressed in a a later patch of the game, or just the addition of proper Mac support.

I tried switching to iP14PM and it seems to be working. Thank you for this information.
Edit: It seems like the game isn't working when I try to log in.

<!-- gh-comment-id:3784330283 --> @Xgv3 commented on GitHub (Jan 22, 2026): > I've been personally testing this myself too, it seems it must be something to do with memory usage, as switching to the configuration for any iPhone with 6GB of ram (The 13PM and 14PM) seems to have fixed the issue (Or as far as I can tell so far). Hopefully this issue will be addressed in a a later patch of the game, or just the addition of proper Mac support. I tried switching to iP14PM and it seems to be working. Thank you for this information. Edit: It seems like the game isn't working when I try to log in.
Author
Owner

@RGS1111 commented on GitHub (Jan 22, 2026):

Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue?

<!-- gh-comment-id:3785641195 --> @RGS1111 commented on GitHub (Jan 22, 2026): Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue?
Author
Owner

@TempestAVAY commented on GitHub (Jan 22, 2026):

Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue?

me too tell me if u found a solution

<!-- gh-comment-id:3785854065 --> @TempestAVAY commented on GitHub (Jan 22, 2026): > Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue? me too tell me if u found a solution
Author
Owner

@KoroneSS commented on GitHub (Jan 22, 2026):

Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue?

I was playing for like 3-4 hours then i accidentally closed the game, then i open again i got that issue

<!-- gh-comment-id:3786005228 --> @KoroneSS commented on GitHub (Jan 22, 2026): > Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue? I was playing for like 3-4 hours then i accidentally closed the game, then i open again i got that issue
Author
Owner

@AIKlap commented on GitHub (Jan 22, 2026):

Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue?

Leaving the screen on the start page for ~2 minutes without touching anything circumvents this issue for me. But another issue popped up just now. The game crashes after I leave it on the start page for around 45 seconds, so I can't play it anymore. Tell me if you meet the same issue/have a solution.

<!-- gh-comment-id:3786107884 --> @AIKlap commented on GitHub (Jan 22, 2026): > Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue? Leaving the screen on the start page for ~2 minutes without touching anything circumvents this issue for me. But another issue popped up just now. The game crashes after I leave it on the start page for around 45 seconds, so I can't play it anymore. Tell me if you meet the same issue/have a solution.
Author
Owner

@deki-haibane commented on GitHub (Jan 22, 2026):

The anti-cheat program (ACE) used in the game has been updated, and it appears that the Playcover environment has been blocked.
As this was not a legitimate playing environment to begin with, it is unlikely that this will be improved.
We can only hope that a Mac version will be released.

<!-- gh-comment-id:3786145859 --> @deki-haibane commented on GitHub (Jan 22, 2026): The anti-cheat program (ACE) used in the game has been updated, and it appears that the Playcover environment has been blocked. As this was not a legitimate playing environment to begin with, it is unlikely that this will be improved. We can only hope that a Mac version will be released.
Author
Owner

@mayanksumra commented on GitHub (Jan 22, 2026):

The anti-cheat program (ACE) used in the game has been updated, and it appears that the Playcover environment has been blocked. As this was not a legitimate playing environment to begin with, it is unlikely that this will be improved. We can only hope that a Mac version will be released.

yes game stopped working

<!-- gh-comment-id:3786374904 --> @mayanksumra commented on GitHub (Jan 22, 2026): > The anti-cheat program (ACE) used in the game has been updated, and it appears that the Playcover environment has been blocked. As this was not a legitimate playing environment to begin with, it is unlikely that this will be improved. We can only hope that a Mac version will be released. yes game stopped working
Author
Owner

@RGS1111 commented on GitHub (Jan 22, 2026):

The anti-cheat program (ACE) used in the game has been updated, and it appears that the Playcover environment has been blocked. As this was not a legitimate playing environment to begin with, it is unlikely that this will be improved. We can only hope that a Mac version will be released.

Either this, or hope that playcover improves the ‘experimental bypass jailbreak’ sometime soon and is able to work around this. Do u reckon we can make specific requests to playcover devs/contributors ?

<!-- gh-comment-id:3786734588 --> @RGS1111 commented on GitHub (Jan 22, 2026): > The anti-cheat program (ACE) used in the game has been updated, and it appears that the Playcover environment has been blocked. As this was not a legitimate playing environment to begin with, it is unlikely that this will be improved. We can only hope that a Mac version will be released. Either this, or hope that playcover improves the ‘experimental bypass jailbreak’ sometime soon and is able to work around this. Do u reckon we can make specific requests to playcover devs/contributors ?
Author
Owner

@the-jason-json commented on GitHub (Jan 23, 2026):

Image Right just tested it and it still works for me. It's best to wait 30 sec to a minute before pressing the "Tap to Continue" part at the beginning
<!-- gh-comment-id:3787517369 --> @the-jason-json commented on GitHub (Jan 23, 2026): <img width="1357" height="869" alt="Image" src="https://github.com/user-attachments/assets/27a7604f-ee60-4096-bef4-681e754e99b2" /> Right just tested it and it still works for me. It's best to wait 30 sec to a minute before pressing the "Tap to Continue" part at the beginning
Author
Owner

@bxsonic commented on GitHub (Jan 23, 2026):

Still works for me. Strange that some are unable to play the game.

Update: Getting the jailbroken detected warning as well. Game is now unplayable

<!-- gh-comment-id:3787768686 --> @bxsonic commented on GitHub (Jan 23, 2026): Still works for me. Strange that some are unable to play the game. Update: Getting the jailbroken detected warning as well. Game is now unplayable
Author
Owner

@dik111 commented on GitHub (Jan 23, 2026):

cn server crashed again after game updated

<!-- gh-comment-id:3787824962 --> @dik111 commented on GitHub (Jan 23, 2026): cn server crashed again after game updated
Author
Owner

@Carlos-Mero commented on GitHub (Jan 23, 2026):

Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue?

I was playing for like 3-4 hours then i accidentally closed the game, then i open again i got that issue

Same for me, sad

<!-- gh-comment-id:3787925495 --> @Carlos-Mero commented on GitHub (Jan 23, 2026): > > Ok, so after playing 1 game, when opening it up again the second time, it crashes on the 'tap to start' screen, anyone have this issue? > > I was playing for like 3-4 hours then i accidentally closed the game, then i open again i got that issue Same for me, sad
Author
Owner

@LinSHP commented on GitHub (Jan 23, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip

Image Image Image

work for me

<!-- gh-comment-id:3787994307 --> @LinSHP commented on GitHub (Jan 23, 2026): > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > <img alt="Image" width="470" height="281" src="https://private-user-images.githubusercontent.com/225612957/538742308-bbc96ef1-8d19-4d92-a88e-a1a83b141ddb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkxMzkyNTIsIm5iZiI6MTc2OTEzODk1MiwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyMzA4LWJiYzk2ZWYxLThkMTktNGQ5Mi1hODhlLWExYTgzYjE0MWRkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyM1QwMzI5MTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zZDQwNzk2YTU3OTZmMDc3MTg2ZTk1NTY0YTZhODM3M2Y1MTAzYzczZTY1ZDExY2VmMmQ2NmMyNWIzMTE1NjdiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.seFLE06sjQsMCBbOUYnSNIYMe_VGoCX7oj6-y-pHX_Y"> <img alt="Image" width="495" height="227" src="https://private-user-images.githubusercontent.com/225612957/538742576-31547477-d83e-45c4-9e18-3a5cf48fb571.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkxMzkyNTIsIm5iZiI6MTc2OTEzODk1MiwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNTc2LTMxNTQ3NDc3LWQ4M2UtNDVjNC05ZTE4LTNhNWNmNDhmYjU3MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyM1QwMzI5MTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xYzA1MmU2ZWZjYzdjODU2ZDYwNTEyM2M0YzNlNmQ5MGExOWNmY2M2NjQxYmM4ODI3MjIwMDFiMjc5YzFmNjUwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.4bIQpO4NCBxs1v7gww8TCwcByLF_zHa8Clsg17wc6Rk"> <img alt="Image" width="466" height="269" src="https://private-user-images.githubusercontent.com/225612957/538742696-46767198-f832-49c1-b9f1-f215196b30c4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkxMzkyNTIsIm5iZiI6MTc2OTEzODk1MiwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNjk2LTQ2NzY3MTk4LWY4MzItNDljMS1iOWYxLWYyMTUxOTZiMzBjNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyM1QwMzI5MTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05ZDk3NTY0ZTY4MzAzNDM1ODZmYjExN2E0ODkyMjkyMDA3MmNmMmRhMGY0ZWM5NTY1NDcxMmE0YmQ3ZGUyNGFlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.7tPtOyKoH0cm3nvnqGZW51vAA-gQrHFMUbAD1idlJDk"> work for me
Author
Owner

@LinSHP commented on GitHub (Jan 23, 2026):

btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip
Image Image Image

work for me

after update it crash and there is jailbreak detect

<!-- gh-comment-id:3788140744 --> @LinSHP commented on GitHub (Jan 23, 2026): > > btw now it just works i dont know how but i am sending my settings i use this version of playcover : https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_1367.dmg.zip > > <img alt="Image" width="470" height="281" src="https://private-user-images.githubusercontent.com/225612957/538742308-bbc96ef1-8d19-4d92-a88e-a1a83b141ddb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkxMzkyNTIsIm5iZiI6MTc2OTEzODk1MiwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyMzA4LWJiYzk2ZWYxLThkMTktNGQ5Mi1hODhlLWExYTgzYjE0MWRkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyM1QwMzI5MTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zZDQwNzk2YTU3OTZmMDc3MTg2ZTk1NTY0YTZhODM3M2Y1MTAzYzczZTY1ZDExY2VmMmQ2NmMyNWIzMTE1NjdiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.seFLE06sjQsMCBbOUYnSNIYMe_VGoCX7oj6-y-pHX_Y"> <img alt="Image" width="495" height="227" src="https://private-user-images.githubusercontent.com/225612957/538742576-31547477-d83e-45c4-9e18-3a5cf48fb571.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkxMzkyNTIsIm5iZiI6MTc2OTEzODk1MiwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNTc2LTMxNTQ3NDc3LWQ4M2UtNDVjNC05ZTE4LTNhNWNmNDhmYjU3MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyM1QwMzI5MTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xYzA1MmU2ZWZjYzdjODU2ZDYwNTEyM2M0YzNlNmQ5MGExOWNmY2M2NjQxYmM4ODI3MjIwMDFiMjc5YzFmNjUwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.4bIQpO4NCBxs1v7gww8TCwcByLF_zHa8Clsg17wc6Rk"> <img alt="Image" width="466" height="269" src="https://private-user-images.githubusercontent.com/225612957/538742696-46767198-f832-49c1-b9f1-f215196b30c4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkxMzkyNTIsIm5iZiI6MTc2OTEzODk1MiwicGF0aCI6Ii8yMjU2MTI5NTcvNTM4NzQyNjk2LTQ2NzY3MTk4LWY4MzItNDljMS1iOWYxLWYyMTUxOTZiMzBjNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyM1QwMzI5MTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05ZDk3NTY0ZTY4MzAzNDM1ODZmYjExN2E0ODkyMjkyMDA3MmNmMmRhMGY0ZWM5NTY1NDcxMmE0YmQ3ZGUyNGFlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.7tPtOyKoH0cm3nvnqGZW51vAA-gQrHFMUbAD1idlJDk"> > > work for me after update it crash and there is jailbreak detect
Author
Owner

@AIKlap commented on GitHub (Jan 23, 2026):

after update it crash and there is jailbreak detect

Having the same issue rn

<!-- gh-comment-id:3788179363 --> @AIKlap commented on GitHub (Jan 23, 2026): > after update it crash and there is jailbreak detect Having the same issue rn
Author
Owner

@g0rDo47 commented on GitHub (Jan 23, 2026):

THERE'S A FIX!

So, to boot up Endfield:

  1. Launch the game
  2. Wait on menu screen until the melody turns serious
  3. Press to continue and enter the game
  4. Immediately press command + K on loading screen and wait for jailbreak dialog box to appear
  5. Once the jailbreak dialog box appears, press command + K again to bypass it
  6. Play :)

Can confirm it worked for me. For reference I am running Playcover Nightly

<!-- gh-comment-id:3788315594 --> @g0rDo47 commented on GitHub (Jan 23, 2026): THERE'S A FIX! So, to boot up Endfield: 1. Launch the game 2. Wait on menu screen until the melody turns serious 3. Press to continue and enter the game 4. Immediately press command + K on loading screen and wait for jailbreak dialog box to appear 5. Once the jailbreak dialog box appears, press command + K again to bypass it 6. Play :) Can confirm it worked for me. **For reference I am running Playcover Nightly**
Author
Owner

@WTHH031230 commented on GitHub (Jan 23, 2026):

THERE'S A FIX!

So, to boot up Endfield:

  1. Launch the game
  2. Wait on menu screen until the melody turns serious
  3. Press to continue and enter the game
  4. Immediately press command + K on loading screen and wait for jailbreak dialog box to appear
  5. Once the jailbreak dialog box appears, press command + K again to bypass it
  6. Play :)

Can confirm it worked for me. For reference I am running Playcover Nightly

It works! But after a minute, it still crashed on my device. Can you share your PlayCover settings?

<!-- gh-comment-id:3788440883 --> @WTHH031230 commented on GitHub (Jan 23, 2026): > THERE'S A FIX! > > So, to boot up Endfield: > > 1. Launch the game > 2. Wait on menu screen until the melody turns serious > 3. Press to continue and enter the game > 4. Immediately press command + K on loading screen and wait for jailbreak dialog box to appear > 5. Once the jailbreak dialog box appears, press command + K again to bypass it > 6. Play :) > > Can confirm it worked for me. **For reference I am running Playcover Nightly** It works! But after a minute, it still crashed on my device. Can you share your PlayCover settings?
Author
Owner

@SubeetKD commented on GitHub (Jan 23, 2026):

THERE'S A FIX!

So, to boot up Endfield:

  1. Launch the game
  2. Wait on menu screen until the melody turns serious
  3. Press to continue and enter the game
  4. Immediately press command + K on loading screen and wait for jailbreak dialog box to appear
  5. Once the jailbreak dialog box appears, press command + K again to bypass it
  6. Play :)

Can confirm it worked for me. For reference I am running Playcover Nightly

I can open it but after few seconds this message pops up.

Image
<!-- gh-comment-id:3788639422 --> @SubeetKD commented on GitHub (Jan 23, 2026): > THERE'S A FIX! > > So, to boot up Endfield: > > 1. Launch the game > 2. Wait on menu screen until the melody turns serious > 3. Press to continue and enter the game > 4. Immediately press command + K on loading screen and wait for jailbreak dialog box to appear > 5. Once the jailbreak dialog box appears, press command + K again to bypass it > 6. Play :) > > Can confirm it worked for me. **For reference I am running Playcover Nightly** I can open it but after few seconds this message pops up. <img width="712" height="606" alt="Image" src="https://github.com/user-attachments/assets/0b49f544-41fc-4c16-86d9-2716f02228a0" />
Author
Owner

@g0rDo47 commented on GitHub (Jan 23, 2026):

@WTHH031230 My Playcover Nightly settings are all the default options. For Arknights, all settings on Playcover are default options as well.

@SubeetKD This fix is supposed to solve the jailbreak issue. Plus, your error message looks a bit different than mine, but I'm not sure if that depends on device, etc.

<!-- gh-comment-id:3788677880 --> @g0rDo47 commented on GitHub (Jan 23, 2026): @WTHH031230 My Playcover Nightly settings are all the default options. For Arknights, all settings on Playcover are default options as well. @SubeetKD This fix is supposed to solve the jailbreak issue. Plus, your error message looks a bit different than mine, but I'm not sure if that depends on device, etc.
Author
Owner

@SammySJ commented on GitHub (Jan 23, 2026):

THERE'S A FIX!

So, to boot up Endfield:

1. Launch the game

2. Wait on menu screen until the melody turns serious

3. Press to continue and enter the game

4. Immediately press command + K on loading screen and wait for jailbreak dialog box to appear

5. Once the jailbreak dialog box appears, press command + K again to bypass it

6. Play :)

Can confirm it worked for me. For reference I am running Playcover Nightly

This works for me also, a bit worried they'll keep patching the bypassess though. Wish they just lauched the game with macOS support or been on GeForce Now.

Anyone know how to get the game to render at a higher resolution? No matter what settings I select the game seems to render internally at a much lower resolution, alongside that there's no options beyond 60 FPS available.

<!-- gh-comment-id:3788794895 --> @SammySJ commented on GitHub (Jan 23, 2026): > THERE'S A FIX! > > So, to boot up Endfield: > > 1. Launch the game > > 2. Wait on menu screen until the melody turns serious > > 3. Press to continue and enter the game > > 4. Immediately press command + K on loading screen and wait for jailbreak dialog box to appear > > 5. Once the jailbreak dialog box appears, press command + K again to bypass it > > 6. Play :) > > > Can confirm it worked for me. **For reference I am running Playcover Nightly** This works for me also, a bit worried they'll keep patching the bypassess though. Wish they just lauched the game with macOS support or been on GeForce Now. Anyone know how to get the game to render at a higher resolution? No matter what settings I select the game seems to render internally at a much lower resolution, alongside that there's no options beyond 60 FPS available.
Author
Owner

@g0rDo47 commented on GitHub (Jan 23, 2026):

You can just force apply the highest settings I believe, which is what I did. Also, 60 FPS is the highest mobile version will go to, because it's mobile.

<!-- gh-comment-id:3788802868 --> @g0rDo47 commented on GitHub (Jan 23, 2026): You can just force apply the highest settings I believe, which is what I did. Also, 60 FPS is the highest mobile version will go to, because it's mobile.
Author
Owner

@SammySJ commented on GitHub (Jan 23, 2026):

You can just force apply the highest settings I believe, which is what I did. Also, 60 FPS is the highest mobile version will go to, because it's mobile.

Yeah I have the game maxed out on the M4 iPad setting, unfortunately the game still renders at a low resolution which is fine for an iPad for a Macbook screen but when you display it on a larger 4K monitor its very apparent.

<!-- gh-comment-id:3789156268 --> @SammySJ commented on GitHub (Jan 23, 2026): > You can just force apply the highest settings I believe, which is what I did. Also, 60 FPS is the highest mobile version will go to, because it's mobile. Yeah I have the game maxed out on the M4 iPad setting, unfortunately the game still renders at a low resolution which is fine for an iPad for a Macbook screen but when you display it on a larger 4K monitor its very apparent.
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 23, 2026):

So yeah, I'm getting the same jailbreak detect issue now. Worked fine for several hours yesterday. Now won't let me play, although with a controller connected I can keep playing with the jailbreak dialogue box showing over it. In case you need to play on a lower end system, my i7-8700 and GTX 1070 with a slight overclock combo can run the game at max settings 1080p at around 90fps.

<!-- gh-comment-id:3789469913 --> @LG5706-AaronMcCormick commented on GitHub (Jan 23, 2026): So yeah, I'm getting the same jailbreak detect issue now. Worked fine for several hours yesterday. Now won't let me play, although with a controller connected I can keep playing with the jailbreak dialogue box showing over it. In case you need to play on a lower end system, my i7-8700 and GTX 1070 with a slight overclock combo can run the game at max settings 1080p at around 90fps.
Author
Owner

@Brawl345 commented on GitHub (Jan 23, 2026):

As written above you need to open the keymapping editor when loading into the game, then wait for the dialogue box to appear and then close the editor again (both CMD+K as shortcut) so the box disappears and then everything works correctly (for how long is the next question...). Make sure you have Keymapping enabled.

<!-- gh-comment-id:3789618911 --> @Brawl345 commented on GitHub (Jan 23, 2026): As written above you need to open the keymapping editor when loading into the game, then wait for the dialogue box to appear and then close the editor again (both CMD+K as shortcut) so the box disappears and then everything works correctly (for how long is the next question...). Make sure you have Keymapping enabled.
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 23, 2026):

Yes, I understand this, but this could (Not will) result in a ban in the long term, and I don't want to take that risk yet.

<!-- gh-comment-id:3789906936 --> @LG5706-AaronMcCormick commented on GitHub (Jan 23, 2026): Yes, I understand this, but this could (Not will) result in a ban in the long term, and I don't want to take that risk yet.
Author
Owner

@c01nd01r commented on GitHub (Jan 23, 2026):

Yeah I have the game maxed out on the M4 iPad setting, unfortunately the game still renders at a low resolution which is fine for an iPad for a Macbook screen but when you display it on a larger 4K monitor its very apparent.

I don't think this is possible.
Lower quality textures are loaded for the mobile version.

<!-- gh-comment-id:3790680199 --> @c01nd01r commented on GitHub (Jan 23, 2026): > Yeah I have the game maxed out on the M4 iPad setting, unfortunately the game still renders at a low resolution which is fine for an iPad for a Macbook screen but when you display it on a larger 4K monitor its very apparent. I don't think this is possible. Lower quality textures are loaded for the mobile version.
Author
Owner

@Kurwei commented on GitHub (Jan 23, 2026):

and its not working again after like 1 minute of main screen, game just crashes silently

<!-- gh-comment-id:3791202099 --> @Kurwei commented on GitHub (Jan 23, 2026): and its not working again after like 1 minute of main screen, game just crashes silently
Author
Owner

@gachakaren101-code commented on GitHub (Jan 23, 2026):

well shieeettt its not working anymore

<!-- gh-comment-id:3791244010 --> @gachakaren101-code commented on GitHub (Jan 23, 2026): well shieeettt its not working anymore
Author
Owner

@Kurwei commented on GitHub (Jan 23, 2026):

lets give up and spam their emails with "add macOS support!"

<!-- gh-comment-id:3791253353 --> @Kurwei commented on GitHub (Jan 23, 2026): lets give up and spam their emails with "add macOS support!"
Author
Owner

@mridley312 commented on GitHub (Jan 23, 2026):

I've been trying to play and I can't get past the account creation screen. I try to sign in through google and it keeps crashing as I enter my date of birth. I'm using the nightly release and I matched my settings to the ones people are using but it doesn't seem to work.

<!-- gh-comment-id:3791316378 --> @mridley312 commented on GitHub (Jan 23, 2026): I've been trying to play and I can't get past the account creation screen. I try to sign in through google and it keeps crashing as I enter my date of birth. I'm using the nightly release and I matched my settings to the ones people are using but it doesn't seem to work.
Author
Owner

@robinbanksp00p3892818-cmyk commented on GitHub (Jan 23, 2026):

Yes its crashing again, I was playing for a while yesterday and it was running smoothly with no issues.

<!-- gh-comment-id:3791384586 --> @robinbanksp00p3892818-cmyk commented on GitHub (Jan 23, 2026): Yes its crashing again, I was playing for a while yesterday and it was running smoothly with no issues.
Author
Owner

@Kurwei commented on GitHub (Jan 23, 2026):

btw i cant even open the game anymore it just gives me this screen that i can't even click

Image
<!-- gh-comment-id:3791457376 --> @Kurwei commented on GitHub (Jan 23, 2026): btw i cant even open the game anymore it just gives me this screen that i can't even click <img width="544" height="680" alt="Image" src="https://github.com/user-attachments/assets/aad16939-95fb-411a-ac41-50a7c5067ddc" />
Author
Owner

@Kurwei commented on GitHub (Jan 23, 2026):

btw i cant even open the game anymore it just gives me this screen that i can't even click

Image

alr i fixed this but still game closes after 1 minute

<!-- gh-comment-id:3791528014 --> @Kurwei commented on GitHub (Jan 23, 2026): > btw i cant even open the game anymore it just gives me this screen that i can't even click > > <img alt="Image" width="544" height="680" src="https://private-user-images.githubusercontent.com/225612957/539882730-aad16939-95fb-411a-ac41-50a7c5067ddc.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkxOTExODEsIm5iZiI6MTc2OTE5MDg4MSwicGF0aCI6Ii8yMjU2MTI5NTcvNTM5ODgyNzMwLWFhZDE2OTM5LTk1ZmItNDExYS1hYzQxLTUwYTdjNTA2N2RkYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyM1QxNzU0NDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xZDg2YTlhY2Q3Njc4Y2IyMjM3YjU4YmIyZjQ5ZjhiM2NjZDNkMDRkNjRlYTg0NThmODU1Y2M2MTIzYmZjMmNjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.w6kyExrQLQCTbrDBBtj0kk50UdDnG-ZhynUZad3gp3w"> alr i fixed this but still game closes after 1 minute
Author
Owner

@UltraDrakon commented on GitHub (Jan 23, 2026):

this isnt completely relevant to playcover but, does Bluestacks work? I dont want to be missing out on a bunch of progress while not being able to play because of the crash

<!-- gh-comment-id:3791638816 --> @UltraDrakon commented on GitHub (Jan 23, 2026): this isnt completely relevant to playcover but, does Bluestacks work? I dont want to be missing out on a bunch of progress while not being able to play because of the crash
Author
Owner

@robinbanksp00p3892818-cmyk commented on GitHub (Jan 23, 2026):

this isnt completely relevant to playcover but, does Bluestacks work? I dont want to be missing out on a bunch of progress while not being able to play because of the crash

Yes, blue stacks does work

<!-- gh-comment-id:3791699243 --> @robinbanksp00p3892818-cmyk commented on GitHub (Jan 23, 2026): > this isnt completely relevant to playcover but, does Bluestacks work? I dont want to be missing out on a bunch of progress while not being able to play because of the crash Yes, blue stacks does work
Author
Owner

@nyathea commented on GitHub (Jan 24, 2026):

the game just crashes for me now. i just gave up and started using mumuplayer

<!-- gh-comment-id:3793416374 --> @nyathea commented on GitHub (Jan 24, 2026): the game just crashes for me now. i just gave up and started using mumuplayer
Author
Owner

@mcc-devel commented on GitHub (Jan 24, 2026):

this isnt completely relevant to playcover but, does Bluestacks work? I dont want to be missing out on a bunch of progress while not being able to play because of the crash

Do not expect satisfactory performance. There will be a LOT of lag.

<!-- gh-comment-id:3793577771 --> @mcc-devel commented on GitHub (Jan 24, 2026): > this isnt completely relevant to playcover but, does Bluestacks work? I dont want to be missing out on a bunch of progress while not being able to play because of the crash Do not expect satisfactory performance. There will be a LOT of lag.
Author
Owner

@bxsonic commented on GitHub (Jan 24, 2026):

The game started working again for me. Still has to wait in the title screen and bypass the jailbreak message but it doesn't crash anymore like it did yesterday.

<!-- gh-comment-id:3793602678 --> @bxsonic commented on GitHub (Jan 24, 2026): The game started working again for me. Still has to wait in the title screen and bypass the jailbreak message but it doesn't crash anymore like it did yesterday.
Author
Owner

@CoolStoryB commented on GitHub (Jan 24, 2026):

Still can't get passed this Jailbreak message

<!-- gh-comment-id:3794281563 --> @CoolStoryB commented on GitHub (Jan 24, 2026): Still can't get passed this Jailbreak message
Author
Owner

@KoroneSS commented on GitHub (Jan 24, 2026):

this isnt completely relevant to playcover but, does Bluestacks work? I dont want to be missing out on a bunch of progress while not being able to play because of the crash

Yes, blue stacks does work

I have a problem about loading map, like getting into dijang. It froze at loading screen and I would have to re-open bluestack again. Is there any way I can fix that?

<!-- gh-comment-id:3794760473 --> @KoroneSS commented on GitHub (Jan 24, 2026): > > this isnt completely relevant to playcover but, does Bluestacks work? I dont want to be missing out on a bunch of progress while not being able to play because of the crash > > Yes, blue stacks does work I have a problem about loading map, like getting into dijang. It froze at loading screen and I would have to re-open bluestack again. Is there any way I can fix that?
Author
Owner

@Nishkarsh-Varshney commented on GitHub (Jan 25, 2026):

Any Update? Is it working now?

<!-- gh-comment-id:3797087777 --> @Nishkarsh-Varshney commented on GitHub (Jan 25, 2026): Any Update? Is it working now?
Author
Owner

@Carlos-Mero commented on GitHub (Jan 26, 2026):

Any Update? Is it working now?

Not at all...

<!-- gh-comment-id:3798479055 --> @Carlos-Mero commented on GitHub (Jan 26, 2026): > Any Update? Is it working now? Not at all...
Author
Owner

@C0rupted commented on GitHub (Jan 26, 2026):

I got mine working using the IPA from armconvert.com decrypted app store. You will need an account though. The download failed a bit, but I kept spamming retry and it completed just fine.

Still need to do the jailbreak warning workaround, but it no longer crashes. I also reinstalled completely, but I’m not sure how relevant it was to fixing it.

<!-- gh-comment-id:3798674874 --> @C0rupted commented on GitHub (Jan 26, 2026): I got mine working using the IPA from armconvert.com decrypted app store. You will need an account though. The download failed a bit, but I kept spamming retry and it completed just fine. Still need to do the jailbreak warning workaround, but it no longer crashes. I also reinstalled completely, but I’m not sure how relevant it was to fixing it.
Author
Owner

@Artemon4ik8091 commented on GitHub (Jan 26, 2026):

I installed the game with Decrypt day and it works perfectly for me. I wait a minute on the start screen and at the loading stage I press the button Command + K as described above and everything works fine.

<!-- gh-comment-id:3798869322 --> @Artemon4ik8091 commented on GitHub (Jan 26, 2026): I installed the game with Decrypt day and it works perfectly for me. I wait a minute on the start screen and at the loading stage I press the button Command + K as described above and everything works fine.
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 26, 2026):

There's a post in the official AKEF discord server now for MacOS support with (At the time) the most votes on a feedback. If you're on the server, go vote on it because it wouldn't take a second to just let the mobile version run through the app store natively on Mac.

<!-- gh-comment-id:3799289884 --> @LG5706-AaronMcCormick commented on GitHub (Jan 26, 2026): There's a post in the official AKEF discord server now for MacOS support with (At the time) the most votes on a feedback. If you're on the server, go vote on it because it wouldn't take a second to just let the mobile version run through the app store natively on Mac.
Author
Owner

@CoolStoryB commented on GitHub (Jan 26, 2026):

crashing again

<!-- gh-comment-id:3800429674 --> @CoolStoryB commented on GitHub (Jan 26, 2026): crashing again
Author
Owner

@Artezmauer commented on GitHub (Jan 26, 2026):

There's a post in the official AKEF discord server now for MacOS support with (At the time) the most votes on a feedback. If you're on the server, go vote on it because it wouldn't take a second to just let the mobile version run through the app store natively on Mac.

Could you please share the link - cant find it xP

<!-- gh-comment-id:3800483282 --> @Artezmauer commented on GitHub (Jan 26, 2026): > There's a post in the official AKEF discord server now for MacOS support with (At the time) the most votes on a feedback. If you're on the server, go vote on it because it wouldn't take a second to just let the mobile version run through the app store natively on Mac. Could you please share the link - cant find it xP
Author
Owner

@Kurwei commented on GitHub (Jan 26, 2026):

There's a post in the official AKEF discord server now for MacOS support with (At the time) the most votes on a feedback. If you're on the server, go vote on it because it wouldn't take a second to just let the mobile version run through the app store natively on Mac.

Could you please share the link - cant find it xP

i think its this one https://discord.com/channels/950244160684834837/1463981660772237343

<!-- gh-comment-id:3801487654 --> @Kurwei commented on GitHub (Jan 26, 2026): > > There's a post in the official AKEF discord server now for MacOS support with (At the time) the most votes on a feedback. If you're on the server, go vote on it because it wouldn't take a second to just let the mobile version run through the app store natively on Mac. > > Could you please share the link - cant find it xP i think its this one https://discord.com/channels/950244160684834837/1463981660772237343
Author
Owner

@Seboss987 commented on GitHub (Jan 26, 2026):

Hello, for the last 12 hours after a disconnect because of inactivity the game has been crashing for me after 30secs-1min, I´ve deleted all the files and installed everything again, and even updated to the lastest version of PC Nightly and tested a lot of Playcover setting but the crashes are still happening, just leaving the information out there for anyone

<!-- gh-comment-id:3802090076 --> @Seboss987 commented on GitHub (Jan 26, 2026): Hello, for the last 12 hours after a disconnect because of inactivity the game has been crashing for me after 30secs-1min, I´ve deleted all the files and installed everything again, and even updated to the lastest version of PC Nightly and tested a lot of Playcover setting but the crashes are still happening, just leaving the information out there for anyone
Author
Owner

@ffauzann commented on GitHub (Jan 27, 2026):

Hello, for the last 12 hours after a disconnect because of inactivity the game has been crashing for me after 30secs-1min, I´ve deleted all the files and installed everything again, and even updated to the lastest version of PC Nightly and tested a lot of Playcover setting but the crashes are still happening, just leaving the information out there for anyone

There's a possibility that they patched it as of today's patch. And yes, even clean install wouldn't help. Same thing happened to me couple days ago and somehow the game fixed itself within 24 hours or so. Now it's happening again. I dont think there's anything we can do anymore for now. PlayCover tried its best 🥀

<!-- gh-comment-id:3804116136 --> @ffauzann commented on GitHub (Jan 27, 2026): > Hello, for the last 12 hours after a disconnect because of inactivity the game has been crashing for me after 30secs-1min, I´ve deleted all the files and installed everything again, and even updated to the lastest version of PC Nightly and tested a lot of Playcover setting but the crashes are still happening, just leaving the information out there for anyone There's a possibility that they patched it as of today's patch. And yes, even clean install wouldn't help. Same thing happened to me couple days ago and somehow the game fixed itself within 24 hours or so. Now it's happening again. I dont think there's anything we can do anymore for now. PlayCover tried its best 🥀
Author
Owner

@Kurwei commented on GitHub (Jan 27, 2026):

crash after 1 min is related to time https://www.reddit.com/r/Endfield/comments/1qhn152/endfield_works_on_mac_playcover/

<!-- gh-comment-id:3806035099 --> @Kurwei commented on GitHub (Jan 27, 2026): crash after 1 min is related to time https://www.reddit.com/r/Endfield/comments/1qhn152/endfield_works_on_mac_playcover/
Author
Owner

@Kurwei commented on GitHub (Jan 28, 2026):

it doesn't work anymore

<!-- gh-comment-id:3809884411 --> @Kurwei commented on GitHub (Jan 28, 2026): it doesn't work anymore
Author
Owner

@Nishkarsh-Varshney commented on GitHub (Jan 29, 2026):

it doesn't work anymore

Mine worked yesterday after 8PM. It seen like the only problem is to enter the game and pass the jailbreak warning after that It never crashes once you are successful. I played from 8PM to 6AM with no problem at all.

<!-- gh-comment-id:3816017935 --> @Nishkarsh-Varshney commented on GitHub (Jan 29, 2026): > it doesn't work anymore Mine worked yesterday after 8PM. It seen like the only problem is to enter the game and pass the jailbreak warning after that It never crashes once you are successful. I played from 8PM to 6AM with no problem at all.
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Jan 29, 2026):

I don't know what's more annoying at this point. The fact that it doesn't work at all, or that it keeps seeming to work sometimes. I'm just going to wait for the next major patch before trying PlayCover again.

<!-- gh-comment-id:3816391549 --> @LG5706-AaronMcCormick commented on GitHub (Jan 29, 2026): I don't know what's more annoying at this point. The fact that it doesn't work at all, or that it keeps seeming to work sometimes. I'm just going to wait for the next major patch before trying PlayCover again.
Author
Owner

@ohaiibuzzle commented on GitHub (Jan 29, 2026):

https://github.com/PlayCover/PlayTools/pull/211

<!-- gh-comment-id:3817327631 --> @ohaiibuzzle commented on GitHub (Jan 29, 2026): https://github.com/PlayCover/PlayTools/pull/211
Author
Owner

@h1130127-gif commented on GitHub (Jan 29, 2026):

PlayCover/PlayTools#211
what should I do with the code?

<!-- gh-comment-id:3817577301 --> @h1130127-gif commented on GitHub (Jan 29, 2026): > [PlayCover/PlayTools#211](https://github.com/PlayCover/PlayTools/pull/211) what should I do with the code?
Author
Owner

@yrmuq commented on GitHub (Jan 29, 2026):

PlayCover/PlayTools#211

How can we test it now?

<!-- gh-comment-id:3819541449 --> @yrmuq commented on GitHub (Jan 29, 2026): > [PlayCover/PlayTools#211](https://github.com/PlayCover/PlayTools/pull/211) How can we test it now?
Author
Owner

@ohaiibuzzle commented on GitHub (Jan 29, 2026):

@yrmuq In the PlayCover Discord there is a pre-built version.

If you want to do it yourself, edit the Cartfile in the PlayCover source directory to use my branch and rebuild with Xcode.

<!-- gh-comment-id:3819578253 --> @ohaiibuzzle commented on GitHub (Jan 29, 2026): @yrmuq In the PlayCover Discord there is a pre-built version. If you want to do it yourself, edit the Cartfile in the PlayCover source directory to use my branch and rebuild with Xcode.
Author
Owner

@Atomicsnipe commented on GitHub (Jan 29, 2026):

@yrmuq In the PlayCover Discord there is a pre-built version.

If you want to do it yourself, edit the Cartfile in the PlayCover source directory to use my branch and rebuild with Xcode.

Sorry im not good with computer stuff how do we play it now if you dont mind walking me through it thank you

<!-- gh-comment-id:3819719731 --> @Atomicsnipe commented on GitHub (Jan 29, 2026): > [@yrmuq](https://github.com/yrmuq) In the PlayCover Discord there is a pre-built version. > > If you want to do it yourself, edit the Cartfile in the PlayCover source directory to use my branch and rebuild with Xcode. Sorry im not good with computer stuff how do we play it now if you dont mind walking me through it thank you
Author
Owner

@htaschne commented on GitHub (Jan 29, 2026):

@ohaiibuzzle I built PlayCover using your branch of PlayTools and while it prevents the game from crashing I still get the jailbreak message. Am I missing some other configuration?

Image
<!-- gh-comment-id:3819792497 --> @htaschne commented on GitHub (Jan 29, 2026): @ohaiibuzzle I built PlayCover using your branch of PlayTools and while it prevents the game from crashing I still get the jailbreak message. Am I missing some other configuration? <img width="500" height="361" alt="Image" src="https://github.com/user-attachments/assets/1e418223-a0ed-47d5-bd61-73c655813021" />
Author
Owner

@ohaiibuzzle commented on GitHub (Jan 29, 2026):

@htaschne It only contains the fix for the crash issue, not the dialog. Use in combination with the other fix in the other PR.

<!-- gh-comment-id:3819834014 --> @ohaiibuzzle commented on GitHub (Jan 29, 2026): @htaschne It only contains the fix for the crash issue, not the dialog. Use in combination with the other fix in the other PR.
Author
Owner

@Atomicsnipe commented on GitHub (Jan 29, 2026):

@htaschne It only contains the fix for the crash issue, not the dialog. Use in combination with the other fix in the other PR.

Imagemy playcover is showing this

<!-- gh-comment-id:3819874300 --> @Atomicsnipe commented on GitHub (Jan 29, 2026): > [@htaschne](https://github.com/htaschne) It only contains the fix for the crash issue, not the dialog. Use in combination with the other fix in the other PR. <img width="2560" height="1600" alt="Image" src="https://github.com/user-attachments/assets/e71641b8-a66a-45e8-93fa-21b7c8043f1d" />my playcover is showing this
Author
Owner

@htaschne commented on GitHub (Jan 29, 2026):

tysm @ohaiibuzzle! It's working! I added the changes from @nyathea's PR to your branch and that did the trick.

For anyone interested, you'll need Xcode, brew and a developer account (I believe any iCloud account should do)

  1. Install the requirements from: https://docs.playcover.io/building_from_source/index
  2. clone the PlayCover repo
  3. change the file "Cartfile" to: github "htaschne/PlayTools" "feat/endfield-attempt"
  4. open PlayCover.xcodeproj with Xcode, change the Signin & Capabilities to your account and hit cmd + R to build and run PlayCover
Image
<!-- gh-comment-id:3820049783 --> @htaschne commented on GitHub (Jan 29, 2026): tysm @ohaiibuzzle! It's working! I added the changes from @nyathea's [PR](https://github.com/PlayCover/PlayTools/pull/210) to your branch and that did the trick. For anyone interested, you'll need Xcode, [brew](https://brew.sh) and a [developer account](https://developer.apple.com) (I believe any iCloud account should do) 1. Install the requirements from: https://docs.playcover.io/building_from_source/index 2. clone the PlayCover repo 3. change the file "Cartfile" to: github "htaschne/PlayTools" "feat/endfield-attempt" 4. open PlayCover.xcodeproj with Xcode, change the Signin & Capabilities to your account and hit cmd + R to build and run PlayCover <img width="1590" height="971" alt="Image" src="https://github.com/user-attachments/assets/e7d88cf6-0275-4da0-aa0c-518e60b92cfa" />
Author
Owner

@Atomicsnipe commented on GitHub (Jan 29, 2026):

tysm @ohaiibuzzle! It's working! I added the changes from @nyathea's PR to your branch and that did the trick.

For anyone interested, you'll need Xcode, brew and a developer account (I believe any iCloud account should do)

  1. Install the requirements from: https://docs.playcover.io/building_from_source/index
  2. clone the PlayCover repo
  3. change the file "Cartfile" to: github "htaschne/PlayTools" "feat/endfield-attempt"
  4. open PlayCover.xcodeproj with Xcode, change the Signin & Capabilities to your account and hit cmd + R to build and run PlayCover
Image

sorry could you please walk me through it cuz i dont know how to do anything past step 1

<!-- gh-comment-id:3820131463 --> @Atomicsnipe commented on GitHub (Jan 29, 2026): > tysm [@ohaiibuzzle](https://github.com/ohaiibuzzle)! It's working! I added the changes from [@nyathea](https://github.com/nyathea)'s [PR](https://github.com/PlayCover/PlayTools/pull/210) to your branch and that did the trick. > > For anyone interested, you'll need Xcode, [brew](https://brew.sh) and a [developer account](https://developer.apple.com) (I believe any iCloud account should do) > > 1. Install the requirements from: https://docs.playcover.io/building_from_source/index > 2. clone the PlayCover repo > 3. change the file "Cartfile" to: github "htaschne/PlayTools" "feat/endfield-attempt" > 4. open PlayCover.xcodeproj with Xcode, change the Signin & Capabilities to your account and hit cmd + R to build and run PlayCover > > <img alt="Image" width="1590" height="971" src="https://private-user-images.githubusercontent.com/31922624/542411904-e7d88cf6-0275-4da0-aa0c-518e60b92cfa.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Njk3MTg0MTQsIm5iZiI6MTc2OTcxODExNCwicGF0aCI6Ii8zMTkyMjYyNC81NDI0MTE5MDQtZTdkODhjZjYtMDI3NS00ZGEwLWFhMGMtNTE4ZTYwYjkyY2ZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAxMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMTI5VDIwMjE1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE2YmM5OWE0MTM3OTJmMGE0OTZkNzVkYTg1NWMyZjUxYzA5ZWFhZWNlY2Q1ZTc3NDIyMjdjNzI5NWQ0MjYwZGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gL4d2WweSxscoQdEV0HRBRRA22QJa9787-1HO0i3uhY"> sorry could you please walk me through it cuz i dont know how to do anything past step 1
Author
Owner

@fisheggg commented on GitHub (Jan 29, 2026):

3. change the file "Cartfile" to: github "htaschne/PlayTools" "feat/endfield-attempt"

Hi, I'm still getting jailbreak message with your fork, but can confirm the crash is fixed. Git cloned directly from https://github.com/PlayCover/PlayCover.git. CN version of game.

<!-- gh-comment-id:3821015409 --> @fisheggg commented on GitHub (Jan 29, 2026): > 3. change the file "Cartfile" to: github "htaschne/PlayTools" "feat/endfield-attempt" Hi, I'm still getting jailbreak message with your fork, but can confirm the crash is fixed. Git cloned directly from `https://github.com/PlayCover/PlayCover.git`. CN version of game.
Author
Owner

@nyathea commented on GitHub (Jan 30, 2026):

3. change the file "Cartfile" to: github "htaschne/PlayTools" "feat/endfield-attempt"

Hi, I'm still getting jailbreak message with your fork, but can confirm the crash is fixed. Git cloned directly from https://github.com/PlayCover/PlayCover.git. CN version of game.

i fixed the jailbreak message with my fork but it needs to be merged.

<!-- gh-comment-id:3821329474 --> @nyathea commented on GitHub (Jan 30, 2026): > > ``` > > 3. change the file "Cartfile" to: github "htaschne/PlayTools" "feat/endfield-attempt" > > ``` > > Hi, I'm still getting jailbreak message with your fork, but can confirm the crash is fixed. Git cloned directly from `https://github.com/PlayCover/PlayCover.git`. CN version of game. i fixed the jailbreak message with my fork but it needs to be merged.
Author
Owner

@fisheggg commented on GitHub (Jan 30, 2026):

i fixed the jailbreak message with my fork but it needs to be merged.

Tysm for your contribution, it seems that @htaschne has added your fix manually to their own fork, which is the one I've added to Cartfile.
I have also tried the community version of playcover in discord shared by @ohaiibuzzle, which also seems to be built with your fixes, and I still encountered the same issue. I tried to reinstall playcover as well as the game, but it's still showing me the same jailbreak message.
In any case I still appreciate your work, and I'm currently running the game with the previous cmd+k hack.

<!-- gh-comment-id:3821362347 --> @fisheggg commented on GitHub (Jan 30, 2026): > i fixed the jailbreak message with my fork but it needs to be merged. Tysm for your contribution, it seems that @htaschne has added your fix manually to their own fork, which is the one I've added to Cartfile. I have also tried the community version of playcover in discord shared by @ohaiibuzzle, which also seems to be built with your fixes, and I still encountered the same issue. I tried to reinstall playcover as well as the game, but it's still showing me the same jailbreak message. In any case I still appreciate your work, and I'm currently running the game with the previous cmd+k hack.
Author
Owner

@dik111 commented on GitHub (Jan 30, 2026):

can somebody provide a packaged and compiled playcover?

<!-- gh-comment-id:3821375708 --> @dik111 commented on GitHub (Jan 30, 2026): can somebody provide a packaged and compiled playcover?
Author
Owner

@nyathea commented on GitHub (Jan 30, 2026):

i fixed the jailbreak message with my fork but it needs to be merged.

Tysm for your contribution, it seems that @htaschne has added your fix manually to their own fork, which is the one I've added to Cartfile. I have also tried the community version of playcover in discord shared by @ohaiibuzzle, which also seems to be built with your fixes, and I still encountered the same issue. I tried to reinstall playcover as well as the game, but it's still showing me the same jailbreak message. In any case I still appreciate your work, and I'm currently running the game with the previous cmd+k hack.

can you test the latest commit to my PlayTools fork. i added the CN version bundle id so it should work.

<!-- gh-comment-id:3821425842 --> @nyathea commented on GitHub (Jan 30, 2026): > > i fixed the jailbreak message with my fork but it needs to be merged. > > Tysm for your contribution, it seems that [@htaschne](https://github.com/htaschne) has added your fix manually to their own fork, which is the one I've added to Cartfile. I have also tried the community version of playcover in discord shared by [@ohaiibuzzle](https://github.com/ohaiibuzzle), which also seems to be built with your fixes, and I still encountered the same issue. I tried to reinstall playcover as well as the game, but it's still showing me the same jailbreak message. In any case I still appreciate your work, and I'm currently running the game with the previous cmd+k hack. can you test the latest commit to my PlayTools fork. i added the CN version bundle id so it should work.
Author
Owner

@fisheggg commented on GitHub (Jan 30, 2026):

can you test the latest commit to my PlayTools fork. i added the CN version bundle id so it should work.

tested with https://github.com/fisheggg/PlayTools and it works. thank you!

<!-- gh-comment-id:3821590294 --> @fisheggg commented on GitHub (Jan 30, 2026): > can you test the latest commit to my PlayTools fork. i added the CN version bundle id so it should work. tested with https://github.com/fisheggg/PlayTools and it works. thank you!
Author
Owner

@ChengCY-2254 commented on GitHub (Jan 30, 2026):

PlayCover/PlayTools#211

After my test, it's great, but there is a content verification error when downloading the game data package.

I had to revert to an earlier version and write a script to continuously restart the game to download the data packages.

<!-- gh-comment-id:3821740896 --> @ChengCY-2254 commented on GitHub (Jan 30, 2026): > [PlayCover/PlayTools#211](https://github.com/PlayCover/PlayTools/pull/211) After my test, it's great, but there is a content verification error when downloading the game data package. I had to revert to an earlier version and write a script to continuously restart the game to download the data packages.
Author
Owner

@ohaiibuzzle commented on GitHub (Jan 30, 2026):

PlayCover/PlayTools#211

After my test, it's great, but there is a content verification error when downloading the game data package.

I had to revert to an earlier version and write a script to continuously restart the game to download the data packages.

Might be version specific, I am not seeing it on Global. I downloaded the entire game with this patch on

<!-- gh-comment-id:3821747875 --> @ohaiibuzzle commented on GitHub (Jan 30, 2026): > > [PlayCover/PlayTools#211](https://github.com/PlayCover/PlayTools/pull/211) > > After my test, it's great, but there is a content verification error when downloading the game data package. > > I had to revert to an earlier version and write a script to continuously restart the game to download the data packages. Might be version specific, I am not seeing it on Global. I downloaded the entire game with this patch on
Author
Owner

@ChengCY-2254 commented on GitHub (Jan 30, 2026):

PlayCover/PlayTools#211

After my test, it's great, but there is a content verification error when downloading the game data package.测试后感觉很棒,但是下载游戏数据包时出现内容验证错误。
I had to revert to an earlier version and write a script to continuously restart the game to download the data packages.我不得不回滚到之前的版本,并编写一个脚本来不断重启游戏以下载数据包。

Might be version specific, I am not seeing it on Global. I downloaded the entire game with this patch on可能是版本问题,我在全球服没看到。我下载了包含这个补丁的完整游戏。

Oh, I'm the cn version, and it keeps showing content verification errors during the download, asking me to redownload the data blocks. I adjusted the value of thread_sleep_counter and found that it fails to verify a large data block at 100, reports a verification failure after downloading about 1G of data, and then the progress bar rolls back by 1GB.

It doesn't discard such large data blocks at 50 or 25. It's just that there are too many error pop-ups, so I reverted to the previous version for the download.

<!-- gh-comment-id:3821778687 --> @ChengCY-2254 commented on GitHub (Jan 30, 2026): > > > [PlayCover/PlayTools#211](https://github.com/PlayCover/PlayTools/pull/211) > > > > > > After my test, it's great, but there is a content verification error when downloading the game data package.测试后感觉很棒,但是下载游戏数据包时出现内容验证错误。 > > I had to revert to an earlier version and write a script to continuously restart the game to download the data packages.我不得不回滚到之前的版本,并编写一个脚本来不断重启游戏以下载数据包。 > > Might be version specific, I am not seeing it on Global. I downloaded the entire game with this patch on可能是版本问题,我在全球服没看到。我下载了包含这个补丁的完整游戏。 Oh, I'm the cn version, and it keeps showing content verification errors during the download, asking me to redownload the data blocks. I adjusted the value of `thread_sleep_counter` and found that it fails to verify a large data block at 100, reports a verification failure after downloading about 1G of data, and then the progress bar rolls back by 1GB. It doesn't discard such large data blocks at 50 or 25. It's just that there are too many error pop-ups, so I reverted to the previous version for the download.
Author
Owner

@ohaiibuzzle commented on GitHub (Jan 30, 2026):

@ChengCY-2254 Honestly 100 is an arbitrary number that I selected, not a magic value that fixes everything.

For a dirty patch this works, but I really should expose it in the PlayCover UI so you can adjust it.

<!-- gh-comment-id:3821801939 --> @ohaiibuzzle commented on GitHub (Jan 30, 2026): @ChengCY-2254 Honestly 100 is an arbitrary number that I selected, not a magic value that fixes everything. For a dirty patch this works, but I really should expose it in the PlayCover UI so you can adjust it.
Author
Owner

@Nishkarsh-Varshney commented on GitHub (Jan 30, 2026):

OMG it works thank you😭🙏🏼

<!-- gh-comment-id:3822016752 --> @Nishkarsh-Varshney commented on GitHub (Jan 30, 2026): OMG it works thank you😭🙏🏼
Author
Owner

@MohtashimAli85 commented on GitHub (Jan 30, 2026):

can anyone give me the dmg of this playcover version thanks

<!-- gh-comment-id:3822137861 --> @MohtashimAli85 commented on GitHub (Jan 30, 2026): can anyone give me the dmg of this playcover version thanks
Author
Owner

@QingWanNiang commented on GitHub (Jan 30, 2026):

can you test the latest commit to my PlayTools fork. i added the CN version bundle id so it should work.

tested with https://github.com/fisheggg/PlayTools and it works. thank you!

Thank you for your contribution! I notice that your pull request is the latest, so how could I compile the playcover with your fix? I should replace the file "Cartfile" to what? I am looking forward to your reply!

<!-- gh-comment-id:3822143865 --> @QingWanNiang commented on GitHub (Jan 30, 2026): > > can you test the latest commit to my PlayTools fork. i added the CN version bundle id so it should work. > > tested with https://github.com/fisheggg/PlayTools and it works. thank you! Thank you for your contribution! I notice that your pull request is the latest, so how could I compile the playcover with your fix? I should replace the file "Cartfile" to what? I am looking forward to your reply!
Author
Owner

@QingWanNiang commented on GitHub (Jan 30, 2026):

can anyone give me the dmg of this playcover version thanks

我自己编译了一份,链接在这里,里面包含IPA,合并了 @htaschne 提交的上午十点编译的Playcover和我自己的键盘映射文件
链接: https://pan.baidu.com/s/1eH7Ir2DnUcRsgLraEAsc6g?pwd=2333 提取码: 2333
如果你需要其他形式的链接,我未来有时间再补充

<!-- gh-comment-id:3822154785 --> @QingWanNiang commented on GitHub (Jan 30, 2026): > can anyone give me the dmg of this playcover version thanks 我自己编译了一份,链接在这里,里面包含IPA,合并了 @htaschne 提交的上午十点编译的Playcover和我自己的键盘映射文件 链接: https://pan.baidu.com/s/1eH7Ir2DnUcRsgLraEAsc6g?pwd=2333 提取码: 2333 如果你需要其他形式的链接,我未来有时间再补充
Author
Owner

@Nishkarsh-Varshney commented on GitHub (Jan 30, 2026):

can anyone give me the dmg of this playcover version thanks

https://discord.com/channels/871829896492642387/1463017122832842935/1466633719858331688

<!-- gh-comment-id:3822219856 --> @Nishkarsh-Varshney commented on GitHub (Jan 30, 2026): > can anyone give me the dmg of this playcover version thanks https://discord.com/channels/871829896492642387/1463017122832842935/1466633719858331688
Author
Owner

@Artezmauer commented on GitHub (Jan 31, 2026):

can anyone give me the dmg of this playcover version thanks

https://discord.com/channels/871829896492642387/1463017122832842935/1466633719858331688

Cant visit this Discord server, there's just no text

<!-- gh-comment-id:3828499267 --> @Artezmauer commented on GitHub (Jan 31, 2026): > > can anyone give me the dmg of this playcover version thanks > > https://discord.com/channels/871829896492642387/1463017122832842935/1466633719858331688 Cant visit this Discord server, there's just no text
Author
Owner

@Artezmauer commented on GitHub (Jan 31, 2026):

can anyone give me the dmg of this playcover version thanks

我自己编译了一份,链接在这里,里面包含IPA,合并了 @htaschne 提交的上午十点编译的Playcover和我自己的键盘映射文件 链接: https://pan.baidu.com/s/1eH7Ir2DnUcRsgLraEAsc6g?pwd=2333 提取码: 2333 如果你需要其他形式的链接,我未来有时间再补充

Could you upload these files on Google.Drive, Mega or kinda, please?

<!-- gh-comment-id:3828501380 --> @Artezmauer commented on GitHub (Jan 31, 2026): > > can anyone give me the dmg of this playcover version thanks > > 我自己编译了一份,链接在这里,里面包含IPA,合并了 [@htaschne](https://github.com/htaschne) 提交的上午十点编译的Playcover和我自己的键盘映射文件 链接: https://pan.baidu.com/s/1eH7Ir2DnUcRsgLraEAsc6g?pwd=2333 提取码: 2333 如果你需要其他形式的链接,我未来有时间再补充 Could you upload these files on Google.Drive, Mega or kinda, please?
Author
Owner

@Adaliciously commented on GitHub (Jan 31, 2026):

can anyone give me the dmg of this playcover version thanks

我自己编译了一份,链接在这里,里面包含IPA,合并了 @htaschne 提交的上午十点编译的Playcover和我自己的键盘映射文件 链接: https://pan.baidu.com/s/1eH7Ir2DnUcRsgLraEAsc6g?pwd=2333 提取码: 2333 如果你需要其他形式的链接,我未来有时间再补充

Could you upload these files on Google.Drive, Mega or kinda, please?

I built the @fisheggg fork myself. The game did work for me on it, so I'm uploading the build (hopefully I didn't mess anything during the export) for anyone not wanting to bother with Xcode.
The app bundle is adhoc signed so you might need to resign it for your Mac, if you don't know how to do that you probably shouldn't be running random app builds from strangers online. The only modification I did was edit the cartwheel file to utilize playtools from the aforementioned fork.

https://files.catbox.moe/2c7k9p.zip

<!-- gh-comment-id:3829219825 --> @Adaliciously commented on GitHub (Jan 31, 2026): > > > can anyone give me the dmg of this playcover version thanks > > > > > > 我自己编译了一份,链接在这里,里面包含IPA,合并了 [@htaschne](https://github.com/htaschne) 提交的上午十点编译的Playcover和我自己的键盘映射文件 链接: https://pan.baidu.com/s/1eH7Ir2DnUcRsgLraEAsc6g?pwd=2333 提取码: 2333 如果你需要其他形式的链接,我未来有时间再补充 > > Could you upload these files on Google.Drive, Mega or kinda, please? I built the @fisheggg fork myself. The game did work for me on it, so I'm uploading the build (hopefully I didn't mess anything during the export) for anyone not wanting to bother with Xcode. The app bundle is adhoc signed so you might need to resign it for your Mac, if you don't know how to do that you probably shouldn't be running random app builds from strangers online. The only modification I did was edit the cartwheel file to utilize playtools from the aforementioned fork. https://files.catbox.moe/2c7k9p.zip
Author
Owner

@ohaiibuzzle commented on GitHub (Jan 31, 2026):

@Adaliciously it's in Nightly already, so I think people can just use that.

<!-- gh-comment-id:3829296470 --> @ohaiibuzzle commented on GitHub (Jan 31, 2026): @Adaliciously it's in Nightly already, so I think people can just use that.
Author
Owner

@Adaliciously commented on GitHub (Jan 31, 2026):

@Adaliciously it's in Nightly already, so I think people can just use that.

Damn, I'm really good at wasting my time then lol

<!-- gh-comment-id:3829299020 --> @Adaliciously commented on GitHub (Jan 31, 2026): > @Adaliciously it's in Nightly already, so I think people can just use that. Damn, I'm really good at wasting my time then lol
Author
Owner

@Artezmauer commented on GitHub (Jan 31, 2026):

@Adaliciously it's in Nightly already, so I think people can just use that.

Should I reinstall the game in PlayCover?
Because just installing this version of PlayCover did not fix the problem for me.

UPD: nah, now I can't even download the game resources, it still crashing after ˜1 minute -_- (nightly 1378)

<!-- gh-comment-id:3829417343 --> @Artezmauer commented on GitHub (Jan 31, 2026): > [@Adaliciously](https://github.com/Adaliciously) it's in Nightly already, so I think people can just use that. Should I reinstall the game in PlayCover? Because just installing this version of PlayCover did not fix the problem for me. UPD: nah, now I can't even download the game resources, it still crashing after ˜1 minute -_- (nightly 1378)
Author
Owner

@dik111 commented on GitHub (Feb 1, 2026):

same problem with nightly 1378

<!-- gh-comment-id:3829948142 --> @dik111 commented on GitHub (Feb 1, 2026): same problem with nightly 1378
Author
Owner

@knightroo commented on GitHub (Feb 1, 2026):

enable "Prevent usleep call spamming" in Bypasses setting for endfield.

<!-- gh-comment-id:3829976009 --> @knightroo commented on GitHub (Feb 1, 2026): enable "Prevent usleep call spamming" in Bypasses setting for endfield.
Author
Owner

@utakotoba commented on GitHub (Feb 1, 2026):

Exactly, enable settings.toggle.blockSleepSpamming (nightly 1378) in bypass setting works.

<!-- gh-comment-id:3830313882 --> @utakotoba commented on GitHub (Feb 1, 2026): Exactly, enable `settings.toggle.blockSleepSpamming` (nightly 1378) in bypass setting works.
Author
Owner

@utakotoba commented on GitHub (Feb 2, 2026):

Take caution! My account got banned at about 19:00 (UTC+8). Maybe we should verify this behavior detailed.

<!-- gh-comment-id:3834526707 --> @utakotoba commented on GitHub (Feb 2, 2026): Take caution! My account got banned at about 19:00 (UTC+8). Maybe we should verify this behavior detailed.
Author
Owner

@syahidana58-wq commented on GitHub (Feb 2, 2026):

Take caution! My accound got banned at about 19:00 (UTC+8). Maybe we should verify this behavior detailed.

how long?

<!-- gh-comment-id:3834577804 --> @syahidana58-wq commented on GitHub (Feb 2, 2026): > Take caution! My accound got banned at about 19:00 (UTC+8). Maybe we should verify this behavior detailed. how long?
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026):

I was able to play all last night and this morning without a ban, but I'm gonna stop playing on Mac again now, thanks for the warning!

<!-- gh-comment-id:3834594586 --> @LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026): I was able to play all last night and this morning without a ban, but I'm gonna stop playing on Mac again now, thanks for the warning!
Author
Owner

@LinSHP commented on GitHub (Feb 2, 2026):

Take caution! My accound got banned at about 19:00 (UTC+8). Maybe we should verify this behavior detailed.

I got banned too, until March 4th, 2026. I just opened a ticket to see what's going on. I'm 99% sure it's because of PlayCover. I hope anyone else hitting this also submits a ticket so the devs will re-examine this case.

<!-- gh-comment-id:3834597587 --> @LinSHP commented on GitHub (Feb 2, 2026): > Take caution! My accound got banned at about 19:00 (UTC+8). Maybe we should verify this behavior detailed. I got banned too, until March 4th, 2026. I just opened a ticket to see what's going on. I'm 99% sure it's because of PlayCover. I hope anyone else hitting this also submits a ticket so the devs will re-examine this case.
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026):

Will check my account soon then. I'll raise a ticket too since none of what we're doing is violating T's and C's

<!-- gh-comment-id:3834602945 --> @LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026): Will check my account soon then. I'll raise a ticket too since none of what we're doing is violating T's and C's
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026):

Can anyone who gets banned please reply to this comment with:

  1. Ban time
  2. Ban length
  3. Reason for ban (if shown)
    This may help with any unban requests or finding out what playcover is doing that is causing bans.
<!-- gh-comment-id:3834624255 --> @LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026): Can anyone who gets banned please reply to this comment with: 1. Ban time 2. Ban length 3. Reason for ban (if shown) This may help with any unban requests or finding out what playcover is doing that is causing bans.
Author
Owner

@Maxlsc commented on GitHub (Feb 2, 2026):

Ban time: not sure, about 4:00pm ~ 7:30pm, UTC+8
Ban length: 1 month (to Mar 4th, 19:00, UTC+8)
Reason for ban (if shown): use cheating program or the third party software(使用外挂及第三方软件)

Image
<!-- gh-comment-id:3834666683 --> @Maxlsc commented on GitHub (Feb 2, 2026): Ban time: not sure, about 4:00pm ~ 7:30pm, UTC+8 Ban length: 1 month (to Mar 4th, 19:00, UTC+8) Reason for ban (if shown): use cheating program or the third party software(使用外挂及第三方软件) <img width="1198" height="716" alt="Image" src="https://github.com/user-attachments/assets/6108e765-e3cb-47d6-aceb-07e3e3e553c0" />
Author
Owner

@utakotoba commented on GitHub (Feb 2, 2026):

Ban time: 19:18, UTC+8
Ban length: 1 month (to Mar 4th, 19:00, UTC+8)
Reason for ban (if shown): use cheating program or the third party software(使用外挂及第三方软件)

<!-- gh-comment-id:3834681155 --> @utakotoba commented on GitHub (Feb 2, 2026): Ban time: 19:18, UTC+8 Ban length: 1 month (to Mar 4th, 19:00, UTC+8) Reason for ban (if shown): use cheating program or the third party software(使用外挂及第三方软件)
Author
Owner

@Adaliciously commented on GitHub (Feb 2, 2026):

Will check my account soon then. I'll raise a ticket too since none of what we're doing is violating T's and C's

we are bypassing the jailbreak detections and other anticircumvention mechanisms. it is very much tos breaking as you are not playing via an official client on supported device.

anyways i havent played longer than 1 hour, am not banned (for now), i did also play on an legit iphone 17 so maybe that gives me some legitimacy on their side.

do message their support though, they MIGHT be understanding even though this is a TOS break, however I wouldn't have my hopes up. It's not a malicious behaviour, you are not gaining unfair advantage by that - but many companies do not care, and especially their support agents following the scripts.

<!-- gh-comment-id:3834954622 --> @Adaliciously commented on GitHub (Feb 2, 2026): > Will check my account soon then. I'll raise a ticket too since none of what we're doing is violating T's and C's we are bypassing the jailbreak detections and other anticircumvention mechanisms. it is very much tos breaking as you are not playing via an official client on supported device. anyways i havent played longer than 1 hour, am not banned (for now), i did also play on an legit iphone 17 so maybe that gives me some legitimacy on their side. do message their support though, they MIGHT be understanding even though this is a TOS break, however I wouldn't have my hopes up. It's not a malicious behaviour, you are not gaining unfair advantage by that - but many companies do not care, and especially their support agents following the scripts.
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026):

What jailbreak detections are we bypassing if we aren't using jaibroken devices? This is the official endfields client for iOS, running natively on Apple Silicon. The app hasn't been tampered with, and decryption shouldn't count. We're not using any cheats in game, if anything, Gryphon should be happy people want to play their game on more platforms.

Anyways, I logged in just now for a brief moment and am still not banned. I will check again this evening but I reckon most of our accounts will be barred by then. Best to put up a request on the Discord or get something upvoted in the subreddit.

<!-- gh-comment-id:3834979211 --> @LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026): What jailbreak detections are we bypassing if we aren't using jaibroken devices? This is the official endfields client for iOS, running natively on Apple Silicon. The app hasn't been tampered with, and decryption shouldn't count. We're not using any cheats in game, if anything, Gryphon should be happy people want to play their game on more platforms. Anyways, I logged in just now for a brief moment and am still not banned. I will check again this evening but I reckon most of our accounts will be barred by then. Best to put up a request on the Discord or get something upvoted in the subreddit.
Author
Owner

@Adaliciously commented on GitHub (Feb 2, 2026):

What jailbreak detections are we bypassing if we aren't using jaibroken devices? This is the official endfields client for iOS, running natively on Apple Silicon. The app hasn't been tampered with, and decryption shouldn't count.

Intended platform is iOS. Regardless of shoulds/woulds.
Even if not technically jailbroken (although I'd argue about the definition), the environment appears to the game as jailbroken - if you follow the issue you can see that at early stages a jailbreak message would pop up.

Image

We're not using any cheats in game, if anything, Gryphon should be happy people want to play their game on more platforms.

yes but that's company mindset. not saying it's right but many companies don't care. People here tripped enough of their AC flags and got banned as a result. Doesn't matter if they benefited from those or tried to actually cheat.

I do hope though that everyone in this thread can get their ban lifted, fingers crossed!

<!-- gh-comment-id:3835015537 --> @Adaliciously commented on GitHub (Feb 2, 2026): > What jailbreak detections are we bypassing if we aren't using jaibroken devices? This is the official endfields client for iOS, running natively on Apple Silicon. The app hasn't been tampered with, and decryption shouldn't count. Intended platform is iOS. Regardless of shoulds/woulds. Even if not technically jailbroken (although I'd argue about the definition), the environment appears to the game as jailbroken - if you follow the issue you can see that at early stages a jailbreak message would pop up. <img width="295" height="264" alt="Image" src="https://github.com/user-attachments/assets/9c62eed7-edc4-4afd-9334-d2fa6111f688" /> > We're not using any cheats in game, if anything, Gryphon should be happy people want to play their game on more platforms. yes but that's company mindset. not saying it's right but many companies don't care. People here tripped enough of their AC flags and got banned as a result. Doesn't matter if they benefited from those or tried to actually cheat. I do hope though that everyone in this thread can get their ban lifted, fingers crossed!
Author
Owner

@LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026):

And hopefully a Mac release soon. The game is so damn optimized it can run on a Raspberry Pi 5. Even an M1 Macbook air would probably run the desktop version maxed out at 1440p. WuWa is the only game of the genre that has a native Mac version, and that's UE4, and it's currently the best way I can play it. Getting more gatchas on Mac would definitely improve both the Mac Gaming reputation AND Endfield's overall player base count.

<!-- gh-comment-id:3835044936 --> @LG5706-AaronMcCormick commented on GitHub (Feb 2, 2026): And hopefully a Mac release soon. The game is so damn optimized it can run on a Raspberry Pi 5. Even an M1 Macbook air would probably run the desktop version maxed out at 1440p. WuWa is the only game of the genre that has a native Mac version, and that's UE4, and it's currently the best way I can play it. Getting more gatchas on Mac would definitely improve both the Mac Gaming reputation AND Endfield's overall player base count.
Author
Owner

@LinSHP commented on GitHub (Feb 2, 2026):

Update: Appealed the ban and got a reply in 2 hours. The ban was a system mistake and I’ve been unbanned. If you're having the same issue, just file a ticket and it should be fixed soon.

<!-- gh-comment-id:3835385201 --> @LinSHP commented on GitHub (Feb 2, 2026): Update: Appealed the ban and got a reply in 2 hours. The ban was a system mistake and I’ve been unbanned. If you're having the same issue, just file a ticket and it should be fixed soon.
Author
Owner

@Maxlsc commented on GitHub (Feb 2, 2026):

ImageI received this after file a ticket, and they say it's a mistake

<!-- gh-comment-id:3835405653 --> @Maxlsc commented on GitHub (Feb 2, 2026): <img width="713" height="89" alt="Image" src="https://github.com/user-attachments/assets/b43ed895-e3a4-434e-8969-e82901091010" />I received this after file a ticket, and they say it's a mistake
Author
Owner

@Seboss987 commented on GitHub (Feb 2, 2026):

It also looked like it was only happening to CN accounts, right?

<!-- gh-comment-id:3835423732 --> @Seboss987 commented on GitHub (Feb 2, 2026): It also looked like it was only happening to CN accounts, right?
Author
Owner

@Carlos-Mero commented on GitHub (Feb 2, 2026):

Update: Appealed the ban and got a reply in 2 hours. The ban was a system mistake and I’ve been unbanned. If you're having the same issue, just file a ticket and it should be fixed soon.

But I am not sure whether this mistake will happen again and again, or will they open a special gate for we playcover users? Let's pray for a macOS version of Endfield after all.

<!-- gh-comment-id:3835460359 --> @Carlos-Mero commented on GitHub (Feb 2, 2026): > Update: Appealed the ban and got a reply in 2 hours. The ban was a system mistake and I’ve been unbanned. If you're having the same issue, just file a ticket and it should be fixed soon. But I am not sure whether this mistake will happen again and again, or will they open a special gate for we playcover users? Let's pray for a macOS version of Endfield after all.
Author
Owner

@Carlos-Mero commented on GitHub (Feb 2, 2026):

It also looked like it was only happening to CN accounts, right?

It seems so, since the CN version used the anti-cheat system from Tencent while the global version did not. That might be the main difference.

<!-- gh-comment-id:3835671844 --> @Carlos-Mero commented on GitHub (Feb 2, 2026): > It also looked like it was only happening to CN accounts, right? It seems so, since the CN version used the anti-cheat system from Tencent while the global version did not. That might be the main difference.
Author
Owner

@Artezmauer commented on GitHub (Feb 2, 2026):

It also looked like it was only happening to CN accounts, right?

It seems like this: I've been playing on the EU server for two days now since the fix - and there are no problems, no ban.

<!-- gh-comment-id:3837485100 --> @Artezmauer commented on GitHub (Feb 2, 2026): > It also looked like it was only happening to CN accounts, right? It seems like this: I've been playing on the EU server for two days now since the fix - and there are no problems, no ban.
Author
Owner

@utakotoba commented on GitHub (Feb 3, 2026):

My account (CN) got automatically unbanned. I've logged in few seconds ago then glad to find that Hypgraph solve this. Maybe you all got unbanned without firing a ticket.

Well, I want to know if you stay playing on macOS with Playcover and it work well now?

<!-- gh-comment-id:3838799873 --> @utakotoba commented on GitHub (Feb 3, 2026): My account (CN) got automatically unbanned. I've logged in few seconds ago then glad to find that Hypgraph solve this. Maybe you all got unbanned without firing a ticket. Well, I want to know if you stay playing on macOS with Playcover and it work well now?
Author
Owner

@Artezmauer commented on GitHub (Feb 3, 2026):

My account (CN) got automatically unbanned. I've logged in few seconds ago then glad to find that Hypgraph solve this. Maybe you all got unbanned without firing a ticket.

Well, I want to know if you stay playing on macOS with Playcover and it work well now?

Yes, I still continue to play through PlayCover - no problems.

<!-- gh-comment-id:3843189819 --> @Artezmauer commented on GitHub (Feb 3, 2026): > My account (CN) got automatically unbanned. I've logged in few seconds ago then glad to find that Hypgraph solve this. Maybe you all got unbanned without firing a ticket. > > Well, I want to know if you stay playing on macOS with Playcover and it work well now? Yes, I still continue to play through PlayCover - no problems.
Author
Owner

@eason1478 commented on GitHub (Feb 9, 2026):

Ban time: 2/4,2026
Ban length: 80 years
Reason for ban (if shown): use cheating program or the third party software(使用外挂及第三方软件)
Image

<!-- gh-comment-id:3870124448 --> @eason1478 commented on GitHub (Feb 9, 2026): Ban time: 2/4,2026 Ban length: 80 years Reason for ban (if shown): use cheating program or the third party software(使用外挂及第三方软件) ![Image](https://github.com/user-attachments/assets/79e22cb7-3bec-4eeb-b488-d074880398ef)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1377
No description provided.