google-developers-console
‘Token has been expired or revoked’ – Google OAuth2 Refresh token gets expired in a few days
If your app is in testing mode then user tokens will expire in 7 days. Please find this explanations here: https://support.google.com/cloud/answer/10311615#zippy=%2Ctesting
Google Play Developer Console: App stuck in “Processing Update”
For anyone stuck on app status “Processing update” with the RESUBMIT APP button grayed out, here’s what I did to force resubmitting the app: Go to Store Presence -> Pricing & distribution; Change country X (any) from Available to Unavailable; Once the change is done, the RESUBMIT APP will be enabled gain; Change country X … Read more
How to delete Project from Google Developers Console
The delete button is right there where the help page says it is. To shut down a project using the Cloud Platform Console: Open the Settings page in the Google Cloud Platform Console. Click Select a project. Select a project you wish to delete, and click Open. Click Shut down. Enter the Project ID and … Read more
Android Emulator stuck loading screen on M1 mac/ Apple Silicon
As for now (19/11/2020) any of the Virtualization tools do not work with the new Apple M1 macs. So things like docker, emulators etc. We might have to wait a bit until this is fully supported unfortunately.
How to change Google consent screen email?
If you want to change the email address that is displayed to the user you have to: Add permission for the new email address to handle the project: Menu > IAM & Admin > IAM, then click on the Add button, enter the email address and select Role > Project > Owner Accept the invitation … Read more
What is “We’ve detected that your app is using an old version of the Google Play developer API” warning in Google Developer Console?
The problem is that your project on Google Cloud Platform is using an old version of Developer Web API. It was automatically set up for you when you enabled developer services intentionally/unintentionally from Google Play Console’s API Access section in Developer Settings. Web API for subscriptions and purchases is actually part of Android Developer API: … Read more
Warnings Your Apk Is Using Permissions That Require A Privacy Policy: (android.permission.READ_PHONE_STATE)
Your app’s manifest.xml having these permission to access information from your’s device but you don’t have privacy policy link while submitting on the play store. so you getting this warning. Need privacy policy for the app If your app handles personal or sensitive user data Adding a privacy policy to your app’s store listing helps … Read more