-
-
Notifications
You must be signed in to change notification settings - Fork 274
Add import/export certificate feature #1008
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
Conversation
Builds for this Pull Request are available at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me based off what I see.
Love to see this added! Does this close issue #65? |
Not completely, this pr doesn't do provisioning profiles |
Ghazi |
Import and export of signing certificate worked in the past for me. But then i updated to ios 26 public beta after that I got Error 1006 SideStore could not determine this device's UDID. After that I installed the new SideStore nightly 0.6.3. then SideStore revoked my old certificate and I hate to make a new certificate. This certificate I want to export and import to another device but after that the other device also wants to create a new certificate this shouldn’t not happen so I think something doesn’t work with the import and export of certificate. Am I doing something wrong? Can you help me? |
@derMeister21 you updated, which probably invalidated your pairing file. when you reinstalled sidestore, you probably made a new pairing file, and sidestore needed a new certificate using that new pairing file. |
@polymo1 thanks for your answer. I doesn’t need to make a new pairing file. Should I try to make a new one to see if it is working with new pairing file? |
Oh now all we need is the mobileprovision profiles |
It's super annoying to manage multiple Apple Ids when using SideStore on multiple devices. With changes in this PR, along with AltStore 2.2.1 update (export certificate feature), we can now share 1 certificate between all devices using 1 Apple ID.
Steps:
Then for each device:
When the old certificate expires:
Then for each other device:
Changes