In-app purchase usually refers to the acquisition of a feature for an application from within the application itself. Also, it can mean the buying of digital goods from an application. The context for this concept is usually mobile development.

learn more… | top users | synonyms

31
votes
7answers
40k views

Verify receipt for in App purchase

I have been playing around with in app purchases for a few days, everything works fine up until the point where I try to validate the receipt with the app store, as i am constantly getting back an ...
36
votes
15answers
17k views

iPhone Store Kit “Cannot connect to iTunes Store”

I am working on adding In-App purchases to my app. I am able to receive the productsRequest:didReceiveResponse method, and receive the array of products. My problem arises when I add a SKPayment to ...
31
votes
17answers
23k views

iPhone In-App Purchase Store Kit error -1003 “Cannot connect to iTunes Store”

I've been working on adding in-app purchases and was able to create and test in-app purchases using Store Kit (yay!). During testing, I exercised my app in a way which caused the app to crash mid ...
35
votes
6answers
9k views

iOS 5 does not allow to store downloaded data in Documents directory?

I have made an application for my client by keeping target iOS as 4. But since the application still not submitted to Apple store, my client is planning to upgrade it for iOS 5.0. For this I read ...
63
votes
6answers
14k views

Application Error : This version of the application is not configured for Market Billing

Since a couple of days it's possible to use in-app-billing in Android apps. Very cool of course. So, I started working on a update for my application to implement this. But now I run into some ...
10
votes
4answers
3k views

Transition an existing paid for app to free version with In App Purchase

I have existing users of a paid for app on the App Store. I'd like to transition the app to a free app with unlock-able features. Is there a way to roll my existing users into this new free version ...
19
votes
3answers
12k views

In-app Purchase “ready to submit”, but won't let me submit it

I have some in-app purchases setup for an application. The in-app purchases are all tested, and working great - however I can't submit them for review. I submitted the application binary for review, ...
21
votes
3answers
9k views

How can my server securely authenticate iPhone in-app purchase?

Look at Apple's diagram for the server purchase model. In step #9, how can the server know that it is really talking with an iPhone that is entitled to the purchase, and that Eve is not performing a ...
18
votes
3answers
9k views

Restore already bought in-app-purchases on iPhone?

I got so far: After a reinstall, a user needs to click "buy feature", then he gets scared with the $0.99 question, then has to login and then gets told the feature is already bought and he gets it for ...
6
votes
3answers
3k views

(iOS + StoreKit) Can I detect when I'm in the sandbox?

I've got in-app purchases working just fine, and I'm going the server validation route. The server needs to know whether I'm in the sandbox or not, so for now I'm just sending it a "&sandbox=1" ...
1
vote
5answers
1k views

Selling something inside an application

I've heard there are some precautions to take to develop a market in an application. I'm developing an application for a football club. I would like to integrate a kind of market to sell stadium ...
21
votes
4answers
22k views

iOS in-app purchase sample code

Is anyone aware of sample IAP code out there anywhere?
21
votes
2answers
6k views

Android in-app purchase server signature verification using php OpenSSL

In an attempt to follow some of the security guidelines for in-app purchase here: http://developer.android.com/guide/market/billing/billing_best_practices.html I am trying to do signature validation ...
13
votes
3answers
8k views

In app purchases restore Button

Implemented in app purchases into my app update for the first time only too wait 3 weeks and have it rejected for the following reason -.- : We found that your app offers In-App Purchase/s that ...
9
votes
1answer
5k views

No restore button for in app purchase causes rejection

I am implementing an application using in app purchase with non-consumables items, it was rejected by apple and the reason is: We found that your app offers In-App Purchase/s that can be restored ...
19
votes
6answers
8k views

iPhone In App Purchase - response.products are still empty?! Please help

I've wasted so much time on this and so I'm now begging for some help. Basically, I've tried to set up in app purchases on a test app before I implement them into a proper app that my company are ...
25
votes
5answers
6k views

In App purchase in iOS suddenly stop working ( Error code=5002 occurred )

