From 9d49c86be19fe35fad91235de2cf1f04107cf291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=B5=E6=96=87=E7=9B=B8=20Zhang=20Wenxiang=20=28?= =?UTF-8?q?=E6=97=8B=E9=A2=A8=E4=B9=8B=E9=9F=B3=20GoneTone=29?= Date: Mon, 30 Aug 2021 10:56:40 +0800 Subject: [PATCH] Update README --- README.md | 9 +++++++-- README_ZH-TW.md | 9 +++++++-- package.json | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86d7aad..809cf36 100644 --- a/README.md +++ b/README.md @@ -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: +You can install the "Device ID" APP on Google Play to obtain the GSF ID of your device: + +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 diff --git a/README_ZH-TW.md b/README_ZH-TW.md index b5a3a7f..7bf4512 100644 --- a/README_ZH-TW.md +++ b/README_ZH-TW.md @@ -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: +您可以至 Google Play 安裝 "Device ID" APP 取得您裝置的 GSF ID: + +請注意: + +- 您取得 GSF ID 的裝置會影響後續取得 APP 資料,如果您想取得資料的 APP 不支援您取得 GSF ID 的裝置,資料會是 null,所以請先確認 APP 是否支援您的裝置。 +- Android TV 無法直接從 Google Play 下載安裝 "Device ID" APP,不過您可以使用其他裝置安裝,然後將 APP 備份為 APK,最後將 APK 傳送到 Android TV 安裝。 ## 使用方法 diff --git a/package.json b/package.json index 0db8a9a..c4fda99 100644 --- a/package.json +++ b/package.json @@ -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": {