Tagged Questions
0
votes
1answer
47 views
In app Purchase after showing demo pages
I am working on a Story books Application. In which client wants to show 2 pages as free demo and to see remaining other pages he need to buy the book. Somebody please tell me is it allowed by apple ...
0
votes
1answer
87 views
Is Hosted In-App Purchase only available for IOS6?
I want to create an app with in app purchases. As I see, Apple now hosts the contents of non-consumable in-app purchases.
What if I want to support IOS5? Can I send my content to Apple for hosting? ...
0
votes
1answer
91 views
SKProductsRequest Returning Empty Results
I have looked over some of the other answers and they don't seem to help my situation. I have a new app that is nearly ready for its initial release and I am just working on the In App Purchase ...
1
vote
1answer
51 views
Subscriptions/ In-app purchase - some new chnages?
Is there some new subscription mechanism requirement on iOS? So far we handled the subscriptions without involving Apple, but this ...
1
vote
1answer
193 views
Restoring purchases in iOS
I am working on restoring purchases, So I have few doubts
1) How to show restore button
I have shown it on top left corner, and on click of it I call this function
- ...
0
votes
1answer
88 views
How to check already purchased InApp purchases on ios
I am working with InApp purchase, so I have implemented a working model,I have referred this
link http://xcodenoobies.blogspot.in/2012/04/implementing-inapp-purchase-in-xcode.html.
Here when the ...
0
votes
1answer
59 views
What's the correct methodology to implement In App Purchase that unlocks existing functionality?
So I've built an iOS app (my first) and I want to distribute it for free. It's a content creation app, and my plan is to allow the user full access to record up to 5 records of content for the purpose ...
4
votes
1answer
146 views
in app purchase in ios, EXC_BAD_ACCESS
I want to implement In-App-Purchase in my ios app, i have UPGRADE button, when user click on upgrade, I am sending product request using SKPayment SKProductsRequest, and added its delegate methods,
...
1
vote
1answer
101 views
IN-App Purchase Pop-up Text
I am facing a strange issue. When a user presses a button for cancel in in-app purchase pop-up hides at that time but the pop-up comes twice when he presses the cancel button again. This is getting ...
2
votes
2answers
140 views
In app purchase of music content for ios
I am writing an app for a band. It must be possible to purchase their music from within the app. Here are the options I am considering:
1) Purchase music as an in app purchase. Not very useful ...
0
votes
2answers
121 views
How to implement Inapp Purchase for multiple products?
I want to implement Inapp purchase for multiple products in my app.
Do I need to register All the products at iTunes? and is the code procedure is same for multiple as for single product?
I don't ...
3
votes
3answers
127 views
Where do you update the server on a consumable in app purchase?
So I have an app that has a consumable purchase and from what I have read a little more work is involved in terms of persisting some info on the server.
What I am not clear on is where does one ...
0
votes
1answer
72 views
InApp Purchase in ios
I have create new product in itunesconnect.apple.com for InAppPurchase.
but there display following warning message "Your first In-App Purchase(s) must be submitted with a new app version. Select ...
0
votes
0answers
22 views
Handling multiple families in auto rewnewable subscriptions in ios?
Consider the scenario where I have two families say Gold and Platinum and the user wants to jump from family one to the other? Is this allowed from the manage subscriptions section in the app store or ...
2
votes
1answer
195 views
VerificationController unrecognized selector iOS 5.0.1
I just added In-App Purchasing to my iOS app and a few of my users are crashing out with
-[__NSCFString objectForKey:]: unrecognized selector sent to instance 0xf0a6f10
Obtained from BugSense, the ...
0
votes
1answer
50 views
Testing next app version's IAP content?
Does Apple currently allow one to test obtaining new IAP content through StoreKit if that IAP is meant for the next unreleased version of the app?
From what I can tell, iTunes Connect explicitly ...
0
votes
0answers
123 views
iOS InApp Purchases returning Invalid Product ID
I know that this is a common issue, and I have solved it other times, but this time none of the checklists have worked for me.
I have developed everything needed to use InApp Purchases but I am ...
1
vote
1answer
277 views
In App Purchase vs Free and Paid versions - ios [closed]
I know this has been asked in the past, but I have seen no new posts since the hacking issues that took place in July regarding in app purchases.
I would like to use the in app purchase system to ...
2
votes
1answer
229 views
InApp purchase on iOS 5 vs iOS 6
I've been testing the new version of my app, which will include an in-app purchase in the next update, for one month.
Everything worked fine both on iOS 6 and 5, but recently I'm starting to get an ...
0
votes
0answers
15 views
Send purchased update to friends for free in ios
Is it possible to send purchased update of some application to other with free of cost? I am developing some application which contains In-app purchase. User can download multiple templates of some ...
4
votes
1answer
126 views
inApp Purchase in iOS products returned no product in the response
I am following tutorial of raywenderlich on the following blog:
http://www.raywenderlich.com/2797/introduction-to-in-app-purchases
Everything is working fine in the code, all delegate methods are ...
0
votes
0answers
31 views
Is it possible to manually set an inapp purchase state to failed?
In my recordTransaction: and provideContent: there's a chance, a small chance, that something can go wrong: sync with server, nullpointer, anything. I want to wrap the code in try/catch and fail the ...
0
votes
1answer
128 views
Having issue updating hud ivar during in-app purchase
I have recently set-up an in-app purchase mechanism in my app. During the purchase i would like to update an hud (i am using the mbprogresshud) according to two kinds of events: i start a purchase and ...
0
votes
2answers
143 views
In-app purchase product id clarification
I have used "product id" like this "ADR123" in my application. I am getting "invalid product identifier" in-app purchase not working, whether this product id is valid or not?
0
votes
1answer
250 views
How to implement auto-renewable subscription for InApp purchase?
I have implemented non-consumable subscription in InApp. It is working fine. It shows alert as You have already purchased blah blah but I think It is because i have test user account.
When i tried to ...
0
votes
3answers
940 views
inapp purchase - An unknown error has occurred - 5002 error code - iOS5
On ios5 simulator, I am trying to test my in app purchase using test account. when i tried to do test purchase ,it prompted to me to enter app-store credentials. i entered my test account credentials.
...
0
votes
1answer
972 views
paymentQueueRestoreCompletedTransactionsFinished: return queue with empty transactions array
Problem: I call [[SKPaymentQueue defaultQueue] restoreCompletedTransactions]; And it return to my observer paymentQueueRestoreCompletedTransactionsFinished: SKPaymentQueue with empty transactions ...
0
votes
1answer
139 views
How restoreCompletedTransactions returns product ids,Is its as per apple id or as per application
I am developing a application in which i have 10 items setup for in-app purchase, and also i am giving an option to restore the purchases he made, if user changes his device or may be any possible ...
0
votes
0answers
112 views
How to unlock Non-Consumable InappPurchase automatically after restoring Previously completed Transactions
I have developed a Non-Consumable InAppPurchase application. The App was rejected, apple point out that We found that while your app offers In-App Purchase(s) that can be restored, it does not include ...
0
votes
2answers
360 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 ...
1
vote
1answer
729 views
Inapppurchase SKProductsRequest Crash my application in ios5
my store kit class crash for SKProductsRequest start i am not experienced inapppurchase concept my class working perfectly in iOS 4.3 sdk not iOS 5 sdk. i am not getting error on console and my ...
3
votes
1answer
462 views
How to do in-app purchase in ios5?
I have used the following code for in-app purchase.
- (void)viewDidLoad {
if ([SKPaymentQueue canMakePayments]) {
NSLog(@"Can Buy Product");
SKProductsRequest ...
1
vote
0answers
60 views
iPhone: - why id's in “in-App Purchase” do not match?
I am implementing inapp purchase in my app. I have submitted to app on the app store but the apple id is different for my app and for inapp purchase. Is that the problem for error?
I want to ...
2
votes
2answers
330 views
in app purchase - consumable product
I am implementing in app purchase in my application. as per the requirement product should be purchased every time I pressed "BUY" button in my application.
For that on itunesconnect web site in ...
1
vote
1answer
432 views
In App Purchase Crash - [[SKPaymentQueue defaultQueue] addPayment:payment];
I am getting a crash with the following error message:
[FilterPurchase respondsToSelector:]: message sent to deallocated instance 0x1edacba0
This occurs on this line:
[[SKPaymentQueue ...
0
votes
1answer
331 views
In-app purchase fails after telling “item already bought” message
I am building an iOS app and trying to implement an in app purchase (non-consumable).
All the bundle IDs etc. are set up and working, and I can see my product as valid when I fetch the Apple Store ...
2
votes
2answers
2k views
Restore feature in In-App Purchase in iphone/ipad application
I have integrated in-app purchases in my application and tested on my device. It's working properly.
But when I upload binary on iTunes store Apple reject my application due to this reason:
"We found ...
0
votes
1answer
119 views
How to let only paid members into my iOS app's some sections with in-app purchase?
I am developing an application where I have a section only for paid users where they purchase for the section using the in-app purhcase system in iOS. I know that I need to keep track of the purchase ...
0
votes
0answers
110 views
In APP Purchase BOOL Values are Not Saving in iPhone
I am doing In App Purchases using NSUser Defaults in My application.. It all working fine... But when I delete the application in Background The Bool Values of isPurchased and isFailed are not ...
5
votes
1answer
1k views
restoreCompletedTransactions returns incomplete information in sandbox environment
I am having quite some trouble with restoreCompletedTransactions while developing an iPhone application. All the issues listed below occur when working in the sandbox environment. The app is not yet ...
0
votes
1answer
541 views
In App Purchases in iPhone Programming
I have developed an application with in App Purchases. I have the following code... In the ViewController.m file I the butoon1Clicked Method I am callInAppPurchases. Actually when click on the button ...
1
vote
1answer
883 views
In-App Purchase Products not showing in iOS 5.1
If I use 4.2 iOS device such as 2nd gen iPod touch, products show up.
if I use 5.1 iOS device such as iPhone 4s, no product(s) shows up.
Anybody having same issue? I'm testing this in the sandbox ...
4
votes
4answers
2k views
In - App Purchases in iPhone
I have developed an iPhone Application that has three Levels. Those three Levels are displayed as three tabs in single view.
The first level is free. 2nd and 3rd are locked.
I read some tutorials ...
2
votes
2answers
122 views
Restoring Purchases on Multiple Devices
I have an App which has inApp Purchases Client - Sever Model integrated.
I'm having difficulty in tracking the Restoration and Delivery of the Products.
I'm tracking the UDID of the user that ...
1
vote
3answers
93 views
Apple InAppPurchase
I am facing a slightly weird issue here. for past 2 days My application is in "In Review" state in itunesconnect and my IAP are in rejected state. I dont even know why thy have been rejected as there ...
0
votes
1answer
133 views
Unable to login as test user when test in-App Purchase
I have implemented iTunes store in the app. As I have read in the apple docs you have to log out from your real Apple ID to test it with a test user. Im logged out now but when I want to buy from ...
0
votes
0answers
145 views
In app purchasing device problems
I'm having a problem with in app purchasing on the devices, the code works fine and in Xcode and on the simulator it loads in all the products correctly and displays them. However when testing the app ...
0
votes
1answer
178 views
In App Purchase Tab Cannot possible to access
I have developed iphone app with working In App Purchase. Now I want to release new version of the app with new price for in App Purchase. But, Whenever I tapped on iTunesConnect -> Manage Your ...
0
votes
1answer
394 views
iOS 5 - In App purchases not getting products
I have configured some products and an in app purchases test account.
I am trying to get the products using the product identifier and the following request:
SKProductsRequest *request= ...
0
votes
1answer
395 views
iOS5 log out completely to test in-app purchases
I"m testing an in-app purchase using my iPhone on iOS5 but despite going to Settings > General > Store > Log out (as I've seen on many websites), I can only enter a password when prompted in my app. ...

