Android IAB. Error – Authentication is required. You need to sign into your Google Account

I believe that Google now requires that the app is published as alpha version and a Google group specifically for testing is set up. I wasn’t able to find this information in the official documentation (which means that Google probably didn’t update it in quite some time), but here: https://help.gamesalad.com/hc/en-us/articles/203536123-7-6-In-App-Purchases-IAP-for-Google-Play

Google Play console Warning : unknow validation VALIDATE_APP_MESSAGE_ICON_NOT_UNIFORM

I fixed the above warning by replacing the app icon (Playstore Icon) from the new Google Play Console>Main Store Listing>App icon based on the new guidelines introduced by Google https://developer.android.com/google-play/resources/icon-design-specifications To export the new Play Store Icon, i followed the below link https://developer.android.com/studio/write/image-asset-studio (Image Asset Studio places the icons in the proper locations in the … Read more

Google Play console reporting crashes from unreleased applications

As we are interested in publishing only release applications, we may adopt following strategy to get rid of messing up crash reports : ./build.gradle : android { … defaultConfig { applicationId “my.app.package” … } … buildTypes { release { … } debug { … applicationIdSuffix “.dev” } } … }

How to open the Huawei AppGallery directly?

Opening your app in the Huawei App Gallery is similar to opening Google Play Store: Huawei App Gallery: Scheme: market:// or appmarket:// Package: com.huawei.appmarket vs. Google Play Store: Scheme: market:// Package: com.android.vending Here is a snippet for the Huawei App Gallery: private void startHuaweiAppGallery() { Uri detailsUri = Uri.parse(“market://details?id=” + getPackageName()); Intent intent = new … Read more

Can we update the APK on Google Play Store with out changing the APP Version

You cannot update an existing app w/o changing its version code. Each time you update your app, you should increment its version code by 1. The version code is not externally visible to the user, and is used only as a means of versioning your application. You can update an existing app w/o changing its … Read more

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