google-play

How to connect playstore payment gateway inside app in Android?

北战南征 提交于 2019-12-11 12:14:11
问题 I am creating an app which is free for few modules and I would like users to pay for other modules that are available in this app. I don't want the users to pay and download the full version from playstore. Instead I would like the users to use my app to pay and activate the full version. I have seen this in lot of games... But I don't know where to start with. 回答1: You can do this with the Google Play Billing. Develop your game with all the modules and enable/disable the modules according to

how does an android phone(or market) recognize an app

我是研究僧i 提交于 2019-12-11 12:03:44
问题 I am developing an android app. Before releasing it to the market I had one doubt. How does an android phone recognise an app? There are 2 fields in the manifest file package="test.mobile" and the android:label="App Name" If 2 apps have the same package, but different names, then can I install them both on the same device? If 2 apps have the same name but different package, then? pls help. 回答1: From http://blog.javia.org/android-package-name/ The Application package is also unique on the

Zero supported device when publishing to Google Play

余生长醉 提交于 2019-12-11 11:37:58
问题 I am running into the zero supported device issue when publishing an Android application. I upload an APK, and Google Play tells me there is zero supported device. My manifest is pretty simple, the only thing apart from the <application> section is this: <uses-permission android:name="android.permission.INTERNET" /> I have no file in app/libs . I am using Android Studio. The build.gradle file looks like this: android { compileSdkVersion 20 buildToolsVersion "20.0.0" defaultConfig {

Unable to upload new APK file to Android Play store (google pay)

别说谁变了你拦得住时间么 提交于 2019-12-11 10:46:53
问题 When I try to upload a new apk version of my app, i get this message: "La aplicación que has enviado recientemente se ha rechazado por infringir las Políticas del Programa para Desarrolladores de Google Play. Si has enviado una actualización, la versión anterior sigue estando disponible en Google Play." After that, i receive and e-mail talking about "Google Pay" but i never used google pay. We detected that at least one APK version in your recent upload isn’t using Android Pay correctly.

What if I change my Android App price to free and after i change idea?

南笙酒味 提交于 2019-12-11 10:43:50
问题 I have read on the market support that "If you have previously published an application for free, you cannot change it to have a price." But I was wondering, if at the contrary I change my app from payed to free and after some time I want to re change it from free to payed! Can I? And if yes, do I have to wait some period (I have read something like this in the contract)? Tnk's Valerio From Italy 回答1: You can change your app from paid to free, but the moment it's free, you can no longer start

How to solve android app install error 110? [closed]

狂风中的少年 提交于 2019-12-11 10:26:46
问题 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 last year . When i'm trying to install or update a app from google play i get an error like: "unknown error code during application install:"-110" So i add an sd card and tried to install app, but still have the same error. Please help me. Thanks in advance 回答1: This Unknown Error Code During Application Install 110 basically

What changes are required to publish an Emergency app having SMS alerts in Google play according to new SMS permission policy

时间秒杀一切 提交于 2019-12-11 10:17:23
问题 I am working on an Emergency app that will send SMS alerts.When i try to publish it ,it shows a form and i need to select option from it. Acc to my app i have selected "Physical Safety/Emergency SMS alerts App" option and submit the app,but Problem is Google rejects my submision. I have SEND_SMS permission in Manifest file and that too comes under Exception category of updated permission policy.What should be done inside code or on play console to make it live? I have gone through all the

Android billing BAD_REQUEST

↘锁芯ラ 提交于 2019-12-11 10:06:56
问题 I'm trying to purchase test item-id "android.test.purchased", to check my billing integration. But got the following error: com.android.vending.api.ApiException: Error from backend. Request=com.android.vending.model.GetImageRequest, Response=BAD_REQUEST Trace: 06-13 13:00:53.521: INFO/ActivityManager(30174): Starting activity: Intent { act=android.intent.action.VIEW cmp=com.android.vending/.billing.InAppBuyPageActivity (has extras) } 06-13 13:00:54.101: INFO/ActivityManager(30174): Displayed

How do we know that somebody already rates the app before redirecting him/her to Google play?

大兔子大兔子 提交于 2019-12-11 09:45:55
问题 Form inside my application, I want to give a pop up for user to rate my app. Now I have implemented a dialogue box which is prompted every third time user launches the app and asks the user to rate the app. It has two buttons - "rate me" and "No, thanks". If user clicks "rate me", it redirects to my app in Google play to allow the user to rate the app. Now my question is how can I find inside my application if user has rated my app. He may go to Google play but do not rate it. What is the

Android app not searchable by Title - only by package name

家住魔仙堡 提交于 2019-12-11 09:39:34
问题 I've just published my first Android app. While it is on the Play Store, I am unable to find it using the Title that I specified for it in the Developer Console ("Meal Timer"). In fact if I search for "Meal Timer" on Google Play none of the first page of results are actually called "Meal Timer". On the other hand if I search for "Mealtimer" (without the space) I can find my app. "Mealtimer" is the name of the app in my Java package. Why I am I unable to find my app by searching using its