majd / ipatool

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

ERR error="required flag(s) \"email\" not set" success=false #128

Closed The0verlay closed 1 year ago

The0verlay commented 1 year ago

What happened?

Recibo el error ERR error="required flag(s) \"email\" not set" success=false al momento de autenticarme

Version

2.0

Relevant log output

No response

MMP0 commented 1 year ago

email parameter seems to be required in 2.0.0. https://github.com/majd/ipatool/blob/8dd1a8508dc89f25f69c922f14292f15d0adda36/cmd/auth.go#L50

Try running: ipatool auth login --email <Your Apple ID Email>.