You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-e, --email <email> The email address for the Apple ID.
72
+
The bundle identifier of the target iOS app.
73
+
-e, --email <email> The email address for the Apple ID.
76
74
-p, --password <password>
77
-
The password for the Apple ID.
78
-
--auth-code <auth-code> The 2FA code for the Apple ID.
79
-
-c, --country <country> The two-letter (ISO 3166-1 alpha-2) country code for the iTunes Store. (default: US)
75
+
The password for the Apple ID.
76
+
--auth-code <auth-code> The 2FA code for the Apple ID.
77
+
-c, --country <country> The two-letter (ISO 3166-1 alpha-2)
78
+
country code for the iTunes Store. (default: US)
80
79
-d, --device-family <device-family>
81
80
The device family to limit the search query to. (default: iPhone)
81
+
-o, --output <output> The destination path of the downloaded app package.
82
82
--log-level <log-level> The log level. (default: info)
83
83
--version Show the version.
84
84
-h, --help Show help information.
85
+
85
86
```
86
87
87
88
**Note:** You can specify the Apple ID email address and username as arguments when using the tool or by setting them as environment variables (`IPATOOL_EMAIL` and `IPATOOL_PASSWORD`). If you do not specify this information using either of those methods, the tool will prompt for user input in an interactive session. Similarly, you can supply the 2FA code interactively or using the environment variable `IPATOOL_2FA_CODE`.
0 commit comments