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

learn more… | top users | synonyms

0
votes
1answer
76 views

In App Purchase for multiple accounts subscriptions

We are building a solution with a cloud Backend and an iPad application connecting to that Backend, strangely Apple rejected the application because the payement had to be done from the web and they ...
-1
votes
1answer
85 views

Is there a way to unlock a users features in a subscription based iPhone App without been charged 30% [closed]

We are in the early stages of building a iphone app which is subscription based. There will be 3 types of monthly Subscriptions: Free - Access to 40% of features Intermediate - Access to 70% of ...
1
vote
1answer
163 views

iOS, multiple IAP (in-app-purchase) products, calling payment method too quick

In my previous apps, there is only one IAP, so I didn't realized there was problem in my code. Today I have an app with multiple IAP products, and I found the problem. I followed Troy's IAP tutorial, ...
0
votes
0answers
52 views

verifying store receipts with the Mac Appstore

I don't know how to verifying store receipts for mac. When and Where to check verifying store receipts? This is my code. Is it correct code? and Where to check receipts? and how to verifying ...
0
votes
0answers
190 views

iOS Unlock content using Tapjoy - IAP alternative

Hello dear programmers, I have Tapjoy publisher iOS framework installed and working. I looked at the examples out there, I see plenty of examples how to get in-game currency, but it's not clear how ...
0
votes
1answer
47 views

IAP doesn't work on Real iPad

When I run the following code in simulator, it can get the IAP info successfully, but when it run on a real IPAD, "count" always = zero ... any ideas what's wrong?? Thanks. // Store Kit returns a ...
0
votes
2answers
31 views

From lite and full, Full version for OLD/Current users of APP without In app purchase

In my current app which is on app store.. I have added feature of lite and full version. The user who purchase lite version they can get full version by in app purchase. PROBLEM But my problem is ...
0
votes
1answer
145 views

in App Purchases iOS

I made my first app with IAP by this tutorial I made a singleton for InAppPurchaseManager, added 3 more purchases, methods for them and all works great. The problem is what my app is a gallery where ...
0
votes
1answer
49 views

Confirm Subscription in Alert View wrong language

I have an app that has an in-app purchase. The in-app purchase is setup for the Mexican store. I have created a test account for the Mexico store. When I purchase a product in the app it will give me ...
0
votes
1answer
88 views

IAP test user has unknown error

I'm test IAP: 1) create a test user 2) run the app in simulator 3) pop the iap dialogue, saying it's in sandbox 4) choose use existing account, enter the test user But it says "An unknown error has ...
0
votes
1answer
190 views

Can I add a non-consumable IAP to purchase a single issue in a Newsstand app with free subscription [closed]

I have a Newsstand app with free subscription. All the issues hosted by our server is free for users to download. At the same time, we have a special issue, which needs to be paid. So we defined a ...
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 ...
1
vote
0answers
96 views

IOS - In-app purchase downloadable media storage guidelines

I have an app which has in app purchase downloadable videos. The first time I submitted to the app store it was rejected because I was writing it to <Application_Home>/Documents directory. The ...
1
vote
1answer
36 views

How do I transition from a UIView to a UITableViewController using an IBAction in xcode?

I built my app as a single view application and then later added another view with an .xib. I get how to do that. But what I need to do now is add another view, but this is a UITableViewController ...
0
votes
0answers
95 views

How do I implement IAP tutorial using master view controller into my single view appication in xcode

I just finished the tutorial for IAP in ios 6 by Ray Wenderlich. I got the tutorial from this site. So I was able to build a practice app using the tutorial My problem is now implementing this in my ...
1
vote
0answers
42 views

Is it possible to simulate/emulate some of the unusual situations when testing an in-app purchase?

I am looking to test our in-app purchasing code and would like to be able to test all the different possible situations. However, it seems like it is difficult/impossible to test some of the rarer ...
1
vote
0answers
145 views

iOS Exploit: Restoring In-App Purchases to Multiple Game Accounts

I am creating a server-driven game on iOS that allows players to create a Game Account for multi-device play. My game has In-App Purchases (IAP) that are non-consumable and can be restored or ...
0
votes
0answers
47 views

Google In App Billing on Android 1.5

We are currently developing android application using Platform version 1.5 and facing to implement In App Billing below, There are errors for IntentSender in PurchaseObserver.java Is there any way ...
1
vote
1answer
42 views

iOS IAP issue - when user has to confirm credit card, iOS remains on App Store

We are encountering an occasional issue which runs thus: A user's first purchase on a new device happens to be an IAP using our app iOS asks them to confirm their credit card details because they've ...
0
votes
3answers
153 views

Using prepaid credits in iOS apps

we are developing an iPhone app as an extension of a classifieds system (web site). On that web site users can buy (prepaid) credits and use them to boost and promote their ads. Will Apple reject our ...
0
votes
2answers
60 views

Is it possible to use virtual currency to purchase a monthly premium account?

