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.
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 ...
22
votes
4answers
3k 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 ...
22
votes
15answers
13k 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 ...
19
votes
1answer
1k 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 ...
18
votes
7answers
8k 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 ...
18
votes
2answers
5k 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 ...
15
votes
5answers
858 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 ...
15
votes
2answers
2k 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 ...
15
votes
4answers
6k 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 ...
13
votes
1answer
458 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 ...
13
votes
3answers
768 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 ...
13
votes
3answers
465 views
How to query (price) information for multiple in-app products at once?
In Android in app billing is it possible to somehow query (price) information for all products using one query? Optimally you could pass in the product IDs and it would return information for those.
...
13
votes
4answers
4k 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. ...
13
votes
4answers
4k views
Any (early) experiences with auto-renewable subscriptions for iOS
Apple finally introduced the so called auto-renewable subscriptions yesterday. Since I only have few (sandbox-only) experiences with in-app-purchase, I'm not sure that I got it all right here. It ...
11
votes
1answer
136 views
InApp Purchase RESTORE_TRANSACTIONS, I am not able to figure the code out
I am adding a in app purchase in my coding, it's working well while purchase but gives error and application closes when I try to add Restore_Transaction code when application is removed and installed ...
11
votes
3answers
8k views
9
votes
2answers
229 views
Can I use In-App Purchase on iOS pirated application to ask for the user to pay for it?
Does In-App Purchase works on an iOS pirated application?
Being a developer, I was thinking about the potential following use-case:
Some internet user install my application by pirating it
I let ...
9
votes
3answers
462 views
Correct and secure manner of storing in-app-purchases
What is the best way to store an in-app-purchase on the device,
so that the purchases can also be accessed offline but,
the security off the purchases are not compromised?
8
votes
2answers
191 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?
8
votes
1answer
496 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 ...
8
votes
2answers
3k 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, ...
8
votes
4answers
1k 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 ...
7
votes
3answers
431 views
Can we check if a user's In App Purchase has been refunded by Apple?
Situation:
- User makes an IAP and is awarded some content, we store the users device id to ensure they can access this content whenever they want.
- User decided they do not like the content, so they ...
7
votes
1answer
452 views
In-app purchase signature verification with 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 ...
7
votes
1answer
536 views
Android In-App billing item price
How can the price of an in-app billing item be retrieved before actually displaying the android market frontend for the in-app purchase? Currently it looks like the user only can find out the price ...
7
votes
2answers
760 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.
...
7
votes
1answer
3k 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 ...
7
votes
3answers
1k views
Testing iPhone in-app purchases in ad hoc distribution mode
My iphone application has in-app purchases and those have been tested using the iTunes Connect test user account. I'm now distributing it via ad-hoc distribution to beta testers. Is there any way to ...
6
votes
2answers
184 views
Consumable product is acting strange and making duplicate requests.. What could be the cause?
I am doing in app purchase on two of my controllers say view1,view2.
when I buy a consumable product in view1 everything works fine.
but when I buy another consumable product on view2 after the ...
6
votes
1answer
270 views
Can I verify the transaction information of in-app billing with the Android Market server directly?
If I have the transaction information json string:
{ "nonce" : 1836535032137741465,
"orders" :
{ "notificationId" : "android.test.purchased",
"orderId" : ...
6
votes
2answers
2k views
Subscription based in-App Purchase tutorial
Is there any tutorial to implement Subscription based in-App Purchase.If any then please mention the link or post the code.
6
votes
2answers
3k 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 ...
6
votes
3answers
984 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 ...
6
votes
1answer
2k views
iPhone + In App purchase + determine whether product is purchased or not
I am implementing In App purchase in my application.
What I want to do is that I have few features that are locked and once user click that feature it will ask to buy that product and once they buy, ...
5
votes
1answer
107 views
How to setup environment for BlackBerry in-app payment tests?
I'm trying to implement in-app payment support in a BB application.
Ok, I've read the API/docs and now I need to write a simple test. Here is what API says about testing:
To test the end-to-end ...
5
votes
2answers
60 views
Is it possible to implement In-App Purchases only for a subset of countries?
Is there a way to use In-App Purchases such that they're NOT available in the USA, and at the same time figure out if they're available or not - and if not, perform special tasks for customers in the ...
5
votes
4answers
253 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 ...
5
votes
1answer
237 views
When to start and stop In-App Billing service?
A simple question, that I however can't resolve: when should I start and stop the billing service? I'm thinking about two decisions:
starting in onCreate and stopping in onDestroy
starting in ...
5
votes
1answer
226 views
Turning off an in-app purchase?
We currently have a live app that features episodic content in the App store.
We're re-working our pricing, and instead of offering individual episodes for purchase, we want to have it as simply an ...
5
votes
1answer
1k views
Testing in-app-billing
I am trying to test in-app-billing application. Current version on the Android Market doesn't have in-app-billing feature.
When I upload my new version which is having in-app-billing feature as ...
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 ...
5
votes
3answers
755 views
How to test renewable subscriptions (App Store)
I'm implementing auto renewable subscriptions in my app and I wonder if there is a way to simulate when a subscription period runs out and a new transaction is created.
The app is connected to a ...
5
votes
2answers
729 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 ...
5
votes
3answers
5k views
How to check In App Purchase Auto Renewable Subscription is valid
I'm looking to implement the new Auto Renewable subscriptions using In App purchase but I am unsure how or when to check if the user is currently subscribed. My understanding is that when the user ...
5
votes
5answers
1k views
Expected sequence when using iTunes test user
I'm trying to test in app purchases in our app but I'm not having any luck. Part of the problem may be due to the expected sequence not being documented anywhere. Here are the steps I followed to ...
5
votes
1answer
457 views
iOS - In-App Purchase & applicationDidBecomeActive
I'm working on an app for 4.0 using the background methods. I'm updating the user defaults with a number that is incremented each time the app is launched. Looks like in 4.0 ...
5
votes
7answers
691 views
InApp Purchase, help needed!
i just got rejected on my Free app from appstore. I uploaded 3 apps, HD(iPad), PayedIphone and freeiphone. In the free-version i had a link to the fullversion.
Appearently i need inAppPurchase in the ...
5
votes
2answers
1k views
How to cancel my own test in-app-purchase transaction? (so I can test again)
I'm implementing an in app purchase for an iPhone app.
All is good - store kit is very easy to use and everything is working after few hours of programming.
Problem is : my product is non consumable, ...
5
votes
4answers
829 views
How to test In App purchase again and again and again…?
My in app purchase project working perfectly now, but I need to test purchasing and when once purchase is successfully done it cannot be undone? How can I test in app purchasing and upgrading my app ...
4
votes
1answer
47 views
Storekit / In App Purchases: Does the “Environment: Sandbox” tag disappear when I submit my app to the app store?
This is my first time implementing In App Purchases. During development and testing of my In App Purchases, I see the following alerts during the In App Purchases:
My In App Purchases work ...