Tagged Questions

In-app billing is a new ability which allows developers to sell digital goods inside the application. For android see this article.

learn more… | top users | synonyms

34
votes
9answers
13k views

Implementing In App purchases in Android?

Edit: Android now supports in-app billing! Original question: It looks like Android won't natively support in-app purchases for a while, and when it does there might be a huge user base with devices ...
18
votes
1answer
622 views

Android In-App Billing failure, saying “You already have a pending order for this item.”

I've implemented in-app billing and I'm running into an issue with it. Here is what I see. Place an order for an item Wait for a little while for the order to go through If the purchase is taking a ...
15
votes
3answers
419 views

How do I verify Android in-app-billing transactions on MY server?

I have made an Android app where items can be purchased using in-app-billing. When an item is purchased the transaction can easily be synced between Android Market and the phone - to be used in the ...
9
votes
2answers
626 views

Testing Android Market in-app billing with dummy credit card credentials

I have configured an Android application to use the in-app billing module as documented at: http://developer.android.com/guide/market/billing/index.html It works fine when tested using the UK ...
9
votes
2answers
1k views

How do I verify Android In-app Billing with a server with Ruby?

I am having trouble figuring out how to verify Androind In-app Billing purchases with my Ruby on Rails server. http://developer.android.com/guide/market/billing/billing_integrate.html I think that ...
8
votes
2answers
222 views

how can I verify signed data coming for In-App Billing Android Market using Java (Servlet)

While implementing the in-app billing for Android application, I came across a problem. Let me explain the scenario first We have a content server (data server) which has the list of products. When ...
8
votes
2answers
231 views

ios InApp purchases: When and why does SKPaymentTransactionStateRestored get sent back as status of a transaction?

iOS In-App purchases: When and why does SKPaymentTransactionStateRestored get sent back as status of a transaction? Does it related to having a recurring subscription plan?
7
votes
2answers
164 views

What is the purpose of the “developer payload”? What can it be used for?

The Android docs say that its meant for "supplemental information about an order" but at the same time it also says not to use this to send "actual data or content". So what is the purpose of this ...
7
votes
2answers
243 views

Samsung Plasma vs Android in-app billing [closed]

What is the difference between the Androidn In-App Billing and Samsung In-App Billing Plasma library. http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?cntsId=9984&platformId=1 ...
7
votes
1answer
758 views

Android In App Billing DEVELOPER_PAYLOAD not coming through

Hey everyone. I've been playing around the the Dungeons app and also my own billing code and pretty much have everything working except for one strangeness. It seems that no matter what I do I can't ...
6
votes
1answer
127 views

Why another service on top of IMarketBillingService?

Google's market_billing sample, just like others as this one, connects to the remote service IMarketBillingService through a local service wrapper, BillingService. I understand that services have the ...
6
votes
3answers
127 views

In the BillingService module, what needs to be modified to increase security?

The comment for the class BillingService recommends that: You should modify and obfuscate this code before using it. OK, but what must be modified? The class name? The TAG used for logging? ...
6
votes
1answer
310 views

Why Can't Google's Market Billing Sample Build in a Signed Release Version?

I tried looking into similar problems, but the solutions offered there do not seem to fit my particular situation: I initially followed the instructions for Configuring and building the sample ...
6
votes
4answers
316 views

in-App-Billing Issues in android

I have doubts regarding in-App Billing in android: Can i test it with different product IDs without paying $25 In below link there is option to add product after it has been published to market then ...
6
votes
1answer
734 views

Donate via in-app billing

Is it possible to donate money via in-app billing? If not, how can we implement donation from inside an Android app? Please share a few hints. Thanks
5
votes
2answers
457 views

Billing-in-app error

I am trying to test in-app-billing. But when I purchase a good digital, I am getting error message that "A server error has occurred. Retry, or cancel and return to previous screen". Can you suggest ...
5
votes
4answers
4k views

In-app billing tutorial

Does anybody have an example or seen a good tutorial on implementing in-app billing? My free app limits the number of notes that can be stored in a database, I'd like to be able to remove this ...
4
votes
0answers
92 views

How to get non-primary purchase account email address

Prior to the introduction of Android 3.0, the first com.google account registered on a phone was the primary account, and the only account used by Android Market. On devices on Android 3.0 and up I ...
4
votes
2answers
72 views

How to retrieve customer's email in In-App Billing transaction?

The JSON fields that are returned with a PURCHASE_STATE_CHANGED intent contain very useful information, but one piece that I am interested in is not listed: customer's email address. Is there a way ...
4
votes
1answer
200 views

In-App-Billing - BillingHelper no fully instantiated

What I try to do Hello Guys, I'm trying to create some In-App-Products for my App, its for donation use. Because im giving away free musik of my friend - he raps. Whatever, I created 5 In-App ...
4
votes
1answer
509 views

In-App Payments for Android Amazon AppStore

I'm familiar with the in-app payments from google proper http://developer.android.com/guide/market/billing/index.html But are there other solutions which can be implemented for apps distributed ...
4
votes
1answer
248 views

android inapp billing

i am currently testing android inapp billing.i got code from developer site. and i followed all the instruction given in developer site. 1)uploaded apk file as draft in market 2)created product ...
3
votes
1answer
46 views

How is a “test account” different from a “normal account”?

To be able test any implementation of Android Market licensing (e.g. LVL, In-app Billing), Google advises to create a Google Checkout test account, since the developer cannot buy from himself using ...
3
votes
2answers
179 views

Do test accounts require real credit card to purchase via In-app Billing?

Inching slowly (but methodically) towards my first implementation of In-app Billing, I reached the point in which I can actually run the market billing sample application: The app is signed and ...
3
votes
1answer
63 views

How to test in-App purchase in android?

