What permissions do I need to access “API Access” in Google Play console?

Looking here: https://developers.google.com/android-publisher/getting_started “To start making API calls, you’ll set up and manage the Google Play Developer API directly from the Google Play Console. The API can only be managed by the owner of your Google Play Developer account.“ Whilst it’s a bit ambiguous as to whether this is referring specifically to the “API Access” … Read more

You must let us know whether your app is a COVID-19 contact tracing or status app on App on Play Store

Click on Policy -> App content in the Google Play Console (at the bottom of the left menu). In your browser, you should have a URL like: https://play.google.com/console/u/0/developers/…/app/…/app-content/summary Remove summary from the URL, and paste regulated-health-apps instead. You should see a form like: Select the appropriate checkbox(es), save that form, and publish your app again.

Action requested: Declare your Ad ID permission

Case 1: The app doesn’t contain any Ads: You can simply remove/ignore it by adding tools:node=”remove” in the AndroidManifest.xml file. <uses-permission android:name=”com.google.android.gms.permission.AD_ID” tools:node=”remove”/> Make sure you have xmlns:tools at the top of AndroidManifest.xml file Even if another third-party library asks for this specific permission, the build will be forced not to merge it in your … Read more

How remove an update of published application in Google Play Console

In previous versions of Google Developer Console this could be possible unpublising the last .apk and enable to production your desired version but now it can´t be possible. Note that rollbacks aren’t supported due to the app versioning requirements of the Android platform. If you need to rollback, consider launching a previous APK with a … Read more

You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without the ‘an

According to google new policy If your app targets Android 12 or higher and contains activities, services, or broadcast receivers that use intent filters, you must explicitly declare the android:exported: true attribute for these app components. FOR FLUTTER AND REACT NATIVE PROJECTS : add this line to AndroidManifest.xml file of project : android:exported=”true” Now just … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)