In-App Purchase is a end-user product and service sales system provided by Apple.

learn more… | top users | synonyms

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 ...
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 ...
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 ...
0
votes
0answers
263 views

IAP fails after release, but no in development stage

Here is the history of my app. In v1.0 I didn't have IAP. In v2.0 I had IAP code, and it worked while I was developing. When v2.0 was released, I checked and run a non-testing device (an iPhone ...
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 ...
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 ...
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 ...
0
votes
1answer
237 views

in-app purchase, any difference between iOS 5 and 6?

I searched, only found a similar question, which was not quite answered, and mine is not the same, so I ask here. I followed Troy IAP tutorial ...