I want to test in-App purchase before publishing.How do i create a test account for this ? Can anyone help me with all procedures need to be done ?
3
votes
2answers
121 views

Android In-app Billing, how confirm that product was downloaded

I trying use Dungeons example in my app. In Android development guide it's written that I should confirm delivery product to user sending CONFIRM_NOTIFICATIONS to market, but I don't see it in example ...
3
votes
1answer
59 views

Is it OFFICIALLY impossible to receive the price of an in-app billing item at runtime?

I saw two questions (this and this) about the possibility of receiving the price of an item at runtime. There, the answers were 'no'. I agree with this kind of answer, but I'm searching for an ...
3
votes
1answer
241 views

Is it possible with android in-app purchase monthly subscription

I found Another StackOverflow answer, but i'm not sure if it answers my question. I want my application to be found on market, but i also want the users to use in-app purchase with a monthly ...
3
votes
2answers
489 views

Android in-app billing: what is the “developer payload” and how the “Buy” button works?

I am playing with the Google in-app billing example app "Dungeons". In this app, I can either click on the "Buy" button to buy something or on the "Edit Payload" button to...edit the payload :). But ...
3
votes
2answers
207 views

Selling Ebooks in android using paypal option?

My app is basically supposed to sell ebooks and need to distribute via Android Market. For payment options, I would like to use PayPal. So, straight to the point, am I allowed to use paypal as payment ...
3
votes
1answer
86 views

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

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 ...
3
votes
2answers
297 views

Android In-App Billing : Security.java says “Signature Verification Failed”

I have implemented a test app with Android's In-App Billing. I have filled in my Public Key in the Security.java file. Everything works, but when I submit the payment, the app crashes. I receive an ...
3
votes
1answer
519 views

Android InApp Purchase Null pointer exception

I had implemented inApp purchase in my application but sometimes it gives me NPE, below is stack trace. I can post the code also if anyone interested. java.lang.RuntimeException: Unable to start ...
3
votes
1answer
695 views

How to use Android Billing Library?

https://github.com/robotmedia/AndroidBillingLibrary I've created separate Billing class: public class Billing extends AbstractBillingActivity { private static final String TAG = "Billing"; ...
3
votes
1answer
1k views

Android In-app purchases with Phonegap

Is there any way to implement Android In-app purchases with Phonegap? I can't find any information abt this issue. For example I can do IAP on iOS using InAppPurchaseManager Phonegap plugin. But there ...
3
votes
1answer
306 views

How can I manage in-app billing transactions on an external server securely?

I'm attempting to implement a system for upgrading/unlocking various features of my app using "managed" purchases with in-app billing, and I'm getting bogged down by the lack of in-depth documentation ...
2
votes
1answer
221 views

How much effort do I put in my security for Android In App Billing?

I implemented In app Billing in my Android application. I pretty much followed the sample (Dungeon) application to get it working. It seems to be functioning fine as of now. I now need to decide ...
2
votes
1answer
42 views

Canceling android ads after payment

Some time ago i saw an app on the market which had an option of "no initial fee for the app, but pay a small fee after you downloaded it, and the ads will disappear". I'm a beginner at this with no ...
2
votes
2answers
67 views

Android: In app billing, using library or not?

I have just created the Android in-app billing example from the docs, and its all working well. When it comes to implementing the examples code into my own application it all seems very complicated / ...
2
votes
1answer
207 views

Android In-App Billing Tutorial

It seems that it is quite complicated to implement In-App Billing in an Android app. Are there any good tutorials for this? The sample app from the SDK only has one Activity, which kind of ...
2
votes
3answers
91 views

What are “entry points” and “exit points” when referred to reverse engineering?

The tips in the Security and Design document for Android's In-app Billing state that: In particular, attackers look for known entry points and exit points in an application, so it is important ...
2
votes
1answer
136 views

How to use In-App Billing with MonoDroid?

I am developing an Android application that will need to make use of In-app billing. I am using Monodroid in Visual Studio and my experience is in C#, I am not very familiar with Java. My questions ...
2
votes
0answers
109 views

Failed carrier billing authorization with Google in-app billing

I made an Android app that uses the google in-app billing.Most of the time this works just fine, but some users seem to fail the carrier billing authorization. In that case I get an email with the ...
2
votes
1answer
114 views

Android: how to update an Android app with inapp billing?

Another way to ask the question: how to make inapp billing working with all versions of my app? I have got an app with inapp billing. I want to update it. My active apk on the developer console is ...
2
votes
1answer
101 views

Does using Webview to open mobile page count as in-app purchase?

I read the agreements on Android Developer site already but I dont clearly understand it. From what I understand. If I want to allow user to purchase/subscribe my service through my Android ...
2
votes
2answers
311 views

Lite/Pro version vs In-app-billing upgrade option

I have free version with limited functionalities&ads and paid ver. with full features with no ads. I'm wondering, Should I make different ver. of app paid/free and upload it to market or Lite ...
2
votes
1answer
436 views

How to confirm android billing notifications?

I am trying to implement in-app purchase staring with the sample app. I am verifying the purchase by using a web server and doing the verification there. The problem is that the purchase state change ...
2
votes
1answer
492 views

Android In-app billing Phonegap 1.0

I know I already asked related question but now it's a bit different situation. I found out that it is possible to implement Android in-app billing in Phonegap project. At least with the final 1.0 ...
2
votes
1answer
388 views

amazon aws billing clients per usage

suppose you have an app on aws and you want to charge for storage to clients for each gb they use. is there a way to get this info from amazon or collect it yourself if you are using your own aws ...
2
votes
2answers
1k views

Official list of countries for In-app Billing android?

Hello I am living in Pakistan and when I start Google sample in-app billing application it says that "Can't Make Purchase: The market billing service is not available at this time. You can ...

1 2 3 4