Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GoneTone committed Aug 30, 2021
1 parent a17bf9a commit 9d49c86
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ npm install @gonetone/google-play-api

![Get your own OAuth2 Token](docs/images/get_oauth2_token.png)

## Obtain your GSF ID (Google Service Framework ID)
## Obtain the GSF ID of your device (Google Service Framework ID)

You can obtain your GSF ID by installing this app: <https://play.google.com/store/apps/details?id=com.evozi.deviceid>
You can install the "Device ID" APP on Google Play to obtain the GSF ID of your device: <https://play.google.com/store/apps/details?id=com.evozi.deviceid>

Please note:

- The device which you get the GSF ID from will affect the subsequent data of the application. If the application which you want to get data from doesn’t support the device you get the GSF ID from, the data will return null. Thus, make sure whether the application supports your device.
- Android TV cannot download the "Device ID" APP directly from Google Play. Nevertheless, you can download it on other devices and backup as .APK file, then, transfer the .APK file to Android TV to complete your installation.

## Examples

Expand Down
9 changes: 7 additions & 2 deletions README_ZH-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ npm install @gonetone/google-play-api

![取得 OAuth2 Token](docs/images/get_oauth2_token.png)

## 取得 GSF ID (Google Service Framework ID)
## 取得您裝置的 GSF ID (Google Service Framework ID)

您可以安裝此 App 取得 GSF ID:<https://play.google.com/store/apps/details?id=com.evozi.deviceid>
您可以至 Google Play 安裝 "Device ID" APP 取得您裝置的 GSF ID:<https://play.google.com/store/apps/details?id=com.evozi.deviceid>

請注意:

- 您取得 GSF ID 的裝置會影響後續取得 APP 資料,如果您想取得資料的 APP 不支援您取得 GSF ID 的裝置,資料會是 null,所以請先確認 APP 是否支援您的裝置。
- Android TV 無法直接從 Google Play 下載安裝 "Device ID" APP,不過您可以使用其他裝置安裝,然後將 APP 備份為 APK,最後將 APK 傳送到 Android TV 安裝。

## 使用方法

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gonetone/google-play-api",
"version": "1.0.2",
"version": "1.0.3",
"description": "Access Google Play by logging in and making requests as an Android device!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9d49c86

Please sign in to comment.