google-play

App doesn't show up when browsing Android Market via smartphone

允我心安 提交于 2019-12-31 05:43:05
问题 My Android app doesn't shows up when browsing Android market from a smartphone. However, when I browse via https://market.android.com from my laptop, it appears. I double checked my developer console settings and I do not filter out any countries or devices. I've tested this on various Android devices (LG optimus, galaxy nexus s, etc) from within Canada and the US. 回答1: This is a know issue: source. 来源: https://stackoverflow.com/questions/8557958/app-doesnt-show-up-when-browsing-android

Android App is not showing for tablet users of Google play store

时光总嘲笑我的痴心妄想 提交于 2019-12-31 04:37:10
问题 My android app is not found through tablets in google play store. the App manifest is as : <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true" /> <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission

The apk must be signed with the same certificates as the previous version while uploading apk on market

和自甴很熟 提交于 2019-12-31 03:52:45
问题 I have created an application and published on android market. now i want to publish its 2nd version. the few thing i want to make clear: I have kept same package name. I do not have previous keystore cause i changed the windows so keystore deleted and i do not have backup of that keystore. Now what i should is there any way to retrieve keystore from previous apk. i know there is so many answers on stackoverflow some are saying possible and some are saying impossible. please need exact

Google Sign In error: Status Code: SIGN_IN_REQUIRED when signing in with Google on android

有些话、适合烂在心里 提交于 2019-12-31 03:25:07
问题 Everytime I try to login with Google API, I get the following error. My manifest has the appropriate permissions and I did create my credentials accordingly. So I don't know what the problem is. The consent screen doesn't show either. com.omer.notetoself D/NTS:﹕ ConnectionResult{statusCode=SIGN_IN_REQUIRED, resolution=PendingIntent{3678d5c: android.os.BinderProxy@19bcbe30}, message=null} package com.omer.notetoself; import android.app.Activity; import android.content.Intent; import android

Application not installable on Motorola Xoom from Android Marketplace

拥有回忆 提交于 2019-12-31 03:07:04
问题 My Android application is not installable on a Motorola Xoom from the Android Marketplace. I've already followed the instructions available here, to no avail. Here is my manifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.foo.app" android:versionCode="7" android:versionName="7.0"> <application android:icon="@drawable/icon" android:label="@string/app_name"> <activity android:name=".FooActivity" android:label="

Google Play App Signing and Instant Apps

北慕城南 提交于 2019-12-31 03:05:10
问题 Fairly straight forward question. Does anyone happen to know if Google Play App Signing supports Instant Apps? The reason I ask: Enter your app’s signing config, or select a keystore file. While it’s possible to use a debug config or keystore during testing, the generated Digital Asset Links file won’t be compatible with the release version of your app. If you do upload a Digital Asset Links file that uses a debug config or keystore, then before publishing your app you’ll need to generate and

Is there a way to redeem a promo code from within the app?

て烟熏妆下的殇ゞ 提交于 2019-12-31 03:00:14
问题 Since beginning of this year, it's possible to use promo codes for apps: Create promotions As described on the page In-app Promotions, promo codes can also be redeemed from within the app. It also says "You can also keep a SKU off the Play Store, so the only way to get that item is by entering that SKU's promo code.". That's what I want for an in app product: Only let a user get an in app product by entering the promo code within the app and do not allow to buy it with money. How can this be

My app disappeared from “tablet” google play but still available for phone

最后都变了- 提交于 2019-12-31 00:50:31
问题 I have my app published for couple of months on Google play. People with phones and tablets are able to download it. Surprisingly, sometimes in the last 2 weeks, something with google play changes and my app is only available for phone (I can't find it when I search using a tablet). Any idea if there is something changed or I need to implement? I don't specify any device screen size in my manifist file so it should be fine ,right? Thanks a lot EDIT. Below is the manifest file. The thing that

Does Google Play send update notification to Beta Testers?

社会主义新天地 提交于 2019-12-30 18:01:07
问题 I've built an application and shared the apk (properly signed) to a few beta testers using an URL, not the Market. Now my app is ready to go to the Market and I would like to know if an "update" notification will be displayed to the beta testers. Beta version: android:versionCode="4" Ready to market version: android:versionCode="6" 回答1: Yes, Google Play(Android Market) will send the notification to the Beta testers provided following are fulfilled versionCode of the APK on the market is

Publishing my first android application in Android market

こ雲淡風輕ζ 提交于 2019-12-30 17:31:17
问题 I want publish my app in the android market. How much time does it take to make an android developer account verified by google. also what other things I should do ? 回答1: Google has an extensive guide on the steps to take an the things you need to publish your application on the market: Preparing to publish: http://developer.android.com/guide/publishing/preparing.html Publishing on Android market: http://developer.android.com/guide/publishing/publishing.html After paying for the developer