google-play

Android In App Billing DEVELOPER_PAYLOAD not coming through

断了今生、忘了曾经 提交于 2020-01-01 08:44:51
问题 I've been playing around the the Dungeons app and also my own billing code and pretty much have everything working except for one strangeness. It seems that no matter what I do I can't get the DEVELOPER_PAYLOAD to show up in the JSON signed response. If I'm reading thing right, the docs seem to say that I should see the developer_payload in the JSON market response. The Dungeons app seems to think it should see the developer_payload in the json too. I haven't gotten it to work in my code and

App description update on play store

守給你的承諾、 提交于 2020-01-01 07:28:06
问题 I want to update the description of the app plus the screenshots on play store but the app remains the same viz same version number(I don't want to publish new app since nothing in app is changed) Is that possible or will google ask for app to be updated as well. 回答1: You can update the description and can change screenshot also and your app will remain same only the description and screen will be updated within two hours, and you don't need to update apk. google will never ask to update the

Android Play Store market:// link is no longer working?

不想你离开。 提交于 2020-01-01 05:55:28
问题 I've been redirecting my users for the past year from my domain: http://example.com/get to: market://details?id=com.example.myapp Today I've check this on Nexus 5/LG G3/OnePlus One from the chrome browser app and it stopped working! Now, when my users try to download the app they are redirected to a broken link. Anyone know anything about this change in the Chrome app in Android? 回答1: from reading the chrome's version 40 release, there are some insight i d like to share http://blog.chromium

Android Play Store market:// link is no longer working?

风格不统一 提交于 2020-01-01 05:55:07
问题 I've been redirecting my users for the past year from my domain: http://example.com/get to: market://details?id=com.example.myapp Today I've check this on Nexus 5/LG G3/OnePlus One from the chrome browser app and it stopped working! Now, when my users try to download the app they are redirected to a broken link. Anyone know anything about this change in the Chrome app in Android? 回答1: from reading the chrome's version 40 release, there are some insight i d like to share http://blog.chromium

Google Play Games Services Alert: “Detected incorrect implementation”

≯℡__Kan透↙ 提交于 2020-01-01 05:37:27
问题 I recently received the following alert for my game in the Google Play Developer Console: Detected incorrect implementation Your game has incorrectly implemented the following Play Games services: Achievements. It provides a link to a help page but the page only provides the following information: Detected incorrect implementation This game has implemented invitations but doesn't allow users to join a match from an invitation. This approach is discouraged because it could result in a poor

failed to upload to android market

有些话、适合烂在心里 提交于 2020-01-01 05:35:13
问题 hi guys trying to upload an app to google play but keep getting this error Upload failed You uploaded an APK or Android App Bundle which specifies an actions schema document in its manifest, but action schemas are not yet allowed. If you are part of a beta program, you need to have your developer account whitelisted. Can somebody please explain what im doing wrong.. ive uploaded apps in the past n never come across this error before. here is my manifest file <?xml version="1.0" encoding="utf

Google Play Referral Flow remains empty

蓝咒 提交于 2020-01-01 05:22:28
问题 As shown here http://android-developers.blogspot.de/2013/10/improved-app-insight-by-linking-google.html we can now link our playstore apps to analytics and see the Google Play Referral Flow I linked one of our apps to an Analytics account/property. Still Google Play Referral Flow remains empty even after 2 days of waiting. The App has Google Analytics integrated. Any what could be wrong or missing? 回答1: I found that Google Play Referral Flow only displays analytics for visitors coming via a

You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode error

ε祈祈猫儿з 提交于 2020-01-01 04:38:07
问题 I am trying to upload an Application on the Google Play store. I am building the .apk and signing it using Maven. I have used maven-jarsigner-plugin to sign the .apk file. I am using the key that I created using Eclipse wizard for signing another Android app. I zipalign the .apk file using the following command: zipalign [-f] [-v] infile.apk outfile.apk When I try to uplaod the application on the playstore, I get the error You uploaded an APK that was signed in debug mode. You need to sign

Opening app in Google Play from a redirect link

空扰寡人 提交于 2019-12-31 09:15:44
问题 On an Android device, opening a link to an app on Google Play: https://play.google.com/store/apps/details?id=com.rovio.angrybirds&hl=en will automatically open the Google Play app by default. But if you have a link that redirects to the Google Play link, the device opens the browser and then navigates to the browser version of Google Play. Why does this behavior occur? Unfortunately I cannot use the market:// with Intents which can open Play, I have only control over a web link. edit: Seems

How to check if transaction is made with test account purchase or with real account purchase?

試著忘記壹切 提交于 2019-12-31 07:15:15
问题 I am making an In-app purchase test with test account but the response from google is same as the purchase made from real account. How to check if the purchase is test based on the response from google? 回答1: Yes, you can check that from the purchaseType field of the Google's Purchases.subscriptions API response refer. Field : purchaseType Type : integer Description : The type of purchase of the subscription. This field is only set if this purchase was not made using the standard in-app