in-app-billing

Developer error android in app billing v3

房东的猫 提交于 2019-12-11 02:12:52
问题 I've implemented iab v3 in my app months ago. It worked fine, now since last week, querying sku details throws a "developer error" on most of our test devices. So far it only failed on: android version bigger than 4. (eg 4.1.2, 4.2.2, 4.3) Works fine on 2.3.6 All have the latest available updates from google play/services. App is not published, it's in development. Beta apk is uploaded to google play. Anyone else having this problem? Anyone got any suggestions? edit:there was a google play

In-app Billing requires the LATEST Market version, not v2.3.4 as documented

ぃ、小莉子 提交于 2019-12-11 01:58:54
问题 I have Market version 2.3.6 and I was trying to test the sample application per the instructions which state that: If your device is running Android 3.0, in-app billing requires version 5.0.12 (or higher) of the MyApps application. If your device is running any other version of Android, in-app billing requires version 2.3.4 (or higher) of the Android Market application. Well, my device is running Android version 2.3.4 and Market version 2.3.6 and the sample application kept greeting me with

Does canceling a user subscription through merchant console/API refunds him money?

扶醉桌前 提交于 2019-12-11 01:17:48
问题 According to In-App billing documentation, if users cancel's subscription by himself, his only way to receive a refund is by contacting a seller directly. But what happens if owner of the application cancels subscription through merchant account or through API call? Will user get a refund in this case? It looks like he will, but Google payment processing is not sure about this. When I cancel a user's subscription he receives email that explicitly states that " No refunds will be issued ". But

Not Getting The Response From In-App Billing

北战南征 提交于 2019-12-11 00:46:10
问题 I am Implementing Android In-App Billing in my app But I am not getting Json Response from Google play. @Override public void onClick(DialogInterface dialog, int which) { dialog.dismiss(); if (Consts.DEBUG) { Log.d(TAG, "buying: " + mItemName + " sku: " + mSku); } mSku="android.test.purchased"; if (mManagedType != Managed.SUBSCRIPTION && !mBillingService.requestPurchase(mSku, Consts.ITEM_TYPE_INAPP, mPayloadContents)) { showDialog(DIALOG_BILLING_NOT_SUPPORTED_ID); } else if (!mBillingService

Do I need to publish application to test in app purchases?

*爱你&永不变心* 提交于 2019-12-10 19:29:14
问题 I was working on in app billing last time about 1 yesr ago. In that time to test in app billing I was need to setup tester account, upload application in draft mode and publish purchases. Since then Google added "sandbox" mode (which allows to test purchases without money transactions) and I want to use it. I've read documentation but for me it's parts contradict each other. Here it says that I only need to upload the app (nothing about publishing), add purchases and test accounts. Which is

“gift” an In-App-Purchase Android

白昼怎懂夜的黑 提交于 2019-12-10 17:32:55
问题 Is there a way to "gift" an In-App-Purchase from Google Billing to a specific account? I put this question here because if there is a way to do it programmatically, that would be fine, but is not a must. Couldn't find anything about it in the official documentation. The reason I want this is because one of my apps is currently in the Free and Paid versions model. But I want it to go Freemium, and I want the people who already bought the Paid version, to have everything already unlocked in the

Android In-app Billing, multiple purchases of the same item

笑着哭i 提交于 2019-12-10 17:17:58
问题 Is there a way to buy a multiple of an item (SKU)? For example: I have an SKU named LifePoint , and i want to buy 100 LifePoint . (in another word N * my_item ). I found this workaround, but am looking for something better. PS: I'am using In-app Billing Version 3 and my item is Unmanaged (to buy my product many times). Thanks in advance! 回答1: I'm pretty sure that it's been made deliberately impossible to do that to prevent apps from stealing large amounts of money from the user. Each purchase

Google play store is giving extra credits to user? [closed]

断了今生、忘了曾经 提交于 2019-12-10 15:59:06
问题 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 6 years ago . We are using server side validation for validating in-app subscription in play store. Google returned such a response for one of the requests - { kind: "androidpublisher#subscriptionPurchase", initiationTimestampMsec: "1363062617125", validUntilTimestampMsec: "1365762617125", autoRenewing: true } Its a monthly

Android How to get product list from GooglePlay console

…衆ロ難τιáo~ 提交于 2019-12-10 15:58:26
问题 I'm developing Android In-app Billing in my product. I want to ask you about how to get all products that I already registered by Google play console . It's sample code from Google play. List additionalSkuList = new List(); additionalSkuList.add(SKU_APPLE); additionalSkuList.add(SKU_BANANA); mHelper.queryInventoryAsync(true, additionalSkuList, mQueryFinishedListener); but If I put additionalSkuList is nothing, It will return nothing. I want to know all products that I registered in In-app

Android In App Billing Minimum Price

社会主义新天地 提交于 2019-12-10 12:31:03
问题 I am trying to create an in-app product for my app with a price of $0.25. Per https://www.google.com/support/androidmarket/developer/bin/answer.py?&&answer=1153485, I should be able to do that, but I cannot create anything less than $0.99. Is what I am trying to do possible? 回答1: According to: https://www.google.com/support/androidmarket/developer/bin/bin/answer.py?answer=138412 you cannot. 回答2: this is table for price brackets country wise:https://support.google.com/googleplay/android