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

learn more… | top users | synonyms

3
votes
0answers
13 views

iOS auto renewing subscription (sandbox)

I am currently testing my code for auto renewing subscriptions. In most cases it works as expected. But, from times to times, I see unexpected results. I buy a new subscription, I get a receipt ...
0
votes
0answers
10 views

iOS: IAP handle a network error

I am developing an application using Storekit/StorekitDefines.h for In-App Purchases. In my application, users will be able to ask a question and, after a transaction has been made obtain an answer ...
1
vote
2answers
43 views

SKProductRequest not returning any results

I am trying to use iap's in my app. These are to buy in game gold and can be used more then once. I code the code from a noob tutorial and it works on there project can someone tell me what I am doing ...
0
votes
0answers
33 views

iOS Non-Renewable IAP - Limit number of devices

We are looking at using consumable (non-renewable) IAP for subscriptions for our app after being rejected for auto-renewable subscriptions. I've read through many posts pertaining to this, but ...
0
votes
0answers
34 views

In App Purchase Product Request Not Working

I am trying to add some in app purchases to my ios app. Everything is done but i can't seem to get these iap to work. I lifted some code off of a tutorial wedsite and it seems to work on that project ...
0
votes
1answer
15 views

Changing the amount of a 'Coin Pack' IAP

I have an IAP set up for an iOS game, that gives the player in-game currency for real money. Right now I have the amount of in-game coins saved in the game, while the price is saved in the ...
1
vote
0answers
27 views

App store in app purchase guideline for give away

our app has in app purchase selling additional items..I want to offer a button that says "follow us on twitter and get a free item", then if clicked, it calls Twitter API to follow. Will this violate ...
0
votes
0answers
17 views

Restore purchase goes directly to paymentQueueRestoreCompletedTransactionsFinished:

I am trying to implement a restore feature with [[SKPaymentQueue defaultQueue] restoreCompletedTransactions]; The problem is that the code goes straight to ...
0
votes
2answers
32 views

Do you need to reattach an in app purchase (IAP) to a version of your app after that app version is rejected?

After creating and testing my first IAP in iTunesConnect, I created a new app version and connected it to the IAP (as you must with it being the first one). The binary for the app version I submitted ...
1
vote
1answer
27 views

iOS/iPhone: Can you have only an english supported in-app purchase for an app distributed worldwide?

I have an app that available for worldwide distribution. It doesn't support localization at the moment, though maybe 5% of downloads come from countries where English is not the primary language ...
-2
votes
1answer
65 views

Apple In app purchase alternative [closed]

We are trying to sell lessons from IOS application and these lessons are quite expensive. The client wants to create IOS and android app and want to include their own payment gateways which are ...
0
votes
0answers
36 views

ios in app purchase verifying receipt working fine on ios mobile but not on web browser

