In-App Purchase is a end-user product and service sales system provided by Apple.
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 ...
10
votes
2answers
574 views
How to set up proguard for amazon iap?
I'm trying to set up a basic proguard with amazon iap integrated. However when I'm trying to export my apk, I got the following errors:
[2012-06-17 10:59:44 - sc] Proguard returned with error code 1. ...
9
votes
1answer
769 views
Purchase of this item is not currently available [closed]
I have tried to purchase something in the ios game of sandbox environment,use Test User,after i entered the appid and passward,i got the message:
"
Purchase of this item is not currently available.
...
5
votes
3answers
647 views
Will IAP non-consumable products keep working if I pull my binary from the AppStore?
I have a free app which is currently available on the Apple AppStore, with a non-consumable product setup for in-app purchase to enable premium features.
My client now decided they want to pull this ...
5
votes
1answer
670 views
Is the asynchronous part of Apple's new verification controller necessary?
I was looking through Apple's Verification Controller patch for In App Purchases here: https://developer.apple.com/library/ios/#releasenotes/StoreKit/IAP_ReceiptValidation/_index.html
I was planning ...
4
votes
3answers
1k views
In App Purchase: dynamically add non consumable items
I'm developing an app where the user can purchase digital maps, charts and so on. I'd like to wrap these in in-app-purchases. The thing is that I don't know beforehand how many charts there will be, ...
4
votes
1answer
1k views
Floored by new rejection on non renewable subscription type in app purchases in iphone?
I have an Iphone application in which i am trying to implement non renewable subscription.I had done it a manner that after the purchase i am adding that details to user account information.so he can ...
4
votes
2answers
559 views
Mobile Game with Unity - Plugin for In-App Purchase
I'm developing a mobile game with Unity and while it's very easy to get the core game loop running I have been having some problems with the interfaces to mobile devices and specifically with the ...
4
votes
1answer
172 views
Amazon IAP doesn't invoke onPurchaseResponse
I have an android app, which is using IAP. I'm sending PurchasingManager.initiateGetUserIdRequest() and getting the user ID successfully in onGetUserIdResponse.
After getting the response the ...
4
votes
0answers
93 views
SKPaymentTransactionStateFailed, but no NSError
We have an app with IAP coin purchases. We've recently received mail from a few of our users, saying that they couldn't purchase any coins. I looked at their session logs and saw Failed IAP events, ...
4
votes
1answer
90 views
Android IAP - Where are IAPs stored on device?
When my server responds to the purchase of a product id, via my app and Google Play server, by sending the IAP item to the device (client), where does it save / store the item (file).
Follow-up ...
3
votes
1answer
212 views
Apple In-App Purchasing without StoreKit?
While aware of the appstore guidelines, specifically IAP usage.
Our company is developing an app that would offer downloadable content [music, video, etc]
There are several challenges but one of the ...
3
votes
2answers
147 views
What's the difference between a lite version and a demo?
The guidelines for iOS and the Mac App Store state that demo versions of apps are not allowed.
As far as I can tell, a lite version is (most of the time) just a demo with an IAP for the full version ...
3
votes
1answer
1k views
Online receipt validation for in app purchases for MAC
For in-app purchases for iOS we can use online API for validation - ...
3
votes
2answers
41 views
Unrecognized selector sent to instance error with In app purchase product
I have a UITableView that users can select a custom sound from. I have 3 Non-consumables for IAP that I have logic built in for based on the index.section the user is selecting from. A UIToolbarButton ...
3
votes
2answers
610 views
“Restore Transactions” Button behavior when there is nothing to restore
As discussed in this question and everywhere else, Apple now requires apps to include a means for the user to restore completed transactions for In App Purchases.
I'm all for this. The first version ...
3
votes
1answer
187 views
Missing IAP Apple Rejection
My app was rejected by apple with the following message:
Missing IAPs
We are unable to complete the review of your app since one or more of
your In App Purchases have not been submitted for ...
3
votes
2answers
1k views
In-App Purchase Restore
I am adding a Restore Previous Purchases button to my iPhone app, next to the Purchase button (Non-Consumable IAP Product). When the Restore button is pressed the app calls [[SKPaymentQueue ...
2
votes
2answers
966 views
IAP ( In App Purchase ) sample for MonoTouch?
I need to implement InApp Purchase in my monotouch app, but I cannot find any project sample on the Xamarin website ( http://samples.xamarin.com/iOS ) or in the monotouch samples collection on GitHub ...
2
votes
1answer
525 views
Make restore purchases option iOS
My problem with restore my purchases.
I use this tutorial for integrate IAP to my app tutorial
But after I have upload my binary on app store, Apple reject my app because it not use restore option.
...
2
votes
1answer
921 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
1answer
126 views
Will a live app that currently does not have IAP be affected if I add an IAP in iTC?
To clarify, I currently have a live app that does not implement in app purchases. Assuming I don't update the app in any way, does creating a new IAP in iTunes Connect affect my end users in any way?
...
2
votes
2answers
1k views
iOS In App Purchase: test a real purchase without submitting to Apple
I implemented in app purchase in my iOS app and I want to do a real test (not a sandbox) before submitting this new version to Apple
Of course, the current version of the app (in the App Store) was ...
2
votes
2answers
1k views
in-app purchase, multiple auto-renewing subscriptions having different durations
A question regarding in-app purchase auto-renewing subscriptions:
I'm unclear how to handle the case where a user purchases multiple subscriptions of differing durations. It seems that Apple will ...
2
votes
0answers
45 views
Restore transaction doesn't download the content IAP IOS
I have been struggling with this issue since 2 days. I have implemented In App purchase successfully with downloadable content . But whenever I delete app and restore the purchase , restore doesn't ...
2
votes
1answer
65 views
IAP non-consumable item gives extra points after first purchase
I have one non-consumable IAP called "Pro Version". I give buyers some extra points and some access.
There is no problem when they buy it for the first time. It gives the points and removes the ...
2
votes
1answer
774 views
In-App Purchases test user doesn't work
I'm having issues getting In-App purchases to work. Every time I create a new test user and debug it on my iPhone after I hit okay with the password I automatically get "You've already purchased this ...
2
votes
1answer
998 views
How to verify Apple IAP receipt using php?
I am using php to write a server for iOS app.
I want to check receipt by accessing Apple's appstore server.
According to the apple's help document. I have to send a post request to apple's server.
...
2
votes
1answer
242 views
Itunes store transaction (In app purchase)
I'm currently developing a Phonegap mobile application.
I implemented In App purchase in my iPhone application and it works fine.
I retrieve my products informations from itunes, I got the receipt of ...
2
votes
0answers
242 views
“Cannot connect to iTunes Store” using PhoneGap IAP Plugin
We have implemented in-app purchases in one of our product's using Matt Kane's excellent plugin. We are successfully processing purchases, but in doing remote debugging notice a large number of ...
2
votes
0answers
224 views
In-App-Purchase item not longer active after app update
I have an App in the App Store which uses an In-App-Purchase item to unlock the full feature set. During all versions so far updates have never been a problem. The customers could download the new ...
2
votes
1answer
614 views
SKPaymentQueue restoreCompletedTransactions restores same transaction multiple times
I have an auto renewable subscription for 6 months setup up in my purchases via iTunes connect. I created a test user and bought that subscription, now when i try to restore my purchases, it returns ...
2
votes
0answers
220 views
in-App purchase backend service [closed]
Is there an online solution like UrbanAirship that provide a backend system to manage IAP within an app? UrbanAirship revised their product scheme, and currently IAP functionality can be found either ...
2
votes
0answers
2k views
Is it too soon to start implementing Google wallet? [closed]
Google Wallet In-App Payments, https://developers.google.com/in-app-payments/, developer documentation and tools are at the present best broken, incomplete, and/or lacking relevant information. I feel ...
2
votes
2answers
526 views
IAP causing SIGABRT
This is my first time working with in app purchases and I'm not sure what it is I am doing wrong. The SKProductsRequest Is working perfectly, but when trying to purchase, the app crashes with SIGABRT
...
1
vote
1answer
1k views
iOS: How Do IAP's Work?
I was wondering how I give the user the new add-ons after they purchase them. Lets say that one of my IAP's is a new tab in a tab-based application. I'm under the impression that the process is ...
1
vote
1answer
1k views
Monthly Subscription with IAP
i have a news reader app. i want to add IAP to my app.
i added Consumable Purchase. when the user purchases i write expire date to nsuserdefaults.
when it expires i show purchase screen again.
but ...
1
vote
1answer
443 views
Testing IAP/In-App Purchase Subscriptions with Google Play/Android
I am implementing several Android applications to be launched on Google Play and they all have subscriptions using the Google IAP auto-renewing subscription product type.
To test the app I have done ...
1
vote
2answers
1k views
How to defend against IAP Cracker for “consumable” purchases?
I just learned about the existence of IAP Cracker and I'm trying to figure out the best way to validate IAP purchases in my app.
What I cannot find out is if IAP Cracker works with "consumable" ...
1
vote
1answer
814 views
Non-consumable in app purchases in iOS. Do I need a server?
I'm implementing an iPad game and want to allow the player to buy an extra map. Do I need to implement a server and store that purchase so that I can handle the user changing to a different device or ...
1
vote
2answers
196 views
iOS adding huge number of products through In-App Purchase
I'm working on in iphone application for my company, they want to sell huge number of products using in-app-purchase ...
but the problem is to use iap we have to add for each product a record on app ...
1
vote
1answer
564 views
iOS in app purchase - “this account does not have permission..”
Ok here goes trying to explain this as clearly as possible:)
I have developed an app for a partner.
They wanted to submit the app under their company so I was given the certs and profiles. I ...
1
vote
2answers
855 views
iOS In App Purchases: only one payment added to the SKPaymentQueue but a SKPaymentTransactionObserver method is getting called multiple times
I'm testing the IAP using a test user (in the sandbox), I have a class that implements the SKPaymentTransactionObserver protocol and when the user selects a certain table view cell, I initiate the ...
1
vote
1answer
42 views
IAP - How to cancel a purchased transaction if the content download fails, or the receipt is invalid ?
I am trying to figure out something with IAP.
In the documents I see that I need to call finish transaction only after the purchased content ha successfully downloaded for the user:
Your ...
1
vote
1answer
135 views
How do I easily restore purchases using the Amazon API?
I'm trying to restore purchases just like iOS, and I can't figure out how to easily restore an IAP entitlement purchase with the Amazon API.
If I send another request with the SKU to the ...
1
vote
1answer
103 views
Invalid .pkg file
I'm having problems while sending a .pkg to Apple servers. ApplicationLoader says that the archives does not contain a valid in-app purchase content package.
I can't figure out what the problem is.
...
1
vote
2answers
564 views
How to parse Apple's IAP receipt mal-formatted JSON?
I got the JSON from apple like this
{
"original-purchase-date-pst" = "2012-06-28 02:46:02 America/Los_Angeles";
"original-transaction-id" = "1000000051960431";
"bvrs" = "1.0";
...
1
vote
1answer
277 views
In App Purchases Sandbox Testing - Old sandbox users keep prompting
I am working on an iphone game with in app purchases. I'm trying to retrieve my sandbox user's previous purchases by calling restoreCompletedTransactions, but no callback is being fired.
I read ...
1
vote
2answers
704 views
MKStoreKit Buy Feature does nothing
I'm trying to get the MKStoreKit working with my Cocos2D game. It look pretty simple to do and I've followed all the steps a couple of times (to check I've done it correctly) but I still can't get it ...
1
vote
1answer
431 views
PHP postback url google wallet IAP
My postback php for google wallet in-app payments looks like this:
<?php
$payload = array(
"iss" => $sellerIdentifier,
"aud" => "Google",
"typ" => "google/payments/inapp/item/v1",
...