I have integrated in-App purchase in my application successfully. I tested it properly by making test user account in itunes. My in-app purchase worked fine. But suddenly my IAP stopped working. App ...
6
votes
1answer
2k views

app rejected.how to track user non-renewing subscription

i developed an app for on Online Magazine with non-renewing subscription type. Apple Developer Guide say : " it's not appropriate to track the subscription using the UDID or the Apple Store ID. The ...
5
votes
3answers
3k views

Purchase physical product from iPhone app without Apple in app purchase

Can an iPhone app allow a user to purchase a physical product (say a pen or a mouse) from inside an app, without using Apple in app purchase? Is it allowed by Apple? If yes, do you know any API that ...
5
votes
1answer
2k views

App Rejected by App Store

This is second consecutive time that apple has rejected my application citing the following reason. The below is the reason cited by apple for rejecting my application. When i'm testing ...
9
votes
1answer
1k views

In-App billing not working (Your request could not be processed)

Today I published my app, and when my friend tried to buy the in-app content the market says: "Your request could not be processed. please try again". A few clarifications: The app was published ...
3
votes
2answers
1k views

In app purchase for auto-renewable content prompts user to share information

I am adding the ability to purchase auto-renewable content through the iOS SDK's StoreKit API. When testing this in the sandbox on my iOS device, the following message appears in an alert after ...
0
votes
3answers
1k views

Android cannot bind to service (In App-Billing)

I'm trying to implement in app-billing in my application, but I have a little problem with it. I'm using the example from android developer's site and everytime I start the activity which will connect ...
1
vote
1answer
228 views

How do I add consumable In App Purchases using NSUserDefaults and not my own server?

I'm new so I need simple answers if at all possible. I have my first app just about done (but it's not even submitted to the store), and I want to add In App Purchases. My app is a game where the user ...
0
votes
3answers
2k views

Ios how to get a list of already purchased products?

I'm building an app that uses In app purchase. I'm using non-consumable product types. Everything works ok (setting up products, buying...). What I would like to do is to verify which products a ...
18
votes
4answers
8k views

In app auto-renewable subscriptions

Sorry for the millionth question about iTunes subscriptions, but I still have a few doubts. Basically I'm implementing auto-renewable subscriptions in my app and I want to make sure I got it right. ...
40
votes
10answers
22k 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 ...
30
votes
3answers
12k views

When to use restoreCompletedTransactions for in-app purchases?

For a basic app with nonconsumable in-app purchases, has anyone figured out best practices for using SKPaymentQueue's restoreCompletedTransactions? Observations I know it's recommended to always ...
22
votes
3answers
4k views

iOS recurring subscription policy for service, not content

Apologies in advance for a policy, rather than a programming question, but given the paucity of information available online I hope I can be forgiven for asking it here. I would like to use the new ...
22
votes
1answer
2k views

In-App Billing Security and Design questions

I have a few questions connected to Android In-App Billing: Is it possible to make a purchase from non-Market app? I understand that it would be a vulnerability, but I have no opportunity to find ...
8
votes
3answers
2k views

SKPayementQueue: restoring transactions finishes without calling 'updatedTransactions' in release config but not debug config

I'm debugging restoring transactions and in my debug configuration everything works normally: IE I call: [[SKPaymentQueue defaultQueue] restoreCompletedTransactions]; sometime later the ...
15
votes
1answer
7k views

In App Purchase Crashes on [[SKPaymentQueue defaultQueue] addPayment:payment]

My In App Purchases work. I present a ModalView with a "Buy" UIButton. You click the button and the In App Purchase goes through the process. You can even do it several times in a row. The problem ...
9
votes
3answers
2k views

How to support multiple devices with non-renewing In-App Purchase?

I'm building an iOS app that will include an IAP with a non-renewing subscription. Apple provides this nugget in their overview of IAP: You are required to deliver non-renewing subscriptions ...
7
votes
2answers
815 views

Get the Google ID used in an in-app billing purchase

It has come to my attention that a device may have multiple Google accounts logged into it simultaneously. I understand that pre-Honeycomb, there is a primary ID; from Honeycomb on you can simply ...
11
votes
1answer
2k views

