1
vote
1answer
40 views

Accessing Files Downloaded from Apple-Hosted In-App Purchase

I'm building an app which has non-consumable in-app purchases hosted on Apple's servers. I've been successful in getting my in-app purchases to download, but when I save them to the documents ...
0
votes
0answers
19 views

iOS: IAP handle a network error

I am developing an application using Storekit/StorekitDefines.h for In-App Purchases. In my application, users will be able to ask a question and, after a transaction has been made obtain an answer ...
1
vote
0answers
67 views

StoreKit and LinkShare

Has anyone been successful it leveraging their LinkShare iTunes Affiliates program with iOS 6 StoreKit SKStoreProductViewController? I had hoped that even if you couldn't use LinkShare Link Maker ...
0
votes
0answers
34 views

Using StoreKit to sell apps within the application

I am using StoreKit to show the App Store within my application in order to promote another app (which is mine as well). Will the user be able to buy the promoted application when I publish the app ...
1
vote
1answer
86 views

ios 6 InApp Purchase SKPaymentTransaction dose not work method

I am using following Code: But error is: Switch case is in protected scope on case SKPaymentTransactionStateRestored: also case SKPaymentTransactionStateFailed: and default: anybody solve this ...
0
votes
1answer
132 views

SKStoreProductViewController can't download app

i am using SKStoreProductViewController, if i try to download app using real account alert says that i must use test user, but when i use test user the result is below app should released tomorrow ...
1
vote
0answers
329 views

SKPaymentTransactionObserver crashes in purchasing status

I'm new to in-app purchases, and following the tutorials, I've got the product request going, an observer, and everything. However, at the point that the modal purchase dialog comes up (while the ...
1
vote
0answers
64 views

SKProduct localizedDescription in different languages

I have in app purchase in my app. I am testing a thai language device with a test account that is in the thai store. I have both English and thai in app purchase titles and descriptions. ...
0
votes
1answer
103 views

iOS give users default downloadable content

I'm facing this problem while designing my iOS app. Suppose that a user purchases an app and downloads it to the iPhone. I would like to provide him with a default consumable item the first time he ...
0
votes
0answers
117 views

In App Purchase Certificate For SKStoreProductViewController

I am in the process of adding SKStoreProductViewController in my app as a way to promote my other apps. Given any app which wants to offer in-app purchases must select the "in-app purchase" option in ...
0
votes
1answer
79 views

SKStoreViewController Sandbox issue

int productID = xxx; NSDictionary *parameters = @{SKStoreProductParameterITunesItemIdentifier:[NSNumber numberWithInteger:productID]}; [self.storeViewController ...
0
votes
0answers
30 views

How to sort products by time In App Purchases?

I want to sort a list of products based on the date they were uploaded to the iTunes Store, is it possible? I know how to sort by price but no date. Is there any way to know the exact date of rise? ...
6
votes
2answers
1k views

app can't be installed with SKStoreProductViewController

With codes below SKStoreProductViewController can present descriptions of an app. When I touch the "free" button it shows "install app". Then I touch "install app", a progress bar shows inside the ...
7
votes
1answer
1k views

SKStoreProductViewController and GKHostedAuthenticateViewController don't have iPhone landscape modes

I'm implementing the StoreKit in-app app purchase interface and though it appears that the SKStoreProductViewController handles landscape on iPad, it does not appear to do so for my app on iPhone ...
0
votes
1answer
415 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 ...
1
vote
1answer
750 views

iOS In-App Purchases: Sandbox Invalid Product ID

Background on the slightly odd setup before I get to the problem: Working on an app for a client and we're using an different iTunes developer account than the one this will eventually be published on ...
0
votes
1answer
691 views

Cannot connect to iTunes Store in SKStoreProductViewController

I'm using SKStoreProductViewController to show a specific product in my app. On the iPHone simulator, the view controller loads and displays the particular product correctly. However, on my actual ...