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

I’ve just received this message from Google Play but I’m not collecting the Advertising ID. Reason for warning: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement Google Play requires developers to provide a valid privacy policy when the app requests or handles sensitive user or device information. … Read more

How to change Android version and code version number?

How to change Android version and code version number Android Studio? I want to change apk file (app) on Google Play and I need to change Android version and code version number. I tried with this in AndroidManifest.xml file in Android Studio: <manifest xmlns:android=”http://schemas.android.com/apk/res/android” package=”com.bestsoftcorporation.circle.app” android:versionCode=”101″ android:versionName=”2.0″> But it does not work. When I tried … Read more

This version of the application is not configured for billing through Google Play

When I try to run my application with in-app billing I am getting the error: “This version of the application is not configured for billing through Google Play. Check the help center for more information”. I have the billing permission already in the Manifest file and I have a signed .apk uploaded as a draft … Read more

“To Do” list before publishing Android app to market [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more