Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to sign without an apple developer account #296

Open
bunitteshiteru opened this issue Jul 12, 2023 · 1 comment
Open

I want to sign without an apple developer account #296

bunitteshiteru opened this issue Jul 12, 2023 · 1 comment

Comments

@bunitteshiteru
Copy link

I am on linux. i want to edit an ipa file (i want to change the bundle id), is there any way to sign it without an apple developer account? The image is something like altserver/altstore. The text may be wrong because I am using a translation. My apologies.

@emranovin
Copy link

emranovin commented Oct 7, 2023

It's possible. I've tested it right now to ensure.
However I should add I used macOS keychain to export the Certificate and Private Key and used Xcode to export the provision profile as well. If you can somehow obtain these files you should be ok on Linux as well as macOS. (the cert and private key remain intact in all your resign but the provision profile changes). I guess you can get a proper provision profile from some API like appstoreconnect. the free account does not have an app store connect portal but if xcode can generate one you should be able to generate as well.
The point is you should use -b option when using zsign because it turns out your app bundle should be the same as your provision profile.
(you've to be aware this method has limitations. you can just use this app for 7 days and you can install only 3 apps at the same time with a single account)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants