-
Notifications
You must be signed in to change notification settings - Fork 520
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
Please add support to request/generate kbsync for purchasing old apps #230
Labels
feature request
New feature request
Comments
Potentially useful information i have discovered
|
did you manage to download old version ipa? or do you know any other way to download them? |
Yes, you can follow the directions listed here https://github.com/NyaMisty/ipatool-py#download-old-version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
From what I can tell this is the device public key and it is required to buy/download old versions of IPAs in order to encrypt the IPA for your iTunes account. I cannot find any code that requests or generates this without macOS... I am desperate to get this to work. Has anyone tried? Even after obtaining kbsync from iTunes, I cannot seem to get the purchase request to return anything except 500, which I have read means you already own the app (which means its trying to buy the latest version still)
Can you generate any public key using the spec and then use the private key to decrypt the ipa without a jailbroken device? I plan to try and reverse engineer iTunes.exe to figure out how its generated eventually.... but I am a noob with IDA. I've read its generated from DSID and GUID (I think GUID here is referring to MobileMe Device Identifier? https://github.com/ionescu007/Blackwood-4NT/tree/main#mobileme-device-identifier )
The text was updated successfully, but these errors were encountered: