In-App Purchase is a end-user product and service sales system provided by Apple.
4
votes
0answers
101 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, ...
2
votes
0answers
68 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
0answers
66 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 ...
2
votes
0answers
244 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 ...
1
vote
0answers
25 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 ...
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 ...
1
vote
0answers
36 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, ...
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
0answers
44 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
146 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 ...
1
vote
0answers
79 views
Amazon iap doesnt work in release mode
I'm integrating amazon iap in to my android app.
The release version that is ready to be submitted (signed and obfuscated) works fine on my phone in sandbox mode.
However, after submitting the ...
1
vote
0answers
65 views
How to get cancellation date of Auto-Renewable subscription?
I am developing iOS app which sells the "Auto-Renewable Subscriptions" via the IAP.
This app has to know the "date of the cancellation subscription" but I couldn't find the way so far.
Would you ...
1
vote
0answers
89 views
Cannot purchase products in our published app on android
Our company implemented the In App Billing for Android, but we have a problem with purchases in a PUBLISHED app and their items just being PUBLISHED too.
When the user purchases a product, this ...
1
vote
0answers
32 views
Keeping track of purchases on server my rather than iTunesConnect
I'm developing an app, where there are over 700+ potential purchases.
My question is about best practices:
What I wanted to do is setup a single tier1 key on iTunesConnect and reuse the same key for ...
1
vote
0answers
224 views
Amazon In-App-Purchase Bug
We just launched our game on the Amazon Android Store with their new In-App Purchase SDK. We are seeing a few sale that resulting users not getting the virtual good they paid for. I've have reproduced ...
1
vote
0answers
279 views
in-app purchase works fine the first time but if I try again it executes code several times
The first Time I buy the 3 hints it works just fine, If I try to use it a second or a third time it keeps saying "You have purchased 3 Hints!" several times and I can't find what's wrong with it
...
1
vote
0answers
198 views
IAP with Urban Airship
I'm building a book store using Urban Airship In-App Purchase. I've already developed the reader, now I need to develop the store for in-app purchase.
In Urban Airship StoreFront, the store is only a ...
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 ...
0
votes
0answers
29 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
30 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
0answers
16 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
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",
...
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
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
0answers
34 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 ...
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
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 ...
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 ...
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
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
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
34 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 ...
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
0answers
18 views
Query StoreKit product information from a server?
Given a product identifier, is there any way I can query the properties of a StoreKit product from my server?
This is the equivalent Obj-C API call:
SKProductsRequest
...
0
votes
0answers
54 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
193 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
0answers
99 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 ...
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 ...
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
0answers
270 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
0answers
118 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 ...
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 ...
0
votes
0answers
188 views
In App Purchase “Thank you. Your purchase was successful.” alert window
Where is this alert window after successful IAP transaction?
"Thank you. Your purchase was successful."
The alert window of "Buy, Cancel" is being shown.
After successful purchasing, however, the ...
0
votes
0answers
98 views
IAP product in review status cannot delete
My app was rejected by apple again, I really don't know how to solve the problem.
I created some IAP products to test in-app-purchase functionality when developed application, finally we decides no ...
0
votes
0answers
20 views
iphone inapp subscriptions - subscriptions history
It is possible to find out after restoring transactions on device, to find out in which period of time had user active subscription? For example for weekly auto-renewable, user could buy 3 weeks in ...
0
votes
0answers
138 views
How many IAPs are shown in “Top In-App Purchases” for an iOS game?
If I have 20 IAPs in my iOS game, will they all be exposed to the public in the iOS App Store, or just the top grossing ones?
For instance, Rage of Bahamut has 6 IAPs in their "Top IAP" list (see ...
0
votes
0answers
188 views
Something wrong with IAP restore
We have the problem in our App that some of the users report they can't restore their purchases.
The restore seems to ends properly with
...


