Tagged Questions
0
votes
0answers
16 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.
1
vote
1answer
102 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 ...
0
votes
1answer
71 views
Saving an IAP receipt
I would like to save in IAP receipt for non-consumables in my database. We have a two-step download mechanism for IAP restores.
Retrieve all transactions with the StoreKit mechanism which include ...
1
vote
1answer
152 views
Receipt validation issue in App Purchases Mac Store “Receipt validation should be presented…”
My applications uses the Store Kit API to purchases in app purchases. I am getting the following store rejection issue, has anyone ever encountered this?
2.3 Apps that do not perform as advertised ...
0
votes
1answer
246 views
SKProductRequest synchronous
i start the product request already in a operation block
NSOperationQueue * queue = [[NSOperationQueue alloc] init];
[queue addOperationWithBlock:^{
SKProductsRequest * request= ...
1
vote
1answer
517 views
Is it possible to use StoreKit (In App Purchase) inside a static library?
I'm working on an SDK, distributed as a static library, for iOS developers to use in their apps. I'm interested in offering non-consumable downloadable and built-in content directly to users via an ...