Skip to content

Commit

Permalink
Update docs to replace password with AAS token
Browse files Browse the repository at this point in the history
  • Loading branch information
Hainish committed Apr 8, 2024
1 parent 46135ff commit a2748ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions USAGE-google-play.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available devices are specified [here](https://github.com/EFForg/rs-google-play/
Likewise, a separate timezone or locale can also be specified:

```shell
apkeep -a com.instagram.android -d google-play -o device=cloudbook,locale=es_MX -e 'someone@gmail.com' -t some_aas_token .
apkeep -a com.instagram.android -d google-play -o device=ad_g3_pro,locale=es_MX -e 'someone@gmail.com' -t some_aas_token .
```

This option attempts to download a split APK if available, and falls back to the full APK:
Expand All @@ -37,12 +37,12 @@ A full list of options:
* `split_apk`: when set to `1` or `true`, attempts to download a [split APK](https://developer.android.com/studio/build/configure-apk-splits)
* `include_additional_files`: when set to `1` or `true`, attempts to download any [additional `obb` expansion files](https://developer.android.com/google/play/expansion-files) for the app

If you prefer not to provide your credentials on the command line, you can specify them in a config file named `apkeep.ini`. This config file may have to be created, and must be located in the user config directory under the subpath `apkeep`. Usually on Linux systems this will be `~/.config/apkeep/apkeep.ini`. In this file specify your username and/or password:
If you prefer not to provide your credentials on the command line, you can specify them in a config file named `apkeep.ini`. This config file may have to be created, and must be located in the user config directory under the subpath `apkeep`. Usually on Linux systems this will be `~/.config/apkeep/apkeep.ini`. In this file specify your email and/or AAS token:

```ini
[google]
email = someone@gmail.com
aas_token = somepass
aas_token = some_aas_token
```

Optionally, the path to this `ini` file can be specified:
Expand Down

0 comments on commit a2748ca

Please sign in to comment.