Google App is Published on Internal Test Track but Can’t Be Found/Downloaded

If this is the first time your app is being published on a track, it will take a couple of hours to be processed. This is only a one-time thing though, for future updates, the availability will be immediate on the internal test track. Once the app is available, you’ll also need to follow the … Read more

Is my app or its dependencies violating the Android Advertising Id policy?

Disable advertising id collection According to the Firebase docs you can disable advertising id collection by setting: <meta-data android:name=”google_analytics_adid_collection_enabled” android:value=”false” /> in your AndroidManifest.xml under the <Application> tag. EDIT: It seems like people are having mixed success with this approach. Try adding configurations { all*.exclude group: ‘com.google.firebase’, module: ‘firebase-core’ all*.exclude group: ‘com.google.firebase’, module: ‘firebase-iid’ } … Read more

Flutter: upgrade the version code for play store

Update version:A.B.C+X in pubspec.yaml. For Android: A.B.C represents the versionName such as 1.0.0. X (the number after the +) represents the versionCode such as 1, 2, 3, etc. Do not forget to execute flutter build apk or flutter run after this step, because: When you run flutter build apk or flutter run after updating this … Read more

How to remove application from app listings on Android Developer Console

No, you can unpublish but once your application has been live on the market you cannot delete it. (Each package name is unique and Google remembers all package names anyway so you could use this a reminder) The “Delete” button only works for unpublished version of your app. Once you published your app or a … Read more

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