I wonder if our iOS app can follow this design: The app will reward users with certain amount of virtual coins each time they made some achievements; at the same time they can buy coins through IAP. ...
0
votes
1answer
229 views

U3D+iOS Dev, I wait for so long time to get the IAP SKProductsResponse

In the IAP dev, first, I followed the instruction in the link: http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/ Luckily and quickly, I got the IAP dialog box poping up (Buy XXX ...
0
votes
1answer
108 views

IAP Works in one project, yet I get Code=0 “Cannot connect to iTunes Store” in another project [duplicate]

Possible Duplicate: iPhone In-App Purchase Store Kit error -1003 “Cannot connect to iTunes Store” I have a project in which I am getting the infamous In-App Purchase Code=0 "Cannot connect ...
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 ...
0
votes
1answer
184 views

Do I need to create a separate IAP for every iOS newsstand issue?

I need to support the purchase of single issues within an iOS newsstand app (and not just a free or paid subscription). Do I need to manually create a new IAP in iTunesConnect for every single issue, ...
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 ...
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 ...
0
votes
0answers
14 views

Is there any way to add an IAP product by programs?

Is there any way to add an IAP product not by the iTunes Connect web page but by my own programs?
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 ...
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 ...
0
votes
1answer
568 views

iOS In-App Purchase, sending to another account (gifting?)

I have a client that needs to have its volunteers purchase an IAP (A data package that is downloaded), then somehow reimburse them. The problem is that there is no easy way to do this that I think ...
0
votes
1answer
205 views

In App Purchase Crashes App

I have an iOS App that I just submitted an update for. The development version of the app (simulator and my 4S) never crashed and it works just fine. The app got approved today as well as the IAP, but ...
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 ...
0
votes
2answers
157 views

Is it possible for App Store not to convert USD to local currency? [closed]

i have an app that has IAP. its 0.99 $. but app store converts usd to local currency. i dont want it to e converted. i checked the itunesconnect. but i didnt find anything for fixing price to USD. is ...
1
vote
1answer
33 views

Is a https connection recommended for server receipt verification under iOS

I'm setting up a server to do receipt verification for IAP on the App Store. My question is: Should I make the connection between the iOS device and my server as a https connection, or does http ...
0
votes
1answer
131 views

Is ios Keychain suitable for my IAP issue?

I have an app that has consumable IAP. It's an IAP that users consumes it over the time, something like the IAP has 100 points, while users may use 10 today and 50 tomorrow, so the user would have ...
0
votes
0answers
117 views

In app purchases have stopped working when updated to xcode 4

Hi I have updated my xcode 3.2 project to work in xcode 4 but my in app purchases have suddenly stopped working. The problem is that the product request is sent and the purchase confirmation dialog ...
0
votes
0answers
23 views

ios app IAP and user credits and re-install to recover credits

Is the following code good enough to prevent re-charge app-credits? I have the following in the viewDidLoad method, and the app was just approved. I tried used it and it worked, I consumed some ...
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 ...
1
vote
2answers
342 views

Generic In App Purchase Products Implementation

Consider following example. Let's say we have an app in which professional writers write stories from a web based UI. And then these stories become available for user of the iOS app as in app purchase ...
0
votes
2answers
124 views

Android in-app billing - how does the market notify if a payment fails

I was implementing in-app billing and did not find documentation for the case where if the credit card that the user has configured with the market fails due to a reason say expired date/the user has ...
1
vote
1answer
110 views

android in app payment sdk

I want to add in app purchases to my Android app. I know I can use Google In-App Billing API, but I want to know if there are other libraries I could use that provide a more complete solution so I ...
0
votes
0answers
44 views

Never get products or bad products in iOS 5 sandbox; iOS 6 sandbox fine

My product identifiers are valid in the iOS 6 sandbox, but not iOS 5. I get this with the simulator and devices. I have ran through the list of things on Troy Brant's exhaustive list of IAP ...
1
vote
1answer
548 views

<In App Purchase> how to generate a SKProduct directly

recently I working on IAP. As you know, when you wanna send payment request, you should call (id)paymentWithProduct:(SKProduct *)product but I found only way to get product is using ...
0
votes
1answer
70 views

Ensure item is purchased before allowing to download from my server when download is invoked later after purchasing

I have the following scenario: I have some items that I want to sell User buys the item and it is marked is "Purchased". Now user can download the file. User presses "Download" button and downloads ...
0
votes
1answer
101 views

in-app purchase, partially usage of credit

I have IAP question. Basically, my app needs calculate how many times a user is using a function, and I would like to charge accordingly. I probably going to charge 1 cent or so per usage of 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. ...
0
votes
0answers
89 views

Why does my iOS app's IAP type only have one “Free Subscription” selection? [closed]

By the Title ,in my itunes connect, I want to create new IAP, but only one type can be selected. My app's type is utility.
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 ...
0
votes
1answer
43 views

How to serve up specific IAP when user downloads app

If we market specific in-app-purchase content to people who don't have our app, what is the best way to facilitate the consumer gaining access to that IAP, if they respond to that particular marketing ...