Tagged Questions
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
28 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
24 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 ...
-1
votes
0answers
63 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
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 ...
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 ...
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
1answer
99 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
31 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
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 ...
0
votes
0answers
191 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
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
3answers
155 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
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 ...
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 ...
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
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
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.
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 ...
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 ...
0
votes
1answer
104 views
Unexpected behaviour with iAP on iOS
I make a fresh install of my App on my iOS device. (I had deleted it, signed off from the GC account).
After the App launch, 'paymentQueue: updatedTransactions:' gets called. It has one transaction ...
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 ...
-1
votes
1answer
355 views
Remove in app purchase item from new app version
I have a second 1.0.1 version of app in app store with some in app purchase items.
In new version I do not want to use one item and I want to delete it from IAP items.
Did anybody had some case like ...
-1
votes
1answer
53 views
Make Payment iOS InApp Purchase [closed]
I am going to implement IAP (InApp Purchase) for buy some virtual goods using my application. I have go thru the documentation for implement this into the application. But i have a question, how the ...
0
votes
0answers
197 views
Convert standard app to Newsstand app, to use Auto Renewable Subscription IAP
I'm making a language education app for my client. We want to add monthly/annual membership subscription to this free app, and we want to use the Auto Renewable Subscription.
My past experience with ...
5
votes
1answer
671 views
Is the asynchronous part of Apple's new verification controller necessary?
I was looking through Apple's Verification Controller patch for In App Purchases here: https://developer.apple.com/library/ios/#releasenotes/StoreKit/IAP_ReceiptValidation/_index.html
I was planning ...
0
votes
2answers
357 views
InAppPurchase invalid product identifiers - Possible Reasons
It has been a long night chasing the problem within my in-app purchase trials yet I can not seem to solve this issue.My product identifier keeps returning as "invalid product identifier". Hopefully ...
2
votes
1answer
242 views
Itunes store transaction (In app purchase)
I'm currently developing a Phonegap mobile application.
I implemented In App purchase in my iPhone application and it works fine.
I retrieve my products informations from itunes, I got the receipt of ...
2
votes
0answers
242 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 ...
0
votes
3answers
438 views
Recovering Non-renewable Subscriptions
Currently I'm working on an app for a social network, where users have to purchase premium membership to unlock some extra features.
At first I used auto-renewable subscriptions, but my app got ...
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
614 views
SKPaymentQueue restoreCompletedTransactions restores same transaction multiple times
I have an auto renewable subscription for 6 months setup up in my purchases via iTunes connect. I created a test user and bought that subscription, now when i try to restore my purchases, it returns ...
5
votes
3answers
647 views
Will IAP non-consumable products keep working if I pull my binary from the AppStore?
I have a free app which is currently available on the Apple AppStore, with a non-consumable product setup for in-app purchase to enable premium features.
My client now decided they want to pull this ...
1
vote
1answer
277 views
In App Purchases Sandbox Testing - Old sandbox users keep prompting
I am working on an iphone game with in app purchases. I'm trying to retrieve my sandbox user's previous purchases by calling restoreCompletedTransactions, but no callback is being fired.
I read ...
0
votes
0answers
123 views
Does Apple publish in app purchase system status anywhere? Is it possible to determine if/when their systems are down?
On occasion it appears that Apple's servers related to in-app purchase become unavailable or start responding with failure. I've seen both their receipt verification service ...
0
votes
0answers
1k views
How do I implement In App Purchases when using Cocos2d and Box2d?
While the recommended tutorials online (Ray Wenderlich, Troy Brant and Mugunth Kumar) provide some information, most are out of date (methods have since been deprecated), some provide generic Xcode ...
1
vote
2answers
704 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 ...
3
votes
1answer
212 views
Apple In-App Purchasing without StoreKit?
While aware of the appstore guidelines, specifically IAP usage.
Our company is developing an app that would offer downloadable content [music, video, etc]
There are several challenges but one of the ...
0
votes
1answer
78 views
Can I limit the quantity of each of IAP items(sold out for 1 item)?
I wonder there is a way to limit each IAP items quantity.
For example, if I sell item that quantity is 10 in iap, 10 people buy the item,
and then that item buying is no available because there is ...
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 ...
0
votes
1answer
269 views
Cannot test purchase from iTunes store, getting two seemingly conflicting errors
I've created a test iTunes user, logged out of the iTunes user on my iPhone and have left it blank (i.e. not logged in) and I've attempted to purchase a product which is ready for sale and available ...
0
votes
1answer
287 views
How to configure In App purchase for itunes?
How to configure itunes connect for In App Purchase.
I have added products in Itunesconnect, but in response.product always return empty value .
- (void)requestProducts {
NSSet ...
0
votes
1answer
363 views
SKPaymentQueue canMakePayments crash on IOS 5
it's really a strange problem
when my app start I will make [SKPaymentQueue canMakePayments]
when I run my app on iPad simulator 5.0, it just crash on [SKPaymentQueue canMakePayments]
but it work ...
0
votes
0answers
226 views
iPhone,in app purchase rejected,keypad invisible
In the Resolution Center, Apple said:
After the user taps Buy button, the application does not display the keypad for the user to finish the purchase. Screenshots of this issue have been attached for ...
0
votes
0answers
74 views
How to testi other developer team's in-app purchase project?
I have an iOS developer account, and I help another developer to develop their in-app purchase App.
(There are two different accounts, and I am not in their developer team. That is, I don't have ...
2
votes
2answers
1k views
in-app purchase, multiple auto-renewing subscriptions having different durations
A question regarding in-app purchase auto-renewing subscriptions:
I'm unclear how to handle the case where a user purchases multiple subscriptions of differing durations. It seems that Apple will ...


