google-play

Play Core In-App Review API not showing the Review Activity

你离开我真会死。 提交于 2021-01-20 14:12:32
问题 I'm trying to utilize the Review API (Play Core library 1.8.0) from Google which was just released yesterday. See https://developer.android.com/guide/playcore/in-app-review I followed the troubleshooting section carefully, I made sure the app is downloaded from the internal testing track, my account does not have a review on the app, the app is in the library of that user etc.. I even tried with a completely new account, but every time the com.google.android.finsky.inappreviewdialog

will open testing on Google Play overwrite the existing production app?

≯℡__Kan透↙ 提交于 2021-01-05 10:41:18
问题 So we already have our application in production, available to all users. We have developed an overhaul of this application, and we would like to set it available for open testing. My question is: if we setup this open testing, will it overwrite the existing app on the play store (then user won't be able to download the actual production app), or will it be available on a separate link? 回答1: No, Production Application will remain as your old version. Production App will be available for the

will open testing on Google Play overwrite the existing production app?

拟墨画扇 提交于 2021-01-05 10:40:31
问题 So we already have our application in production, available to all users. We have developed an overhaul of this application, and we would like to set it available for open testing. My question is: if we setup this open testing, will it overwrite the existing app on the play store (then user won't be able to download the actual production app), or will it be available on a separate link? 回答1: No, Production Application will remain as your old version. Production App will be available for the

will open testing on Google Play overwrite the existing production app?

心不动则不痛 提交于 2021-01-05 10:39:12
问题 So we already have our application in production, available to all users. We have developed an overhaul of this application, and we would like to set it available for open testing. My question is: if we setup this open testing, will it overwrite the existing app on the play store (then user won't be able to download the actual production app), or will it be available on a separate link? 回答1: No, Production Application will remain as your old version. Production App will be available for the

will open testing on Google Play overwrite the existing production app?

天涯浪子 提交于 2021-01-05 10:37:54
问题 So we already have our application in production, available to all users. We have developed an overhaul of this application, and we would like to set it available for open testing. My question is: if we setup this open testing, will it overwrite the existing app on the play store (then user won't be able to download the actual production app), or will it be available on a separate link? 回答1: No, Production Application will remain as your old version. Production App will be available for the

How to Sign android app with private_key.pepk

大城市里の小女人 提交于 2021-01-04 07:53:26
问题 I have an app in Google Play now I need to publish new version 2 of this app. how can I Sign android app with private_key.pepk ? I lost Java keystore (.jks or .keystore) I only have private_key.pepk 回答1: Refer here, this may solve the problem. https://stackoverflow.com/a/47613539/6543693 回答2: The file private_key.pepk is your private key encrypted with a key that only Google can decrypt. It is used only for transferring the key to Google when you enroll in Play Signing. So you can't extract

How to Sign android app with private_key.pepk

為{幸葍}努か 提交于 2021-01-04 07:53:07
问题 I have an app in Google Play now I need to publish new version 2 of this app. how can I Sign android app with private_key.pepk ? I lost Java keystore (.jks or .keystore) I only have private_key.pepk 回答1: Refer here, this may solve the problem. https://stackoverflow.com/a/47613539/6543693 回答2: The file private_key.pepk is your private key encrypted with a key that only Google can decrypt. It is used only for transferring the key to Google when you enroll in Play Signing. So you can't extract

Play Store Crash Report: IllegalStateException on android.view.View$DeclaredOnClickListener.onClick

眉间皱痕 提交于 2021-01-03 06:35:26
问题 One of my apps picked up some crash reports for IllegalStateException. The Stack Traces say it's coming from android.view.View$DeclaredOnClickListener.onClick(view). I have never come across this error in my testing or daily use (I use the app myself on a daily basis on a Samsung Note 4 running Android 6.0.1). Honestly I don't know where to begin to look because the Stack Trace doesn't seem to even refer to any of my own code, just platform code. What am I missing? This version does use the

How to get authorization for accessing Google Play developer API

て烟熏妆下的殇ゞ 提交于 2021-01-02 07:08:33
问题 I am trying to access Google play developer API https://developers.google.com/android-publisher/ to build an inapp purchase product for my company Application. We have to get authorization to make a GET call to the Google play developer API. https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get I followed the steps presented here. https://developers.google.com/android-publisher/authorization Created an Oauth client and and also service account. The gmail account

How to get authorization for accessing Google Play developer API

倖福魔咒の 提交于 2021-01-02 07:08:28
问题 I am trying to access Google play developer API https://developers.google.com/android-publisher/ to build an inapp purchase product for my company Application. We have to get authorization to make a GET call to the Google play developer API. https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get I followed the steps presented here. https://developers.google.com/android-publisher/authorization Created an Oauth client and and also service account. The gmail account