google-play

How to link to Android Market app

爱⌒轻易说出口 提交于 2019-12-17 21:53:41
问题 What's the best way to link to an Android Market app without knowing who will get the link (Android user/non-Android user) and from where (desktop/mobile)? For iPhone I use the itunes.apple.com app links. They show a complete description of the app, and if you have iTunes installed, either on the desktop or on your mobile, it allows you to download the app directly. Example: http://itunes.apple.com/us/app/ibooks/id364709193?mt=8 For Android I currently use a third-party Android Market web

My app does not appear in the android market of my Samsung Galaxy S phone

[亡魂溺海] 提交于 2019-12-17 20:52:21
问题 It seems that I have a very similar problem to this one, but the solution described there didn't help me. I have developed the application named PYahtzee Free and PYahtzee. The first one is for free, the second one is the paid version. The problem is that on my phone's (Samsung Galaxy S GT-I9000) market when I search for my apps they are somehow filtered out and cannot be found. I enabled everything on my phone, but without success. I tried to amend the manifest file too. For example in this

App not showing up in android market place/google play

我与影子孤独终老i 提交于 2019-12-17 20:45:21
问题 I published an app to the android market about 3 hours ago and it shows up when I got to https://play.google.com/store/apps/details?id=my.package.name but it won't show up in the search. Also, when I am not signed into google it will appear if I go to https://play.google.com/store/apps/details?id=some.package.name&feature=more_from_developer however if I am signed in it will not appear in that list either. In both cases, signed in or not, if I go to the apps page directly ( https://play

App is published on Play Store but doesn't show up on Tablets

落花浮王杯 提交于 2019-12-17 20:27:49
问题 I have published an app on Google Play Store but when I try to download it on Tablet, it says, app is not compatible. Also, in developer console, I get this message: Your layout should make use of the available space on 7-inch tablets Now, 1st thing , I want to lock app to only portrait orientation and hence screen usage will be almost same. Here's the link of the app. Some imp info about the app: android:minSdkVersion="10" android:largeScreens="true" AND android:xlargeScreens="true" To

Google Play Store - Unexpected error (-32600)

扶醉桌前 提交于 2019-12-17 20:20:15
问题 What does the "An unexpected error occurred. Please try again later. (-32600)" mean? Today I tried to upload a new version/APK and I received this error. It offered me to save it as a draft. Now I can't Unpublish it, Delete version, Deactive version or anything else. I'm stuck with this error. I tried to Deactivate last published version. to Unpublish the whole application, to delete "Draft in Beta" versions. But whatever I do I get that error. I even tried to logout and login again. And

People can't download our specific product in Android Market

二次信任 提交于 2019-12-17 19:27:08
问题 We've recently released our game onto Android Market but are suffering from a major issue. We are getting emails and bug reports from people all over the world that they aren't able to download our game. Searching the web for people with similar issues we've found that some are experiencing similar problems, though they can't download any applications at all from the Market. The people we have been dealing with can download everything else except for our game. The people reporting issues have

Play store reports “Your device isn't compatible with this version” but it installs via adb just fine on Nexus7

醉酒当歌 提交于 2019-12-17 18:53:07
问题 I have an app I released to a private Google Play beta. I can install this exact same APK to my Nexus 7 just fine with adb pm install but through the Google Play store it is marked for this exact same Nexus7 as Your device isn't compatible with this version. This is the same apk. I can't figure out how to get any information on why the play store thinks it's not compatible. My manifest looks like this: <uses-sdk android:minSdkVersion="10" /> <uses-permission android:name="android.permission

App on Android market - HTTP notifications don't come

落爺英雄遲暮 提交于 2019-12-17 18:37:01
问题 PREAMBLE: the question is wildly obsolete. There's no more Google Checkout, no more Checkout API, and no more notification settings in Wallet Console. I have a paid app on Android Market. I've set up an HTTPS notification URL in Google Checkout settings. Yet notifications don't come. My Google Checkout settings under Integration go like this: My company will only post digitally signed carts - checked API callback URL - provided, it's HTTPS and it's valid Notification as XML - checked API

Unable to upload new APK file to Android Play store

与世无争的帅哥 提交于 2019-12-17 18:16:27
问题 I'm getting below error while trying to upload new APK file. Upload failed You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play. 回答1: In my case I had to add android:debuggable="false" into manifest.. Worked even without few days ago. 回答2: If you're using Android Studio, the simplest way is to open the "Build Variant" toolbar on the left bottom and change it from "Debug" to "Release" then "Build" -> "Generated Signed APK".

Convert a website to an android application [closed]

﹥>﹥吖頭↗ 提交于 2019-12-17 17:27:24
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year . I built a site in asp.net C#. Visual Studio 2010. The site scales nicely and fits on my phone and other Android divices. It database driven also. I want to make an app for the android market out of my site now. Free app. Can i easily accomplish this? Can a app be as simple as