google-play-console

Why I am receiving Warning - this app does not meet Google Play permissions policy, even though my latest version doesn't require these permission?

人盡茶涼 提交于 2019-11-27 22:09:56
问题 It show this message This app does not meet the Google Play permissions policy relating to the use of SMS or CALL_LOG. You must fix this before March 9. 2019 or your app will be removed from Google Play. Note: if you have recently made a change, it can take up to 12 hours to update this message. My app on its previous version has this permission and apply for an exception when it was rejected I updated the app 2 weeks ago and removed this permission. But now I get this message. 回答1: I also

How to republish an app after unpublishing it?

狂风中的少年 提交于 2019-11-27 16:02:24
问题 I recently unpublished my app. Now I'm not able to find the option for republishing it. I've tried incrementing the version number and re-uploading. please guide me to the right way to get that done. The new PlayConsole interface is quite confusing to me. 回答1: Select app go to Store presence then select pricing and distribution you will find option to publish and unpublish the application 来源: https://stackoverflow.com/questions/45773305/how-to-republish-an-app-after-unpublishing-it

Google Play Console error - Non-upgradable to installed app

女生的网名这么多〃 提交于 2019-11-27 08:55:48
I developed an instant app apk basing on google tutorials and samples. When I'm trying to start rollout to production, I see one error: Non-upgradable to installed app PROBLEM Some users of this Instant App APKs will not be eligible for any of the APKs in your installed app. RESOLUTION Ensure that the targeting of your Instant App APKs matches the targeting of your APKs. Project structure: There are two scenarios, 1st: base - baseFeature, minSdk 18, targetSdk 26 application project(':apk') feature project(':item-details') item-details feature - minSdk 18, targetSdk 26 api project(':base') ui -

Google play console said “You can't edit this app until you create a new app release declaring sensitive permissions” how to fix it?

强颜欢笑 提交于 2019-11-27 04:38:14
I couldn't publish my new released on google play console this morning. It has shown, "You can't edit this app until you create a new app release declaring sensitive permissions" And it does not provide the option to fix. Does anyone know how to fix it? In my case Google removed my app from production, to be able to submit a new release without using the sms i had to: Retain the previous release (where i was using sms), Because of the first step the permission form appeared, I filled the form Added the new apk (without sms) Deactivated the old apk Only then i was able to roll to production.

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

♀尐吖头ヾ 提交于 2019-11-26 18:10:42
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. We’ve identified that your app collects and transmits the Android advertising ID, which is subject to a privacy policy requirement. Is it possible any of my dependencies uses it? Here's the list of dependencies: implementation "org.jetbrains

Google play console said “You can't edit this app until you create a new app release declaring sensitive permissions” how to fix it?

与世无争的帅哥 提交于 2019-11-26 11:13:49
问题 I couldn\'t publish my new released on google play console this morning. It has shown, \"You can\'t edit this app until you create a new app release declaring sensitive permissions\" And it does not provide the option to fix. Does anyone know how to fix it? 回答1: In my case Google removed my app from production, to be able to submit a new release without using the sms i had to: Retain the previous release (where i was using sms), Because of the first step the permission form appeared, I filled

How to remove application from app listings on Android Developer Console

别等时光非礼了梦想. 提交于 2019-11-26 10:16:00
Is there any way to unpublish and then permanently remove an application from the list of applications on Android Developer Console? Blundell 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 particular version of it, you cannot delete it from the Market. However, you can still "unpublish" it. The "Delete" button is only handy when you

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

☆樱花仙子☆ 提交于 2019-11-26 09:05:42
问题 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. We’ve identified that your app collects and transmits the Android advertising ID, which is subject to a privacy policy requirement. Is it