google-play

My app in google play store was disappeared google play store [duplicate]

不打扰是莪最后的温柔 提交于 2020-03-04 05:04:52
问题 This question already has answers here : Android app no longer available on Google Play (3 answers) Closed yesterday . Currently, my application disappeared from google play store. In spite of previously being available. There is no app update. No warning dialog. No configuration change. No warning email. Status in google play console "Published and All updates are live 6 days ago" google play search result: We're sorry, the requested URL was not found on this server. Is there any issues or

Where can I find crash feedback from users in the Google Play Console?

瘦欲@ 提交于 2020-02-26 05:12:27
问题 When a crash occurs in an application installed via the Google Play app, user's have the option to Send Feedback. A user can optional write feedback to describe the problem they have encountered and then submit their crash report. Is the written feedback provided by the user available anywhere in the Google Play Console? Can the feedback be associated with a stack trace of the crash the user encountered? 回答1: After talking with google support iv received this answer - "The console has been

Access Android Market through SSH tunnel

倾然丶 夕夏残阳落幕 提交于 2020-02-25 00:41:21
问题 My mobile provider firewalls me from downloading applications from the Android market. So what I am trying to is to tunnel all traffic to the Android Market through an SSH connection. A quick search told me that apps are downloaded using port 5228. Thus, I followed those steps: Create an SSH tunnel on dynamic port 5228 using the ConnectBot application On the server side: tcpdump port 5228 Download from Android markert Step 2 does not produce any output, and the app download fails. Therefore,

Keystore and Aliases - is there a use to multiple aliases?

只谈情不闲聊 提交于 2020-02-20 06:31:43
问题 When exporting a signed Android application using Eclipse, is there a purpose to using multiple aliases? According to the official guide about signing, it's recommended that you sign all applications with the same certificate to allow your applications to share data, code and be updated in modular fashion. Assuming that "alias", "key" and "certificate" are essentially interchangeable in this context, is there a reason why someone would want to use different aliases for all their applications?

Keystore and Aliases - is there a use to multiple aliases?

点点圈 提交于 2020-02-20 06:31:32
问题 When exporting a signed Android application using Eclipse, is there a purpose to using multiple aliases? According to the official guide about signing, it's recommended that you sign all applications with the same certificate to allow your applications to share data, code and be updated in modular fashion. Assuming that "alias", "key" and "certificate" are essentially interchangeable in this context, is there a reason why someone would want to use different aliases for all their applications?

Keystore and Aliases - is there a use to multiple aliases?

筅森魡賤 提交于 2020-02-20 06:31:01
问题 When exporting a signed Android application using Eclipse, is there a purpose to using multiple aliases? According to the official guide about signing, it's recommended that you sign all applications with the same certificate to allow your applications to share data, code and be updated in modular fashion. Assuming that "alias", "key" and "certificate" are essentially interchangeable in this context, is there a reason why someone would want to use different aliases for all their applications?

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

时光毁灭记忆、已成空白 提交于 2020-02-18 07:02:52
问题 I've successfully completed the publishing process for an APK to the Internal Test Track. But when I try to view the App for download on the Google Play Store using the "VIEW ON GOOGLE PLAY" link in the screenshot below... ...it opens a new window with the following error: I've also tried using the testers link "download it on Google Play." below... ...but it results in the same message stating the App can't be found. This is the first time the App has been published and it's being done on

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

生来就可爱ヽ(ⅴ<●) 提交于 2020-02-18 06:48:52
问题 I've successfully completed the publishing process for an APK to the Internal Test Track. But when I try to view the App for download on the Google Play Store using the "VIEW ON GOOGLE PLAY" link in the screenshot below... ...it opens a new window with the following error: I've also tried using the testers link "download it on Google Play." below... ...but it results in the same message stating the App can't be found. This is the first time the App has been published and it's being done on

Android app not “designed for tablets” due to drawables

狂风中的少年 提交于 2020-02-13 08:12:13
问题 Google Play states that my app is not designed for tablets: "Your APK should include custom drawables assets for common tablet screen densities." It links to 4. Use assets designed for tablet screens on the Tablet app quality page. I'm trying to understand how I'm not compliant with section 4, and I'd appreciate insights. Is section 4 on tablet assets even accurate for Action Bar icon sizes? It looks like 32dp is the specified size (32x32px at mdpi), but that appears to conflict with the

Android app not “designed for tablets” due to drawables

只谈情不闲聊 提交于 2020-02-13 08:12:08
问题 Google Play states that my app is not designed for tablets: "Your APK should include custom drawables assets for common tablet screen densities." It links to 4. Use assets designed for tablet screens on the Tablet app quality page. I'm trying to understand how I'm not compliant with section 4, and I'd appreciate insights. Is section 4 on tablet assets even accurate for Action Bar icon sizes? It looks like 32dp is the specified size (32x32px at mdpi), but that appears to conflict with the