-
Notifications
You must be signed in to change notif 8000 ication settings - Fork 33
[Question] Why do existing certificates need to be revoked? #15
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
Comments
a lot of the code here was originally built specifically with free (non Apple Developer Program) accounts in mind, and iirc those only support one certificate. it’s definitely a good idea to skip the revocation for users in the dev program (or better yet, unconditionally try creating a certificate and ask to revoke iff it fails.) In the meantime, maybe try using a secondary Apple ID as a stopgap? |
Ahh that's why. Probably should try and create a certificate and ask to revoke when failing. Would love to see that! For now I'll use another Apple ID. 🙂 |
@kabiroberai How can I easily switch from Apple ID? After running |
hmm that should work out of the box. but maybe try |
👋 @JustJoostNL this should be fixed by #20. If you can build from source, do you mind checking out that branch and letting me know if it works? |
Awesome! I'll test as soon as I have some time again. |
Was able to test it myself and confirm that it works, but lmk if you can too |
Seems to work! |
Landed in v1.11.0, thanks for the suggestion 🙌 |
Hey! Love what you've created! But why does
xtool
want to revoke my existing certificates to install the build on device? I'd love to try this out but really can't revoke production certificates.For context:
Would it be possible without revoking any of my other certificates?
The text was updated successfully, but these errors were encountered: