[android-developers] In-app Billing for hybrid app.

2017-08-16 Thread Diogo Henrique
Hi, I'm projecting a hybrid app using cordova. My app will offer a monthly subscription to change the user plan(default or premium account). So, as I'm making a hybrid app, I'm programming in web language(HTML, JS, PHP,...). But, according the Google's policy center, I have to use the Google Play

[android-developers] In-App Billing Response Code

2016-11-17 Thread dewi . marisa
Hi, I have a question about Server Response Codes for in-app billing. I have read the page here https://developer.android.com/google/play/billing/billing_reference.html I already put the code in my application and connect it into my google analytics, but the problem is I a little bit confused ab

[android-developers] In-app billing upgrade to full version is not reliable for customers

2016-09-21 Thread MobileVisuals
We use managed In-app billing (IAB) in 3 apps. Sometimes there are reports from customers that they don't get the upgrade to full version, eventhough the apps are carefully tested on our test devices on Android 6 and 4.4.4. We test through alpha testing and we have not found any problems with u

[android-developers] In-app Billing. Cheaters refund.

2016-08-05 Thread SergeiRDN
Hi. We have a client server application. Users make in-app purchases (buying coins). Some users abusing refunds in-app. They get coins and cancel the purchase (they don't spend real money). We have no way check in-app because GooglePlay don't provide any instruments for it. There is one way: c

[android-developers] In-App billing

2016-07-13 Thread Rocky Balboa
How can i implement in_app billing in a sample app without the Google Play Developer Console Account...? I just want to develop a sample App which contains a list of products for purchases.. I want to show a fake Dialog box which reveals the product and a price and option to buy the product...

[android-developers] In-App Billing Static Responses do not work for Android TV

2016-05-20 Thread Myk Willis
As per the documentation on testing in-app purchases on Android: https://developer.android.com/google/play/billing/billing_testing.html#billing-testing-static An application should be able to use the reserved product codes ("android.test.purchased", etc.) to test in-app billing flow, without ha

[android-developers] In-App Billing v3 getSkuDetails() returns empty "description" on old versions of Play Store

2016-02-16 Thread Markus A.
When testing In-App Billing on an cheap, but relatively current device (the Samsung Replenish M580) that runs Android 2.2.2 and only supports Play Store v3.9.16, I found that the DETAILS_LIST returned by getSkuDetails()

[android-developers] In-app billing error "Authentication is required"

2015-05-31 Thread R2D2
Hello, I updated my app with IAB V3 and now users can't purchase my in-app product. The error is: "Authentication is required. You need to sign into your Google Account." There is also this error in the logs: BasicNetwork.performRequest: Unexpected response code 403 for https://android.clients.

[android-developers] In app billing testing issue...

2014-11-05 Thread Eden
Hi, I followed strictly the android dev instructions to test the IABv3 http://developer.android.com/google/play/billing/api.html and also this post instructions http://stackoverflow.com/questions/11068686/this- version-of-the-application-is-not-configured-for-billing-through-google-pla but af

[android-developers] In app billing security question

2014-08-25 Thread luca
I am totally new to in app billing. Reading the android documentation, it seems that using a remote server to make signature verification is the best thing to do: > Implementing the verification process on a server makes it difficult > for attackers to break the verification process by reverse e

[android-developers] In app billing secirity question

2014-08-25 Thread luca
I am totally new to in app billing. Reading the android documentation, it seems that using a remote server to make signature verification is the best thing to do: > Implementing the verification process on a server makes it difficult > for attackers to break the verification process by reverse e

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-15 Thread Nathan
On Thursday, August 14, 2014 4:25:30 PM UTC-7, Kostya Vasilyev wrote: > > Or with the just updated Google Play app. > Very likely. I have few a people telling me "the version of Android Market on their phone doesn't support in app billing". Nathan -- You received this message because you

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-14 Thread Kostya Vasilyev
Or with the just updated Google Play app. 15 авг. 2014 г. 3:11 пользователь "Nathan" написал: > In addition, I wonder if it has anything to do with this spec: > Kernel version: 3.4.0-cyanogenmod-g433243c build02@cyanogenmod ) > > -- > You received this message because you are subscribed to the

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-14 Thread Nathan
In addition, I wonder if it has anything to do with this spec: Kernel version: 3.4.0-cyanogenmod-g433243c build02@cyanogenmod ) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@google

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-14 Thread Nathan
On Wednesday, August 13, 2014 9:14:29 PM UTC-7, Nikolay Elenkov wrote: > > On Thu, Aug 14, 2014 at 9:41 AM, Nathan > wrote: > > > > > So why would Google Play send me a bogus signature? Its not the first > Google > > glitch, but what can I or the customer do about it? > > > > Build a backu

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-13 Thread Nikolay Elenkov
On Thu, Aug 14, 2014 at 9:41 AM, Nathan wrote: > > So why would Google Play send me a bogus signature? Its not the first Google > glitch, but what can I or the customer do about it? > Build a backup license restore method (using randomly generated license codes that your *own* server verifies, e

[android-developers] In App Billing - Signature Verification failed.

2014-08-13 Thread Nathan
Customer cannot restored a purchased subscription. Log indicates: "Purchase signature verification **FAILED**. Not adding item." This happened several months ago as well. I checked the server logs and yes indeed the signature was invalid. I don't know what ever happened with that customer. Cus

[android-developers] in-app billing subscription issue

2014-03-06 Thread Gary Blakely
I have subscriptions working in my app but I am getting a random error, once in a while... I'm querying inventory as follows: mHelper.queryInventoryAsync(mGotInventoryListener); The IabResult that comes back to the async listener is Failure with the following message... android iabResult: E

[android-developers] in-app billing: testing subscriptions

2014-01-05 Thread Gary Blakely
I have my in-app subscription working using a second test account. Now when I check inventory using queryInventoryAsync the subscription shows up as expected. So now I want to do some more testing. I want to cancel the subscription and then when I know that works, I want to test again. Howev

[android-developers] In-App billing delete subscription items

2013-12-19 Thread AndroidKing
I can't find a way to do that from the developer console.. How to I delete a sub item??? I am doing some testing and I created two sub items for testing... Based on this from Google http://developer.android.com/google/play/billing/billing_subscriptions.html it says "*Important*: You can remove

[android-developers] in-app billing issue regarding the TrivialDrive sample app

2013-12-19 Thread Gary Blakely
I have the TrivialDrive app working but I still have a question on consumable purchases . . . The app starts out in the onCreate event doing a queryInventoryAsync call to see what the inventory for this user is and, among other products, it checks to see if there is any gas in the google inve

[android-developers] In-app billing: different prices for countries?

2013-11-08 Thread Tamás Kovács
Hello, Something isn't clear to me. The In-App Billing Pricing says: "At this time, you will be able to sell in-app items in your home currency, which is generally the currency of the country registered on your Google Play account." (Source: https://support.google.com/googleplay/android-develop

[android-developers] in-app billing disconnects from activity on configuration change

2013-09-24 Thread Ted Hopp
In testing an app with in-app billing, we found a nasty problem that occurs if there is a configuration change while a purchase flow is in progress. The initiating activity is destroyed and restarted, breaking the link from Google checkout process to the activity. To the user, it appears that th

[android-developers] In app billing and trial query.

2013-06-13 Thread Abhi
Hi, I am building an application which I wish to upload to the app store as a paid app. But i would like to post it as a trial app for a set amount of time. I looked at all the options in the app billing version 3. I have found a few problems. 1. If I create my app with a non-consumable inapp

[android-developers] In App Billing. Managed and un-managed items question

2013-04-16 Thread LostDev
We have an application that has been using In App Billing Version 2 API and have recently upgraded it to Version 3. When we registered our products originally in the Google Play Developer Console, we registered them as un-mnaged products. Under version 3 I understand that all products are mana

Re: [android-developers] In App Billing v3 questions

2013-02-27 Thread Nikolay Elenkov
On Thu, Feb 28, 2013 at 3:26 PM, LostDev wrote: > > The library we developed for IAB Version 2 runs in a separate thread as it > handles numerous server connections before the purchase request is sent to > Google, and after purchase results are received. > > Rather than change the architecture of

Re: [android-developers] In App Billing v3 questions

2013-02-27 Thread LostDev
Nikolay, Thanks for your reply. Concerning running launchPurchaseFlow from the UI thread. The library we developed for IAB Version 2 runs in a separate thread as it handles numerous server connections before the purchase request is sent to Google, and after purchase results are received. Rath

Re: [android-developers] In App Billing v3 questions

2013-02-27 Thread Nikolay Elenkov
On Thu, Feb 28, 2013 at 1:34 PM, LostDev wrote: > > Is there any easy way to maintain separation between the application and our > billing library? Require the client activity to implement some interface and pass it as a parameter to your library's method's as needed. It doesn't really matter wh

[android-developers] In App Billing v3 questions

2013-02-27 Thread LostDev
We've developed a library to hide the finer details of In App Billing in Version 2 from client applications. Now we're planning to upgrade to Version 3 and I've hit a snag. Currently the application (Activity) using the library creates an instance of the library object and calls methods to get

[android-developers] In-app Billing v3 - "user is not eligible for this purchase"

2013-02-08 Thread rudas
Hi all, I have implemented the new billing API suggested by Google and used the trivialdrive demo as a template. But I'm not able to purchase my in-app item. As soon as I'm redirected to the Play store I get the following error message "user is not eligible for this purchase" Implementation de

[android-developers] In App Billing - getSkuDetails returns app name as part of product title

2013-01-30 Thread Lev Stipakov
Hello, I have noticed today that getSkuDetails returns application name as part of product title, something like: { "productId" : "exampleSku", "type" : "inapp", "price" : "$5.00", "title : > "Example Title (HERE GOES APP NAME)", "description" : "This is an example > description" }' This has

[android-developers] In-app billing V3 - "Error while retrieving information from server. [RPC:S-7:AEC-0]"

2013-01-28 Thread Rajan
i have create one app and already published in that app i used in-app billing (UNMANAGED). When i test it using "android.test.purchased" product id, it will works properlly, but after publishing the app i test it again using live product Id at that time it will not working, means my app redirec

[android-developers] In app Billing V3 onActivityResult isn't called

2013-01-07 Thread Rajan
I've implemented the new In-app billing in my application, but when I tested it works but did't reply me a signature. After purchasing onActivityResult method isn't called. the very strange behavior that i show in my app is : i got the signature when my activity is recreated (means press butto

[android-developers] In App Billing Error

2012-12-14 Thread Ajmer Singh
Hi All I am implementing In app billing(Version 3) in android app. 1. I had put the Signed apk on the Play Store. 2. Also had a managed Product Activated. 3. Using a Signed apk for testing on phone. 4. Managed Product is also showing up in my Query for the inventory. 5. Also create

Re: [android-developers] In-App billing draft apk not appearing in Developer Console

2012-12-06 Thread jb
OK, I think I got it working. All I needed to do was to add my In-App Products to my "published" apk, and now I can get the information for the In-App Product, using my draft apk version. On Thursday, December 6, 2012 5:34:45 PM UTC-8, Nikolay Elenkov wrote: > > On Fri, Dec 7, 2012 at 10:29 AM

Re: [android-developers] In-App billing draft apk not appearing in Developer Console

2012-12-06 Thread Nikolay Elenkov
On Fri, Dec 7, 2012 at 10:29 AM, jb wrote: > Don't I need the draft present to add the IAP entry. Or do I add that to the > existing published apk? > Not sure what you mean? The draft APK needs to be there, it just won't show up on the main screen. -- You received this message because you are s

Re: [android-developers] In-App billing draft apk not appearing in Developer Console

2012-12-06 Thread jb
Don't I need the draft present to add the IAP entry. Or do I add that to the existing published apk? On Thursday, December 6, 2012 5:22:10 PM UTC-8, Nikolay Elenkov wrote: >> >> On Fri, Dec 7, 2012 at 7:55 AM, jb > >> wrote: >> > Hi, >> > >> > I'm trying to test In-App billing on my app. >>

Re: [android-developers] In-App billing draft apk not appearing in Developer Console

2012-12-06 Thread Nikolay Elenkov
On Fri, Dec 7, 2012 at 7:55 AM, jb wrote: > Hi, > > I'm trying to test In-App billing on my app. > I registered a test account in my Google Play account. > > I uploaded a new, signed apk as an unpublish draft (I uploaded and saved, > but did not publish) > The VersionCode is greater than the publi

[android-developers] In-App billing draft apk not appearing in Developer Console

2012-12-06 Thread jb
Hi, I'm trying to test In-App billing on my app. I registered a test account in my Google Play account. I uploaded a new, signed apk as an unpublish draft (I uploaded and saved, but did not publish) The VersionCode is greater than the published apk (49 vs 48) The VersionName is different than th

[android-developers] In App Billing: making sense of errors in the logs.

2012-11-01 Thread Bram Stolk
Hi, I am integrating In App Billing, going by the Dungeons example from the SDK. android.test.purchased works for me, but when getting my own products, it fails. I try to make sense of the errors in the logs. There are so many to choose from. Some info on my setup: - I test with proper test acc

Re: [android-developers] In-app billing for canadian

2012-10-14 Thread MathieuB
You mean you have a google checkout merchant account? And you register for in-app billing? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gr

Re: [android-developers] In-app billing for canadian

2012-10-14 Thread Ralph Bergmann | the4thFloor.eu
Am 14.10.12 19:41, schrieb MathieuB: > Thought the same thing when I read it, they said it clear. But when it's > time to open a google checkout account so I can receive money, it says > only available to US and UK... I have a account in Germany, I think there is something else wrong :-( Ralph

Re: [android-developers] In-app billing for canadian

2012-10-14 Thread MathieuB
Thought the same thing when I read it, they said it clear. But when it's time to open a google checkout account so I can receive money, it says only available to US and UK... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] In-app billing for canadian

2012-10-14 Thread Ralph Bergmann | the4thFloor.eu
Am 13.10.12 18:31, schrieb MathieuB: > to look at implementing in-app billing, when I faced the fact that > canadian CANNOT open google merchant account... I was a bit shocked. are you sure? "In-app billing is available to developers in supported locations for merchants." https://support.google.c

[android-developers] In-app billing for canadian

2012-10-13 Thread MathieuB
Hello, I'm a canadian developer working on an android app. It is currently free on the google play store. The strategy for this app, from the beginning, was to someday implement in-app billing. So the user download the free app, goes through a list of items, some free and some not, usual patte

Re: [android-developers] In-App Billing Example (Dungeons) does not increment purchases.

2012-10-04 Thread Kostya Vasilyev
You will probably want to implement your own purchase tracking mechanism, for security / obfuscation if nothing else. -- K 2012/10/4 Escape Radius > I've successfully tested the in-app billing example, Dungeons, and have > observed an apparent error in its implementation (or in the documentatio

[android-developers] In-App Billing Example (Dungeons) does not increment purchases.

2012-10-04 Thread Escape Radius
I've successfully tested the in-app billing example, Dungeons, and have observed an apparent error in its implementation (or in the documentation). In PurchaseDatabase.java the insertOrder method does not insert multiple rows in the table as the documentation points out: > > * Inserts a

[android-developers] in-app billing is possible through Paypal A/c.

2012-09-13 Thread Andrea Pietroni
Google for: android paypal api OR library For very lazy people, first two results: https://www.x.com/developers/paypal/products/mobile-payment-libraries https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_MPL_Developer_Guide_and_Reference_Android.pdf -- You received this message becau

[android-developers] in-app billing is possible through Paypal A/c.

2012-09-12 Thread Rajan
hi all, i want to use *in-app billing* as a paid service, but for that i don't want to use Google PLAY (App market) or i don't want to go through Google PLAY. it must be done through the user's Paypal account. is it possible (Programmatically) ?? if YES than please provide me any link or an

[android-developers] [in App Billing]RESTORE_TRANSACTIONS limit

2012-09-04 Thread shizu
Hi, Try to many RESTORE TRANSACTIONS Request is caused error. (RESULT_SERVICE_UNAVAILABLE) How many times I can try this request ? And,Is Limit for packagename or user account? It is same about Google Play Android Developer API's limit(15000) ? -- You received this message because you are sub

[android-developers] In app billing implements problem

2012-08-22 Thread Shaun Z
Hi everybody I try to implements in app billing simple, but when i buy "sword_001" and "potion_001" ,then google play send a error message code: [DF-BPA-13] , when i buy "android:test.purchased" and "android:test:refunded" that can succeed! who know what happend?! thanks all.

[android-developers] In App Billing Test User Question

2012-08-16 Thread Duong Nguyen
Do i need to setup a sandbox account to test my in-app billing? I've added the test account like the In-App billing docs wants but when I go to buy my product it prompts me for real credit card info, this is not what I want to do. I will be performing many purchase requests daily and I don't wan

[android-developers] In App Billing -implementation to sell subscriptions

2012-07-30 Thread David Toledo
Hi All Exist some way from making testing with android.test.purchased for Consts.ITEM_TYPE_SUBSCRIPTION. The result is "Item not found" When I using the right "productId", all is good. When I using "android.test.purchased" for Consts.ITEM_TYPE_INAPP, all good, too Best Regards David -- You re

[android-developers] [In-app Billing] Test app always getting error [DF-BPA-13]

2012-07-25 Thread AL Garcia
Hello All. I've been working on the test app for Android In-App Billing, have published the app, can see the items, but when attempting to purchase I always get the following error: Error processing purchase [DF-BPA-13] I've tried it on several Android Phones (with GB and ICS) and result is a

[android-developers] In App Billing Limits

2012-07-11 Thread sam
I would like to know what the maximum number of items that can be placed in In App billing for both Android. I seem to remember reading around 3000 but I cannot find the reference. Also if 3000 is the maximum what are the legitimate way to get around this. My app will sell content and I thought a

[android-developers] In-app billing request

2012-06-25 Thread Sandeep Venkat
If anyone working on google play in-app billing please reply me folks -- Thanks&Regards *Sandeep MNVVB* * * -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsub

[android-developers] In App Billing V2: Item not found, but purchase OK

2012-06-15 Thread John
Have In App Billing V2 incorporated into my code and be able to buy one-time purchase item and yearly subscription item. But when purchasing one-time purchase item, always get the message "Item not found". Is this a Google bug? Any help? Thanks in advance. -John -- You received this message b

Re: [android-developers] In App Billing

2012-06-15 Thread John
I have tried the checkout API and that's working for my in app billing purchase. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] In App Billing

2012-06-12 Thread Nikolay Elenkov
On Wed, Jun 13, 2012 at 7:05 AM, John wrote: > Yes. I am keeping the data in a database. But the question here is what > happens if my private key gets hacked. Then I cannot trust the data from the > client. Your private key is kept on Google Checkout servers, so the chance of it being 'hacked' i

Re: [android-developers] In App Billing

2012-06-12 Thread John
Yes. I am keeping the data in a database. But the question here is what happens if my private key gets hacked. Then I cannot trust the data from the client. Also, the Google Checkout has more data, such as purchase price, that the client doesn't provide to me. On Tuesday, June 12, 2012 3:10:0

Re: [android-developers] In App Billing

2012-06-12 Thread kadmos
Couldnt you send the signed/returned JSON data string object to a remote database and keep/use that as a record of purchase? I seem to recall something like this being suggested in the developer guide or a tutorial. On Tuesday, June 12, 2012 4:18:01 PM UTC-4, John wrote: > > What about through

Re: [android-developers] In App Billing

2012-06-12 Thread John
What about through Google Checkout? Do inapp Purchases go through Google Checkout? I notice that there is an API to get purchase information thereon. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

Re: [android-developers] In App Billing

2012-06-12 Thread Kumar Bibek
Nope. The receipt has to be sent by the device Sent from my Nexus S On Jun 13, 2012 12:13 AM, "John" wrote: > We are going to use in app billing to set up a system where content is > delivered from our server, once the user purchases an in app feature. > > Does anyone know if there is an officia

[android-developers] In App Billing

2012-06-12 Thread John
We are going to use in app billing to set up a system where content is delivered from our server, once the user purchases an in app feature. Does anyone know if there is an official way, that our server can contact Google's server to get a receipt of purchase, rather than trusting the user's devic

[android-developers] In App Billing SecurityException: caller uid XXXXX is different than the authenticator's uid

2012-04-16 Thread Liorry
I'm trying to implement the in-app billing feature in my app. I did everything the tutorial suggested: * Implemented the sample app in my app * Changed all the packages names and added my public key in the Security.class * Added a test account and made sure it's the default account in the device

[android-developers] In-app-billing experience vs PayPal?

2012-03-06 Thread Mark Wyszomierski
Hi, I've got a multiplayer game where users can play up to 5 games at a time for free. I'd like to offer the option to pay $N to play up to 10 games at a time. This seems likes a perfect use-case for paypal, but it sounds like the marketplace terms forbid this. The 30% cut that marketplace would

[android-developers] In-App Billing always fails with “Reason: Took too long to deliver”

2012-02-03 Thread Andrin von Rechenberg
Hey there I'm trying to add in-app billing to my app. I think i’ve implemented everything just fine, the purchase window for an item pops up and I can click on buy, but then it is saying “Authorizing Purchase” for ever and then it fails. The purchase is listed in the google checkout account as “C

Re: [android-developers] In-App Billing Tracking By Android Market

2012-01-31 Thread TreKing
On Tue, Jan 31, 2012 at 8:49 AM, beachboy wrote: > how does the market know that I have unlocked these features and that the > Lite version is really now the Paid version? > It doesn't - *your app* would check if the user bought the "unlock" item and react accordingly. -

[android-developers] In-App Billing Tracking By Android Market

2012-01-31 Thread beachboy
If I provide the traditional lite/paid versions that can exist in the market prior to In-App billing and then I change the Lite version to support In-App billing and unlock features to make it now the same as the paid version, then how does the market know that I have unlocked these features and th

[android-developers] [In-app Billing] Need clarification on Android Market application version requirements in supporting In-app Billing

2011-12-29 Thread Tim Guo
I am confused by one statement in Google’s official document: *“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 A

[android-developers] In App Billing RESULT_ERROR

2011-12-28 Thread develo...@pawprintgames.com
Hi there, I recently launched an application on the Android Market which includes In App Billing. I have tested this functionality both whilst developing, using a test account and once the application went live on the market (using a non test account, on a completely different mobile phone) and fo

[android-developers] In-app billing

2011-12-05 Thread Jonathan Cook
Is it possible to use in-app billing to charge for constantly updating information on events and retail offers for a small busy town center. Could you offer say January to March 2012 as a product and without purchase of April to June 2012 new information on events and offers would cease. After purc

Re: [android-developers] In-app billing: Creating coupons ?

2011-11-07 Thread Kostya Vasilyev
In-app billing does not allow free (of charge) items. You can refund a purchase once it's been completely processed (i.e. the money actually changed hands) and keep activation (it's up to the application code to treat refunded items as active: Dungeons does this). There is no expiration date e

[android-developers] In-app billing: Creating coupons ?

2011-11-07 Thread androidmediadeveloper
We want the ability to setup a beta program for our pro app, which uses in-app billing. I am exploring the possibility of giving our beta testers access to the pro features on the app for free for a limited amount of time, i.e., until we ship it in public. Was wondering if there is a way to generat

[android-developers] In-App Billing

2011-10-31 Thread Beneti
Someone already implement In-App Billing? I have a doubt. I'm implementing and the extra inapp_signature from com.android.vending.billing.PURCHASE_STATE_CHANGED is null in Market response. Is it correct? Will be not null when I test with MY owm items? I'm using android.test.purchased for test. I tr

[android-developers] In app billing: restore single transaction?

2011-10-30 Thread Stefan Alder
>From what we've seen restore_transactions, restores all transactions. Is it not possible to restore, or verify, a single transaction? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@g

Re: [android-developers] In-app Billing - not working on 1.6 & 2.1

2011-10-05 Thread Chad Ata
Thanks for double-checking. For me, some of the transactions are working, such as the purchase request. The purchase confirmation is never completing though. I don't want to take any chances with our users, so I'm going to remove the feature for <=2.1 for now. -Chad On Wed, Oct 5, 2011 at 2:19

Re: [android-developers] In-app Billing - not working on 1.6 & 2.1

2011-10-05 Thread Kostya Vasilyev
2011/10/5 Sheado > Hello, > > In-app billing doesn't seem to be working on 1.6 & 2.1. I'm testing > with the Dungeons sample app and purchasing android.test.purchased. > Same issue in my own app. > I just ran a quick test on a 2.0.1 device, and it worked - for an app that's in production, with a

[android-developers] In-app Billing - not working on 1.6 & 2.1

2011-10-04 Thread Sheado
Hello, In-app billing doesn't seem to be working on 1.6 & 2.1. I'm testing with the Dungeons sample app and purchasing android.test.purchased. Same issue in my own app. Is billing unstable for those versions? Should I remove billing for 1.6 & 2.1 devices? Thanks! -Chad -- You received this mes

[android-developers] In app billing items

2011-09-27 Thread Brad Gies
Hi, I'm just starting to test in app billing, and I thought there was a way to pull the list of available items to purchase from the market app, but I'm not seeing any samples etc. I do see the example of "Restoring Transactions" which pulls the list of previously purchased items. How do I ge

[android-developers] in app billing not working

2011-08-29 Thread Imotep
i'm trying to add the in app illing in an application but something is wrong: I took the goole's sample code and just extended the "purchaseobject" class, and add a log in each function. It worked fine and I could make some transactions, restorations, etc. Now, when I make an chekbillingsupported

Re: [android-developers] In-App Billing forces screen orientation change

2011-08-25 Thread TreKing
On Thu, Aug 25, 2011 at 5:37 PM, groob wrote: > Does anyone ever met similar behaviour? Yes, this is how Android works. > Anyone knows the solution? Solution to what? You didn't state a problem. ---

[android-developers] In-App Billing forces screen orientation change

2011-08-25 Thread groob
Hello! I'm trying to deal with an issue taking place when Google Checkout window (by its intent, I believe) appears over my application. I've been performing tests on Motorola Milestone/Droid, but I do know about several other devices behaving the same way. I took "Dungeons Example" from Google t

[android-developers] In-App Billing Question

2011-08-24 Thread Scott Allender
I am attempting to integrate in app billing in an application. My billing service binds to Google's service fine, but when I send the CHECK_BILLING_SUPPORTED request, I always receive a RESULT_BILLING_UNAVAILABLE. My phone's main account is set up as a test account, and I have uploaded the APK (b

[android-developers] in app billing errors

2011-08-11 Thread Simon
Hi, I've searched around, but haven't found much info on this. I am implementing in app billing, and run through several successful tests with my unpublished app and a published in-app product. After I published the app however, I never seem to get back any indication that the purchase state act

[android-developers] In-App Billing broken in 3.0.27

2011-08-02 Thread Randall
Hello, I started noticing strange behavior in my own app, so I tried the "Dungeons" sample app and I'm seeing the same behavior there: 1. Purchase managed product 2. Observe that the order is in the un-actionable "Cancelled" state in the Checkout console (details follow) Jul 29 8:09 AM

[android-developers] In App Billing: Account test is blocked

2011-07-25 Thread seal2002
Hello all, I write an App with In App Billing, try to sell something in my app. I tested the In App Billing function with the test account (with credit card). But after 10 - 20 transactions, my account is blocked. I can't buy any things more in my App. I try to check something but the account stil

[android-developers] In App Billing: Account test is blocked

2011-07-25 Thread seal2002
Hello all, I write an App with In App Billing, try to sell something in my app. I tested the In App Billing function with the test account (with credit card). But after 10 - 20 transactions, my account is blocked. I can't buy any things more in my App. I try to check something but the account stil

Re: [android-developers] In-app billing. How to store information about transactions of unmanaged products?

2011-07-14 Thread Nikolay Elenkov
On Thu, Jul 14, 2011 at 10:59 PM, Mc Bell wrote: > The problem is that I can have different additional information for > similar products. So if something went wrong with the purchasing > process (for example network connetion was down) and I have queued > some orders on Market, I need to know exa

[android-developers] In-app billing. How to store information about transactions of unmanaged products?

2011-07-14 Thread Mc Bell
I have some additional information about orders in my application. And I want to save my information with the information received from Market. The problem is that I can have different additional information for similar products. So if something went wrong with the purchasing process (for example

[android-developers] In-App Billing service doesn't stop properly once started.

2011-07-04 Thread Smapty
I'm running into an issue where the Billing Service that my app creates won't stop. Steps to reproduce -Start app -Do something that would normally trigger the billing service (like restore purchases) -Tell the service to stop -press home button and check the application manager When I check the

[android-developers] In-App billing and Lodsys patent issues

2011-07-04 Thread Ferdinand
Hey Guys, In the case of the in-app billing and Lodsys patent issues, how are you guys modelling your new paid apps? Are you still using in-app billing? Or have you reverted to using a different app download to unlock the free app? Hope to hear how some of you are dealing with the billing issues

Re: [android-developers] In App billing, just 3 lines and integrate your app

2011-06-25 Thread Nikolay Elenkov
On Sun, Jun 26, 2011 at 12:41 PM, MCON Dev wrote: > I hope google makes it a bit easier to integrate in app billing in the > future. It took me sometime to get this working. And with this blog I > hope to make it easier for folks out there. > You missed the link :) While some people may find this

[android-developers] In App billing, just 3 lines and integrate your app

2011-06-25 Thread MCON Dev
I hope google makes it a bit easier to integrate in app billing in the future. It took me sometime to get this working. And with this blog I hope to make it easier for folks out there. Conny -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] In-App Billing - Alternatives to Google?

2011-06-21 Thread Nathan
Can someone else recommend an In app payment solution besides Google? This is for digital files. Not for unlocking trials, not for unlocking features of an app. I re read my Market agreement. I do not believe it forbids digital downloads from another payment processor, such as the MP3s sold in Am

Re: [android-developers] In-App Billing

2011-06-20 Thread Kostya Vasilyev
Yeah, that link is broken for me as well, but your second link is actually the same help content, just linked differently. The Droid Incredible is about a year old, there is no way it could have Market 2.3 in its original firmware, as that only started to show up in February (IIRC) of this year. H

[android-developers] In-App Billing

2011-06-20 Thread Ryan Mattison
Hello, I'm currently looking at using the in-app billing process, and a few things worry me. On - http://developer.android.com/guide/market/billing/billing_overview.html If your device is running Android 3.0, in-app billing requires version 5.0.12 (or higher) of the MyApps application. If your d

Re: [android-developers] In App Billing - REQUEST_ITEM_UNAVAILABLE

2011-06-18 Thread Kumar Bibek
Have you published the item in your dev console? *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sat, Jun 18, 2011 at 11:25 PM, MCON Dev wrote: > I think I have things setup correctly, but I keep getting > REQUEST_ITEM_UNAVAILABLE. > > DDMS reports

[android-developers] In App Billing - REQUEST_ITEM_UNAVAILABLE

2011-06-18 Thread MCON Dev
I think I have things setup correctly, but I keep getting REQUEST_ITEM_UNAVAILABLE. DDMS reports the following 06-18 21:09:27.714: DEBUG/iDHaysbert(5449): ItemName : Hello(a) SettingRingToneUri : android.resource://com.haysbertv2/raw/hello3timescomeonpickupthephone2.mp3 PurchaseUri : hello3timesco

Re: [android-developers] in- app billing

2011-05-25 Thread TreKing
On Tue, May 24, 2011 at 4:59 AM, Mithun wrote: > 1. is it possible for me to control the pricing using 'in-app billing' ? > No. > 2. once i publish the app, is it possible to change the price? > Yes. Don't make it free though - then there's no going back. ---

  1   2   >