Add the possibility to resign without paid apple account #180
danielpaulus
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Free developer accounts work, you just have to re-sign weekly and re-install. It is annoying of course, but it does work. As for signing more permanently, no? All signing, either for a week or for a longer period are signed using Apple private keys using Apple services. The best you can do is automate their endpoints ( which are mostly undocumented and build into Xcode ) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think it's possible to use codesign to ad hoc codesign apps without the need of a paid account.
I'd really like to add that to the library so you can finally just install apps without the complicated setup.
Does anyone know how?
See here: https://github.com/danielpaulus/wda-signer I am using a github action on a mac but it needs the paid mobileprovision and cert from a 99$/year account sadly.
Beta Was this translation helpful? Give feedback.
All reactions