majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.77k stars 487 forks source link

Allow setting the Software Version External Identifier #31

Closed shiypc closed 2 years ago

shiypc commented 2 years ago

SVEIDs are (presumably) used by iTunes to grab app versions for downloading a specific version of an app. AppStore++, Adowngrader, and App Admin use this to downgrade apps, and I believe the App Store itself uses it when you're on an older version of iOS than the latest version supports.

Adowngrader is open source, maybe something helpful is there.

majd commented 2 years ago

Unfortunately, the API that ipatool uses does not support setting external version identifiers (at least, as far as I know). I'll leave this issue open for future reference and because it's related to #6.

majd commented 2 years ago

Tracked in #6