How does Apple notify iOS apps of refunds of in-app purchases (IAP)?

I have Apple iOS IAP successfully implemented in my app and tested in the sandbox. Works great. I'm concerned that users could buy something with IAP, download it into my app, then complain to Apple ...
19
votes
7answers
3k views

SKPaymentQueue addTransactionObserver asking for App Store password on startup after in-app purchase

My app is using in-app purchases, and most of my users can purchase just fine without any problems. For these folks, my app downloads the content after the purchase succeeds and they are happy. ...
5
votes
2answers
2k views

How can I reset sandboxed in-app purchases on iOS for testing?

I made a sandbox iTunes user, bought an item. That worked but there were some issues in my code for displaying the item. So, I want to re-buy it to test again. Problem is, I can't clear my purchases. ...
4
votes
1answer
844 views

In App Purchase user cancels tx while app in background: tx state stays on purchasing

I have some odd behavior with User canceling in App Purchase (Sandbox Environment) while the app is in background and the user is not yet logged in to the store: The process is as follows: User is ...
4
votes
4answers
2k views

Android in-app billing Verification of Receipt in Dot Net(C#)

I have a Android application which provides in-app billing and we have our application server to which android application connects to provide services to the user, on in-app purchase we want to push ...
3
votes
3answers
305 views

Secure way to unlock full version via In-App Purchase

I'm planning to use In-App Purchases to unlock some features in my app. What is the most secure way to do this? Originally I planned to set a Bool in the NSUserDefaults: [[NSUserDefaults ...
3
votes
6answers
4k views

In-app Billing - Item requested not available for purchase

I am working on learning in-app billing but I am having a problem with the google's in-app billing example, the Dungeon one. I have already set up the application, added my public key, and changed ...
3
votes
2answers
5k views

Apple In app purchase StoreKit error

I am implementing in app purchase feature for a bookshelf but an error message RANDOMLY appear during purchasing books. The error message is "Payment requests are restricted to products returned as ...
2
votes
3answers
4k views

Android in-app billing: custom sku purchase gives “Error - item not found”

I'm trying to test in-app billing using my own sku/product ID "upgrade_to_premium". As I have seen recommended here, I am using the Dungeons sample app. I've added a "new ...
2
votes
1answer
923 views

Google Android In-App Purchases “Content Delivery” How to correctly deliver content?

I am currently trying to code up in-app purchases. I was looking for documentation, information, tutorials on best practices for some of the stuff Google doesn't handle. What I have done so far: I ...
2
votes
4answers
2k views

Pay for a physical product with in-app purchase

I am a complete novice and have no technical skills and little knowledge concerning iphone app development an in-app / itunes store purchases. But I have been playing with some ideas for my ...
1
vote
2answers
2k views

Android In App Billing Restore Transaction

My scenario of In App Billing implementation: 1. The Home screen shows the list of products which I am planning to sell. 2. The detail screen (Screen shown on selecting a list item in home screen) ...
9
votes
3answers
5k views

iPhone in-app purchase screen shot

When posting an in-app purchase with Apple they ask for a screenshot to be included before going to review. What kind of screenshots do they want? My in-app purchase unlocks some of the lite ...
7
votes
2answers
2k views

Do auto-renewable subscriptions send an SKPaymentTransactionStatePurchased transaction when they auto-renew?

Does the AppStore send out a transaction when it auto-renews an auto-renewable subscription? If so, can it reliably be detected by an App the next time the App loads if it sets itself as an ...
6
votes
2answers
4k views

Apple In-App Purchase

While testing In-App-Purchase in the SANDBOX ENVIRONMENT on the device, I'm logging the following error : Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo=0x2916a0 ...
1
vote
1answer
243 views

Verifying windows 8 purchases (receipts) using PHP

I need to verify in-app purchases made in Windows 8 applications server-side using PHP. MSDN's documentation page has an example only in C#. Right now I've spent a whole day by searching for a way to ...

1 2 3 4 5 6