0
votes
2answers
50 views
iphone store kit : how to catch cancel event
Hi guys. Here's my problem :
When using storekit for in-app purchase, i'm displaying a "loading" view to tell the user to wait for a few seconds while the process is in progress; but let's say this …
0
votes
1answer
53 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 recommended to always …
0
votes
2answers
211 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 caused the app to …
0
votes
1answer
271 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 chose US Store. Now I …
0
votes
1answer
25 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];
sometime later the …
0
votes
3answers
295 views
iPhone Store Kit returning invalid product ID errors
Hello,
I am trying to test In App Purchases on my iPhone and running into a problem where the product IDs I request information for end up being returned to me as invalid product IDs in the …
0
votes
1answer
185 views
Get Customer Information from an In App Purchase transaction on iPhone
Apple clearly states in their Introducing Store Kit video in the iPhone Dev Center that we should:
"Keep a copy of the TransactionID along with the Customer
Information in your server in the
…
2
votes
3answers
120 views
Are real products needed for In App purchase testing?
I'd like to test In App purchasing with my test user. However, it seems as though I need to create a real product and associate that to a real app. This product is then searchable in iTunes. If I'm …
1
vote
1answer
119 views
How to provide storekit content?
For my app i have it far enought that it will ask for a confirmation and account for an in-app purchase, but I don't know how to enable the item after the purchase is complete.
SKPayment *payment = …
0
votes
1answer
86 views
iPhone StoreKit In app purchase for consumable products
I created a consumable in app purchase item and I want a user to buy it every time he uses it.
Everything works as expected except when I buy the item more than one time, iPhone pop ups a message …
2
votes
1answer
700 views
Generate JSON object with transactionReceipt
Hi,
I've been the past days trying to test my first in-app purchse iphone application. Unfortunately I can't find the way to talk to iTunes server to verify the transactionReceipt.
Because it's my …
0
votes
2answers
386 views
storekit In app purchase invalid product identifiers
Hello,
I am getting zero product identifiers from SKProductsRequest
I did the following steps
a) created a In App Purchase Test User account under 'Manage Users' in iTunes Connect
b) created some …
3
votes
4answers
687 views
Design tips for StoreKit in iPhone OS 3.0?
I am going to implement StoreKit in an iPhone application and wanted to know if there is any experience out there already that could point out any pitfalls or traps in using StoreKit?
I know the API …
0
votes
2answers
720 views
Creating sandbox account in iTunes Connect for InAPP Purchase
hi all,
How to create a test user account in iTunes Connect ?
I am using the "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa" url , but there is not option for creating user account ?
…
2
votes
7answers
979 views
iPhone StoreKit - invalid product id’s
I'm trying to test the in App purchase within the sandbox environment.
In order to test the code I
a) created a In App Purchase Test User account under 'Manage Users' in iTunes Connect
b) created …
