majd / ipatool

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

Using current credentials on iOS device #98

Closed lnguyen234 closed 2 years ago

lnguyen234 commented 2 years ago

Description

Is that possible that the tool can use the current logged-in Apple ID on iOS device without re-authenticating using "auth" feature? Thank you!

majd commented 2 years ago

This would require using a different version of the iTunes/App Store API that is present on iOS devices and would require maintaining both versions of the API for iOS and non-iOS devices which is not something that I plan on supporting.