google-play

Is is possible to pass a custom argument to android market so my app receives it on first launch?

烂漫一生 提交于 2019-12-20 13:10:31
问题 Is there a way to pass a custom argument to android market (or any other way) so my app receives the argument after it gets installed (and run for the first time). Let me explain. Start an intent with argument1="Hello world1" (custom argument every time) Install the app from android market. Open the app for the first time. App shows the msg "Hello world1" Any case will do, not just intent to android market. Most of the time the app will be installed via Barcode scanner with a binded http

In-App Billing: “Query items available for purchase” returns 0 items

折月煮酒 提交于 2019-12-20 10:44:52
问题 I am trying to implement in-app-billing for my app. I am following the implementation used in google's TriviaDrive sample app, and the relevant documentation on the Developer website. My code is working as expected but when I try to "Query Items Available for Purchase", the resulting Inventory object contains 0 objects, even though I have created a product. I have created a Managed Product with the id paid_version using the Google Play Developer Console, as shown in the image below: The

Side effects of changing filter and requirements of an existing app in Android Play/Market

妖精的绣舞 提交于 2019-12-20 10:38:37
问题 No previous questions about it, so here I ask. Background: I have an old app, in free and paid versions, in the Play Market. I created a new version, radically changed and with a different payment system (free app + in app purchases only, no more a paid version: reduce maintenance costs). minSdkVersion also changed from 1.5 to 2.1. Because of all those differences, I decided to upload a new app, not just update the current one (i.e., not selectively provide a new apk for API 7+ --- multiple

Is it possible to have multiple APK support based on country?

孤街浪徒 提交于 2019-12-20 10:23:32
问题 I have an application that has free and priced products, I need to create two APKs for my application and show the application that supports In-App Billing in the countries that support it and show another APK of the same application that doesn't support In-App Billing (It has only the free products) in the countries that don't support it. Can I use the Android Market Multiple APK Support feature to achieve this? If not, is there any feasible suggestions other than creating tow separate

How can i download images from Google Play developer console

白昼怎懂夜的黑 提交于 2019-12-20 10:19:27
问题 I'm about to create a different version of my existing app. I need hi-res icon, featured graphic, and screenshots of previous application. How can I download them from Google Play developer console? 回答1: You can use Google Chrome developer tools to find out the link to your apps graphic in the google play developer console. The link to this graphic is like that: https://lh3.ggpht.com/tl0FC9sBdKWSI37JejuhKrMjlrZkZNbAJmDhaYvs6WahtRvNZC6XEiTIcyQiJ7a2QQ=h300-rw As you can see there is "h300-rw"

Delete an unpublished app from Google Play

心已入冬 提交于 2019-12-20 10:01:06
问题 I create a new app in my Google play account. I did not publish it yet. It is just ready to publish. Is there any way to delete it permanently from my account since it is not published yet? I can not find any remove or delete button. I read here and here, but I couldn't find any delete button. What about if the app is published only to alpha, or perhaps beta - in those cases can you reuse the package name ? 回答1: There is an unofficial delete which might possibly be a bug/glitch in the old

How to open Google play store app directly without chooser intent [duplicate]

杀马特。学长 韩版系。学妹 提交于 2019-12-20 09:58:18
问题 This question already has answers here : How to open the Google Play Store directly from my Android application? (22 answers) Closed 4 years ago . I want to open Google play store directly from my app. Here is what I am doing now. try { // Check whether Google Play store is installed or not: this.getPackageManager().getPackageInfo( "com.android.vending", 0); url = "market://details?id=" + packageName; } catch (final Exception e) { url = "https://play.google.com/store/apps/details?id=" +

Can I use a PayPal donation button in my Android app in Google Play?

£可爱£侵袭症+ 提交于 2019-12-20 09:11:03
问题 My country is not supported by Google for a Merchant account so I can't publish paid apps. But I would like to get some donations from my users. I know that Google says in their policy that all payments must go through Google Play. How about donations? Can I use a donation button, which links to PayPal to accept donations? Or can I use the PayPal Mobile Payment Libraries (MPL) to accept donations? 回答1: I contacted them and they replied as below: Thank you for contacting the Google Play Team.

Android - how to send crash reports?

情到浓时终转凉″ 提交于 2019-12-20 08:50:07
问题 It seems that as of Android 2.2, there is a new feature for sending crash reports, as mentioned in the links: http://www.androidcentral.com/new-android-app-crash-report-tool-already-and-running http://android-developers.blogspot.com/2010/05/google-feedback-for-android.html http://developer.android.com/sdk/android-2.2-highlights.html http://www.youtube.com/watch?v=o8unC9bA4O8 How do I use this feature? Is it automatic for each application downloaded from the market (aka Google Play Store)?

Device Compatibility Issue with Samsung Galaxy Mini

无人久伴 提交于 2019-12-20 06:20:07
问题 I have an app in the android market that is reporting incomparability and so cannot be installed on a Samsung Galaxy Mini. Developer Console says that it is due to my manifest settings. My manifest is very light : android 1.5 or above and bare bones permissions so I'm surprised that this is the problem. My question is in 2 parts: Are there any tools to help diagnose device and app compatibility. What is the problem with my manifest? Here is my manifest <?xml version="1.0" encoding="utf-8"?>