function verifyReceipt(transactionReceipt){ console.debug("receipt : " + transactionReceipt); $.ajax({ type: "POST", //url: "https://buy.itunes.apple.com/verifyReceipt", ...
2
votes
0answers
69 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 ...
-1
votes
0answers
79 views

possible fake In App Purchase detection [closed]

IAP Purchase flow of my apps are as following iOS side (client) User purchases in-app Receipt data is retrieved from the relevant purchase Encoded and sent to my server Server side User id, ...
0
votes
1answer
26 views

Reusing Non-Consumable product code

Say, in my app, I offer books. Correct me if I am wrong, book are non-Consumable products. Say, every book costs 1$. Do I need to have multiple products in itunes? Or can I have one product and ...
0
votes
0answers
32 views

Issue with IABHelper for Google play IAB API V3

I am using Google Play IAB V3 for in app purchase. While launching purchase flow some times, I am getting "Billing service disconnected." in the logs. After this when I am trying to again start ...
0
votes
0answers
15 views

ItuneConnect IAP Rejected For Language

I am creating a game with in app purchases and apple has reject the language portion of my iap submit-able. I wanted to know what is wrong with this. http://imgur.com/hvsQDpr Everything looks good, ...
0
votes
1answer
28 views

in-app purchases from app store for enterprise applications

I'm building an ipad app that will be used by companies. This app will have a monthly subscription model for users (the app is not a publication, it's an productivity app). Apple's terms and ...
0
votes
1answer
25 views

Duration of auto-renewable at IAP

How can I know about duration of auto-renewable subscription between purchase-date and expire-date. For example, If user has purchased 1 month product by auto-renewable in 31 Jan, when is expire day? ...
0
votes
1answer
148 views

How do I know if an in-app-purchase receipt comes from the sandbox?

The iOS IAP documentation states, that if you want to test a store you should log out from you itunes account in the settings application. When doing an in-app-purchase, you are then asked for ...
3
votes
2answers
46 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 ...
0
votes
0answers
40 views

IAP hosting provider

I have few iOS apps with IAP (non-consumable). Recently UarbanAirship service announced that they will shut down IAP hosting 1st July. I'm looking for alternatives as I don't feel like ready to ...
0
votes
3answers
92 views

Adding another IAP to already approved iOS app

I have an iOS app in the appstore, with one non-consumable IAP (a downloadable magazine issue), both approved. I need to add another non-consumable IAP (another magazine issue) to the app, but want ...
1
vote
1answer
43 views

Options for additional functionality via IOS In-App purchase

A bit confused on whether IAP (non-consumable) to extend functionality of application: Just unlocks pre-coded functionality Provides a way to dynamically extend app with new functionality Any ...
0
votes
1answer
58 views

iOS: restored transactions continue to arrive in sandbox

I’m on the itunes sandbox environment testing in app purchase. I use a test user created in itunes connect and the purchasing code is working fine. Now I’m testing the restore transaction. This is ...
0
votes
0answers
35 views

Editing the description and amount (not price) of an In-App Purchase

My app uses virtual currency (Gold Coins) and allows users to buy using In App Purchases. $0.99 used to net you 1 Gold Coin. I am going to change that so that the same amount gives 45 Gold Coins. I ...
1
vote
1answer
45 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
49 views

How to identify EXISTING purchases for non renewing subscriptions without UDID on IOS

there have been many questions about UDID and identifying users of applications, our app uses UDID to identify a user’s phone, this is how we tied their non renewing subscription purchase to a device ...
0
votes
0answers
29 views

There is no “Hosting Content with Apple” section on iTunes Connect

I create a new IAP item this way: click "Manage In-App Purchases" click "Create New" Select "Non-Consumable" The section "Hosting Content with Apple" is not present for that app, or any of my apps ...
0
votes
1answer
149 views

3.2: Apps with placeholder text will be rejected [closed]

This is what Apple sent to me: 3.2 "We found that your app and/or its metadata does not appear to include final content, which is not in compliance with the App Store Review Guidelines. ...
2
votes
0answers
68 views

Reset Purchases with In-App Billing V3 (Android)

I successfully implemented the in-app billing V3 and it works with my test account. I have two (real) non-consumable items and one I have purchased and discovered the bill in my Google checkout ...
0
votes
0answers
29 views

Restore iOS Non-Renewing IAP

My app tracks in-app purchases on a server. Apple rejected the app because it did not have an option to restore the IAP to other devices belonging to the user. I can either offer a "restore" button ...
1
vote
0answers
49 views

How to resume downloading of Apple Hosted Content?

I'm using Apple Hosted Content for my In-App Purchase. There is no problem to purchase and download now. However I have no idea about how to resume downloading if I quit app and return to my ...
0
votes
0answers
10 views

IAP said :Your account is expired or another device your account

I created a test account for sandbox environment in In-App-Purchase (IOS). But I got a message "Your account is expired or another device your account". When I try create new test account again, I ...
-1
votes
1answer
64 views

IOS In App Purchase: can I let the user buy again same product?

I'm trying (successfully) to follow the guidance of some IAP tutorials for IOS, e.g.: http://www.raywenderlich.com/21081/introduction-to-in-app-purchases-in-ios-6-tutorial My problem is: I want to ...
1
vote
1answer
109 views

IAP backend best practice

I've just made iOS app with IAP to purchase virtual coins(Consumable). And the backend is Ruby on Rails. I have some concerns for now about the whole solution. My current IAP process describes as ...
0
votes
0answers
44 views

Is the array order of requested products from itunes store always same ? IAP

I request the products from the itunes store with these codes : - (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response { NSLog(@"Loaded list of ...
0
votes
1answer
105 views

iPhone IAP - suspicious receipt is accepted by Apple validation server

We have an iPhone app that offers in-app-purchase (IAP) products. We perform IAP validation through our server that contacts Apple IAP receipt validation server. We get many transactions using the ...
2
votes
1answer
68 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 ...
0
votes
0answers
50 views

Amazon IAP - PurchaseObserver callbacks not called (except onSdkAvailable)

I hooked our game up to the amazon store using the ButtonClicker sample as a base framework. I am trying to implement the storefront and so building a catalog of purchasable items within the ...
0
votes
1answer
281 views

iOS in-app-purchase (IAP) hosting content with Apple

I have an app uses IAP and has been thru a few editions. The other day, I accidentally clicked the button for hosting content with apple, and I found I could not undo this. Worse thing is that I could ...
4
votes
0answers
103 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, ...
0
votes
0answers
63 views

Replacing Urban air ship IAP with Apple content hosting

As you know, air ship will shutdown, so i have to convert it into ordinary In App Purchase with apple hosting... anyone knows how to do that or have a tutorial for the replacement process thanks
0
votes
0answers
35 views

Invalid product id in Non-renewing but valid product id in free subscription

Please help me, I have a issue about invalid product id in Non-renewing but valid product id in free subscription 2013-03-07 17:38:24.388 CouponApp[3404:707] Product title: Free 2013-03-07 ...
1
vote
0answers
37 views

How do I know inside the program that the non-consumable IAP is in review?

I have a newsstand magazine app, and besides the auto-renewable subscription, we also want to provide the non-consumable IAP for users who doesn't subscribe to buy each single issue. The problem is, ...
0
votes
1answer
158 views

iOS In-App Purchase “Premium Pass for All Apps”

I'm trying to figure out the best method for allowing customers who are using my several apps to have a "premium pass" to all of them. They can purchase a monthly subscription on one of the apps, and ...
0
votes
1answer
151 views

Auto-renewable subscription and non-consumable IAPs

I have a magazine app, and I want to provide users a one year auto-renewable subscription, and for non-subscribed users, they can use non-consumable IAPs to pay for each issue and then download it. ...
0
votes
0answers
391 views

In-App-Purchase (iOS) not working for some local stores

We have released our iOS game "democracy" / "демократия" one year ago (10 Dec 2011). Since launch and by now I receive claims from users of this application from Ukraine and Belarus that they cannot ...
0
votes
1answer
341 views

Android In App Billing v3: get prices doesn't work for unmanaged items

I am using the standard Android IAB v3 code to detect prices of items at startup. However it is not returning any SkuDetails for my unmanaged items, only for the managed items. Any ideas? static ...
0
votes
1answer
163 views

iOS app rejected for in app purchase “bug” - can't duplicate

I have submitted an app update for review and it has been rejected. The reason stated for the rejection is: We found that your app exhibited one or more bugs, when reviewed on iPad running iOS ...

1 2 3 4