NyaMisty / ipatool-py

IPATool-py: download ipa easily
https://drafts.misty.moe/ipatool-py-5848aa887aff4bc49fad6dc495a6578f
501 stars 126 forks source link

A project that can download the old version without kbsync #49

Closed KleinerSource closed 2 months ago

KleinerSource commented 4 months ago

https://github.com/wf021325/ipatool.js You can refer to it.

minif commented 4 months ago

Looking into this, it looks like externalVersionID is a key that you need include in the request you make to the volumeStoreDownloadProduct api (the one that uses Apple ID auth). So a request is something like

<key>creditDisplay</key>
<string></string>
<key>guid</key>
<string></string>
<key>salableAdamId</key>
<string>653726467</string>
<key>externalVersionId</key> 
<string>15473547</string>
</dict> 

Which should be super easy to implement