-5
votes
0answers
67 views

setObjectForKey: object cannot be nil (key: unique-vendor-identifier) SKPaymentTransaction [closed]

i saw this crash in our logs. i checked out the log and concluded that it's related to SKPaymentTransaction. how is it possible that the unique-vendor-identifier becomes nil?
0
votes
0answers
27 views

Is it possible to update an app using SKStoreProductViewController presented within that app?

I'm working on an application that always has to have the latest version installed. When the app launches, it checks if the latest version is installed, if not, it presents a ...
0
votes
1answer
35 views

In App Purchase Restore Query

Hey StackOverflow... My iOS app allows the user to purchase videos as non-consumable iAPs, all the videos are pretty weighty at circa 300mb/650mb each... Apple require you to implement a restore ...
0
votes
0answers
18 views

Using StoreKit to fetch app prices

Can I use StoreKit to request the price of apps (not in app purchases)? I tried using SKProductsRequest but the response was returned as a 400 error.
-3
votes
2answers
42 views

StoreKit framework 2 questions [closed]

Just getting started with store kit framework. I have 2 questions: 1) Is there a way to find out all the purchased items by the current user? (get a list of ids) 2) Is there a way to purchase ALL ...
0
votes
1answer
401 views

SKStoreProductViewController showing iPad store view inside of iPhone app (when running on iPad)

We're currently developing an app that is targeted to the iPhone (i.e. doesn't yet have any native iPad UI and is NOT Universal). One of the big features in iOS 6 is the ability to run the iTunes ...
4
votes
3answers
719 views

Restoring an in app purchase with a user who never paid for it.

I'm trying to test the in app purchase in my app. When i restore the in app purchase with a test user who bought the in app purchase it all works fine. But when i try to restore an in app purchase ...
9
votes
2answers
4k views

Obj-C, Storekit restoreCompletedTransactions returns zero transactions?

I'm having some problems restoring completed transactions. [[SKPaymentQueue defaultQueue] restoreCompletedTransactions]; I've added the observer mentioned in several examples, I've tried adding ...
2
votes
1answer
828 views

In-App Purchase, SKProductsRequest returning 0 - Products still in Review

I have followed the tutorial: Introduction-to-in-app-purchases I think I have everything done exactly how it is shown. But, my in-app purchases are still "Waiting for Review" in iTunes connect. When ...
-2
votes
1answer
420 views

Where to upload bundles to apple in app purchases [closed]

I need to add In App Purchases to my project. Where can I configure that in the developer account and where do I upload the app bundle. Specifically, there is no clear link to upload a zip file.
4
votes
3answers
758 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 ...
2
votes
1answer
869 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 ...
3
votes
5answers
3k views

Store Kit transaction failing

I'm attempting to test a Store Kit transaction with the iPhone 3.0 SDK. I am basing my code off the sample code in the Store Kit Programming Guide, but I keep getting failed transactions (status: ...