mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #1605] [Feature]: Allow opening of unsigned ipa #1002
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1002
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xybytz on GitHub (Jul 21, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1605
Is your feature request related to a problem?
I was trying to open certain apps, however I get the popup of : code object is not signed at all, because they were not signed. There was one issue related to this, someone needing help with "Arceus X".
Describe the solution you'd like
I would like to have an option to be able to run unsigned ipa files with a warning of it being unsigned and possibly dangerous or risky.
Anything else?
If you do not want to add this feature due to safety, I would like to know how I could fork and modify the project to allow unsigned ipas to be run.
Issue Language
@xybytz commented on GitHub (Jul 22, 2024):
And the app cannot be signed, as the developer refuses to do this. However, it should hopefully be possible to allow unsigned ipa execution.
@WhenMelancholy commented on GitHub (Aug 7, 2024):
I also hope to add similar functionality
@uubulb commented on GitHub (Aug 22, 2024):
Maybe you can self-sign the IPA with
codesignas a temporary solution