1
vote
0answers
54 views

No response from [[SKPaymentQueue defaultQueue] restoreCompletedTransactions]

I am trying to setup in-app purchases for my Mac app. Purchasing products works fine but I was not able to get [[SKPaymentQueue defaultQueue] restoreCompletedTransactions] working. A transaction ...
1
vote
1answer
105 views

“App Store temporary unavailable” for sandbox in app purchases

I'm trying to test in app purchases in my Mac app for the App Store but no matter what I do i keep on getting this error: When I look at the Console app logs I see this: 2/26/13 3:08:05.452 PM App ...
1
vote
0answers
83 views

Runtime dynamic linker warning on Mac OS X when linking to both GameKit and StoreKit frameworks

Using Mac OS X 10.8.2 and Xcode 4.5.2 if you create a new Mac OS X Cocoa application then add links to the GameKit and StoreKit frameworks you get the following warning on application startup: ...
0
votes
1answer
639 views

SKPaymentTransaction transactionState does not become SKPaymentTransactionStatePurchased after purchasing

I've implemented the In-App payments like described in the Apple Documents about IAP, but when I try them in Sandbox mode, the 'transactionState' will never get changed to ...
1
vote
1answer
481 views

In App Purchase payment dialog not showing on Mac OS Lion

I am writing an mac application for the Mac App Store that uses in app purchase. I double checked and I think I have implemented everything correctly. So when I am making a product request the ...
2
votes
1answer
4k 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 = ...