google-play

Reboot a Chromecast

我怕爱的太早我们不能终老 提交于 2020-07-07 11:30:48
问题 How can I, using the Cast SDK or otherwise, have my app trigger a Chromecast reboot, in the manner of the official Chromecast app? In the case of 'otherwise', is Google Play likely to look unkindly on this approach? 回答1: There is no API in the SDK to reboot a Cast device and frankly, it is scary to me that you would want to do that programmatically. What is the reason you would want to do that? 回答2: You definitely should be able to. It's just a HTTP post after all. This from pychromecast CC

Google Play Developer Console - An unexpected error occurred. Please try again later

对着背影说爱祢 提交于 2020-07-05 02:46:16
问题 I'm trying to reply to users who have just provided ratings, however, from past 2 weeks I'm facing this error and I'm unable to successfully open the link. Are you facing this error or I'm the only one that is targeted by Google ? Help me to provide users the required support! 回答1: After July 2020 google has updated the play console and redirected on this url https://play.google.com/console If you have not redirected automatically to the above link then manually open this link. 回答2: Make sure

Play store in app purchase product maximum limit

筅森魡賤 提交于 2020-07-03 05:32:04
问题 I know iOS has a maximum number of 10.000 in app purchase products. Does anyone know if there is a similar limit in the google play store? 回答1: There is no limit in Google Play, or if there is it is not publicly documented. On another note, why would you possible need 10000 in app products? 来源: https://stackoverflow.com/questions/16098287/play-store-in-app-purchase-product-maximum-limit

Can I purchase multiple items at one time through Google Play in Android App?

坚强是说给别人听的谎言 提交于 2020-06-27 08:59:11
问题 In my mind, I can only puchase one item at one time in Google App. The Code A is from the project play-billing-samples, you can see here. purchases: MutableList<Purchase> maybe exist multiple items, it seems that I can purchase these items simultaneously through Google Play, right? Code A override fun onPurchasesUpdated( billingResult: BillingResult, purchases: MutableList<Purchase>? ) { when (billingResult.responseCode) { BillingClient.BillingResponseCode.OK -> { // will handle server

App does not update even with appAutoUpdatePolicy set to ALWAYS

女生的网名这么多〃 提交于 2020-06-25 06:34:27
问题 Our Android native Companion App is automatically installed on the device upon enrollment. The matching profile entry is: "packageName": "app.domain.companionapp", "installType": "REQUIRED_FOR_SETUP", "defaultPermissionPolicy": "GRANT", "managedConfiguration": { "key1": "value1", "key2": "value2" }, "delegatedScopes": [ "ENABLE_SYSTEM_APP", "PACKAGE_ACCESS" ] We have pushed an update on the Play Store more than a week ago. But the update does not install automatically on the devices, even if

App does not update even with appAutoUpdatePolicy set to ALWAYS

喜欢而已 提交于 2020-06-25 06:33:13
问题 Our Android native Companion App is automatically installed on the device upon enrollment. The matching profile entry is: "packageName": "app.domain.companionapp", "installType": "REQUIRED_FOR_SETUP", "defaultPermissionPolicy": "GRANT", "managedConfiguration": { "key1": "value1", "key2": "value2" }, "delegatedScopes": [ "ENABLE_SYSTEM_APP", "PACKAGE_ACCESS" ] We have pushed an update on the Play Store more than a week ago. But the update does not install automatically on the devices, even if

How to detect canceled or refunded order for Google in-app billing?

China☆狼群 提交于 2020-06-24 14:50:28
问题 I have red a lot of posts and Google documents, but am still not clear how to tell an in-app purchase has been refunded. I have red carefully In-App Billing v3 - Don't detect refund and Does Google Play In-App Billing Version 3 support refunds?. I believe that I took the following notes from an official Google document a while ago by copy & paste: purchaseState: The purchase state of the order. Possible values are 0 (purchased), 1 (canceled), or 2 (refunded). Now, the official document has

Google App Developer: Change Default Language of App

落花浮王杯 提交于 2020-06-24 07:13:11
问题 I just published my first application on Google Play and I accidentally chose the wrong language as default language for my application. I set "German", though my app is actually in English. I can't find the settings anywhere where I could possibly change this setting. Does anyone know where to edit this? 回答1: click "add translation", select US English. This shows another button "manage translations", and you can change the default language, or delete other translations. 回答2: Go to Google

Google App Developer: Change Default Language of App

纵饮孤独 提交于 2020-06-24 07:13:01
问题 I just published my first application on Google Play and I accidentally chose the wrong language as default language for my application. I set "German", though my app is actually in English. I can't find the settings anywhere where I could possibly change this setting. Does anyone know where to edit this? 回答1: click "add translation", select US English. This shows another button "manage translations", and you can change the default language, or delete other translations. 回答2: Go to Google

Manage Android app flavors on Google Play

生来就可爱ヽ(ⅴ<●) 提交于 2020-06-23 07:16:08
问题 I just created 2 flavors for my app: Staging and Production. Everything seems to work well in both flavors so now I would like to upload my staging release apk (signed) so that testers can test it. As I have a different applicationId for my staging app: stage { applicationId defaultConfig.applicationId + ".stage" versionName defaultConfig.versionName + "-stage" resValue "string", "app_name", "MyApp Staging" } Do I need to create a new App in console play console and deploy this apk to the new