In-App Purchase is a end-user product and service sales system provided by Apple.
0
votes
0answers
21 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
1answer
110 views
Non-renewing subscriptions that are non-sharable across user's devices
I wish to implement IAP within my iOS app, offering a push notification service for a period of time. This seems to fit under the category of non-renewing subscriptions. One requirement from Apple is
...
0
votes
0answers
27 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
11 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 ...
0
votes
0answers
61 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
27 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 ...
1
vote
0answers
21 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
12 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
1answer
29 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
26 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
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 ...
2
votes
0answers
49 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
57 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 ...
1
vote
1answer
164 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
28 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",
...
0
votes
1answer
26 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 ...
-1
votes
0answers
66 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
24 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 ...
1
vote
2answers
705 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 ...
0
votes
0answers
27 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
3answers
87 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 ...
2
votes
2answers
527 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
...
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, ...
1
vote
1answer
47 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
1answer
20 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
135 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
42 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
39 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 ...
1
vote
1answer
40 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
57 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
1answer
247 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 ...
0
votes
0answers
33 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
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 ...
10
votes
2answers
579 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. ...
0
votes
1answer
137 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.
...
1
vote
1answer
106 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 ...
2
votes
0answers
56 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
62 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 ...
0
votes
0answers
49 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 ...
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" ...
0
votes
1answer
102 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 ...
0
votes
0answers
43 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
2answers
199 views
Knowing, without doing a restore, which IAPs have been purchased
My app has individual non-consumable in-app purchases for sale, plus a "bulk" IAP which contains all the other IAPs at a discounted price. Therefore, before allowing the user to purchase an IAP, I ...
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 ...
4
votes
0answers
95 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
1answer
50 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 ...
1
vote
2answers
859 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 ...






