📜  如何添加 android Standalone App Client Id expo - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:54.551000             🧑  作者: Mango

代码示例1
Get an OAuth client ID for your app
Build a standalone app and download the apk, or find one that you have already built.
Go to the Google Developer Credentials.
Click Create credentials, then OAuth client ID, then select the Android radio button.
Run expo fetch:android:hashes.
Take Google Certificate Fingerprint from previous step and insert it in the Signing-certificate fingerprint field.
Add your android.package from app.json (eg: ca.brentvatne.growlerprowler) to the Package name field.
Press Create.