-1
votes
4answers
198 views
In App Purchase from App Store, iPhone
I am developing an application of iphone which requires to implement the In App Purchase functionality from App Store, for letting users download some images through their itunes a …
4
votes
3answers
165 views
Testing iPhone in-app purchases in ad hoc distribution mode
My iphone application has in-app purchases and those have been tested using the iTunes Connect test user account. I'm now distributing it via ad-hoc distribution to beta testers. …
0
votes
2answers
60 views
How to test In App purchase again and again and again…?
My in app purchase project working perfectly now, but I need to test purchasing and when once purchase is successfully done it cannot be undone? How can I test in app purchasing an …
0
votes
1answer
16 views
SKPayementQueue: restoring transactions finishes without calling ‘updatedTransactions’ in release config but not debug config
I'm debugging restoring transactions and in my debug configuration everything works normally:
IE I call:
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];
sometim …
-3
votes
3answers
101 views
iPhone + In App purchase
Hello,
I have a existing application and I want to implement In App purchase in this application, so that application is available freely on App Store with some locked feature and …
0
votes
1answer
28 views
How to create a product id for in app purchases
I am trying to test in app purchases for my iPhone App and I see how to setup test users, but I am not sure how to create a product id that I can use. I do not want to submit my a …
3
votes
1answer
20 views
In App Purchase for updates?
I need some advice on which path to go down to add some self-update capability to my app.
I've got an app in the App Store that uses a database full of information that needs to …
0
votes
1answer
28 views
When to use restoreCompletedTransactions for in-app purchases?
For a basic app with nonconsumable in-app purchases, has anyone figured out best practices for using SKPaymentQueue's restoreCompletedTransactions?
Observations
I know it's recom …
0
votes
1answer
11 views
in app purchase timeout error (-1001)
i get a timeout error (-1001) when trying to make an in app purchase. this began happening suddenly after in-app-purchase had been working fine for a while. what happens now is tha …
0
votes
5answers
77 views
Error while creating in app purchase in itunes connect
Hello everyone
I'm having trouble while creating an In App Purchase in iTunes Connect. I have created a test user and am able to see the form for creating the in app purchase. How …
0
votes
2answers
138 views
iPhone In-App Purchase Store Kit error -1003 “Cannot connect to iTunes Store”
Hi all-
I've been working on adding in-app purchases and was able to create and test in-app purchases using Store Kit (yay!). During testing, I exercised my app in a way which ca …
1
vote
1answer
67 views
Using in app purchase to unlock features vs. using free & paid app versions for iPhone
I have an app that I was going to release as a free (lite) version with some of the total functionality and a paid full version with advanced functionality. Now, with in app purch …
0
votes
1answer
204 views
Problem with testing In App with sandbox test account
Hi,
I created a test user account through the Manage User Accounts in iTunes Connect. When you create such an account you have to select a valid storefront for your account. I cho …
0
votes
2answers
49 views
Cant find “Manage In-App purchases” under itunes connect
Hi,
I know i am going to ask something that might sound bit odd, but still asking
I am developing an application that has In App Purchase functionality, i have integrated the co …
0
votes
1answer
34 views
iPhone in-app purchase: How can I detect unfinished transactions using storekit?
I'm implementing in-app purchase in an iphone application that allows for downloading of a non-trivial amount of data.
Right now, I'm trying to figure out if the Store Kit can tel …
