google-play-developer-api

Google playstore app version check not working any more

天大地大妈咪最大 提交于 2019-12-10 18:37:26
问题 For force update I used to call the app url and check the for the html tag value <softwareVersion><softwareVersion/> but suddenly it stopped working there is no softwareVersion tag in the page so getting null. Is there any google api available to check the google play app version. Update - I investigate in more details when I used to call the url the response was 200 but now I am getting 405 回答1: I come up with a solution. When ever I am pushing a new version in the playstore I will add the

Android RealTimeMultiplayer onRoomCreated getting status 2 : STATUS_CLIENT_RECONNECT_REQUIRED

▼魔方 西西 提交于 2019-12-10 18:06:13
问题 I am trying to setup realtime multiplayer in my Android Game. However, when I call Games.RealTimeMultiplayer.create(googleApiClient, roomConfig); after selecting the players. However every time onRoomCreated is called with status STATUS_CLIENT_RECONNECT_REQUIRED and room null : @Override public void onRoomCreated(int statusCode, Room room) { if (statusCode == STATUS_CLIENT_RECONNECT_REQUIRED) { // This gets called repeatedly reconnectGoogleLogin(); return; } else if (statusCode !=

how to Change my app's target API level from 23 to 26

会有一股神秘感。 提交于 2019-12-10 17:40:03
问题 I have a problem when i try to upload my app to google play console and it is the API level that is must be 26 and my app is just developped with 23 version and now i don't know how to change this API version from 23 to 26 to make it works without errors. Help me please! 回答1: Steps: Go to File >Project Structure. select App Module in left panel select Flavour tab from the top menu tabs You can change the Min SDK version (In your case change Target SDK Version to 26 ) Click Ok Reference: http:

“message”: “The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.”

本秂侑毒 提交于 2019-12-10 14:58:35
问题 I am trying to use the following API to download reviews for Android Apps. https://developers.google.com/android-publisher/api-ref/reviews But it requires authentication. So I followed the instructions that were linked in the link above. I was able to get an access token. But I get the following response: { "error": { "errors": [ { "domain": "androidpublisher", "reason": "projectNotLinked", "message": "The project id used to call the Google Play Developer API has not been linked in the Google

Google play developer console crash reports

醉酒当歌 提交于 2019-12-08 17:34:24
问题 I am looking for an API to pull my app's crash reports programmatically and I can't seem to find if this exists or not. I read through the google play developer API docs but it seems like it's for publishing your app and managing game related actions. Anyone know if there is an API available for crash reports? Edit: I can't modify the app, as it's supplied by a vendor but published through our Google Play Developer account. I only have access to the play developer console's ANRS & Crash

Cant upload app on Play Store ( Pricing & Distribution error) [closed]

别说谁变了你拦得住时间么 提交于 2019-12-08 09:39:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I'm trying to add app on play store.It's my second app.There was no problem during uploading of my first app. I've finished APK,Store Listing and Content Rating,but When I switch from navigation to Pricing and Distribution,on The top of the page there is red label with text "Failed to retrieve tax rates for

Google Play Store : How to upload more APKs to support different CPU architectures

我的梦境 提交于 2019-12-05 02:24:20
问题 I want to Support different CPU architectures with each APK (such as for ARM, x86, and MIPS). How do I upload more APKs, I've switched to advanced mode, but the Upload new APK to Alpha button replaces the previous APK. Attached is how my console looks in the APK section. Will appreciate your help. For Reference, Here's my gradle : android { compileSdkVersion 24 buildToolsVersion "24.0.2" defaultConfig { applicationId "app_id_here" minSdkVersion 16 targetSdkVersion 24 versionCode 1 versionName

Gray Box thumbnail icon Google Play Developer Console

半城伤御伤魂 提交于 2019-12-04 21:39:34
问题 i have a problem in the Google Play Developer Console. After i had uploaded a new update of one of my apps, the thumbnail icon of this app in the "All Applications" page changed to this. I had set a different icon both on android manifest and "Store listing" page. 回答1: I have the same thumbnail for my app as well, for which I published an update one hour ago. This was a staged release, so it might be a new symbol indicating such a staged release. 回答2: I have the same thumbnail icon in my

AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials'

删除回忆录丶 提交于 2019-12-04 19:59:40
问题 Problem : I've been using Python Script Samples by Google to upload the apk to Play Store and to get list of apps published via my account (list_apks.py and upload_apk.py ). However recently it started breaking. I've tried to update the packages like google-api-python-client , oath2client etc by doing pip install --update packagename but it didn't help. Logs : This if while listing apk's: Determining latest version for my.package.name... error 25-Feb-2016 06:30:52 Traceback (most recent call

Google Play Store : How to upload more APKs to support different CPU architectures

会有一股神秘感。 提交于 2019-12-03 17:25:42
I want to Support different CPU architectures with each APK (such as for ARM, x86, and MIPS). How do I upload more APKs, I've switched to advanced mode, but the Upload new APK to Alpha button replaces the previous APK. Attached is how my console looks in the APK section. Will appreciate your help. For Reference, Here's my gradle : android { compileSdkVersion 24 buildToolsVersion "24.0.2" defaultConfig { applicationId "app_id_here" minSdkVersion 16 targetSdkVersion 24 versionCode 1 versionName "1.0" multiDexEnabled true jackOptions { enabled false additionalParameters('jack.incremental': 'true'