0
votes
2answers
56 views

How to create free in-app-purchase?

I need one of my in-app purchases to be free, possibly with the provided by Apple IAP structure? Currently the type of that purchase is non-consumable while it's payed everything is okay, but the ...
0
votes
1answer
31 views

Free non-consumable in-app purchase with hosted content on Apples's servers

Can non-consumable in-app purchases that include content hosted on Apple's servers be free? I couldn't find anything about this in the docs and as you can set in-app purchases to be free in iTunes ...
0
votes
1answer
22 views

in-App purchase restore button alternative placement

My app was rejected because of not having 'restore' button... i'm in a situation where i don't have space to put 'restore' button, i have tableView and on the right navigation, i have segment and left ...
0
votes
0answers
19 views

In-app purchase issue for getting info on purchase

I am trying to follow http://www.raywenderlich.com/36270/in-app-purchases-non-renewing-subscription-tutorial for doing non-renewing subscriptions. I have it basically set to check if there is a ...
0
votes
0answers
14 views

Using IAP and Subscriptions to hide or show part of an app?

I am building an app that will have ability to parse two different XML files. One is the XML of free content, and the other for paid content. The idea is that the app will check if a subscription ...
1
vote
1answer
38 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 ...
9
votes
1answer
110 views

StoreKit on iOS - autorenewable subscription - How to know wether it is a free trial or not?

In iTunes Connect it is possible to give a free trial period for autorenewable subscriptions. App > Manage In App Purchases > Subscription Basic > 1 Month > Offer a free trial? How ...
0
votes
0answers
26 views

inAppPurchases empty products array

On iTunes connect I have created app and some non-consumable products. Its my first product with in-app purchases and I have not uploaded binary yet. Bundle Id of app in xCode and itunes are match. ...
2
votes
1answer
58 views

What to do if Apple hosted in-app purchase content download fails?

Sometimes the download fails and my app finishes the transaction upon failure, as recommended everywhere. But if I finish the transaction then Store Kit fails to resume the failed download. And it ...
1
vote
1answer
51 views

Why MKStoreKit isSubscriptionActive method is always returning NO?

Working in an app that uses StoreKit through MKStoreKit, I have noticed that the method for checking if a subscription is still valid is always returning 0 (NO or false). I've tracked the error and ...
0
votes
1answer
47 views

iOS App Beta Tester getting in-app purchase sandbox

I have in-app purchases in my app, which are live on the app store. I have sent out a new beta to my testers, and one is trying to make an in-app purchase but it is coming up with the sandbox. Is this ...
1
vote
1answer
28 views

Auto renewing subscription for video and audio streaming

We have an application that offers audio and video streaming as a separate service and we'd like it to be an auto renewing subcription. The user might buy this service and not use streaming at all, ...
0
votes
0answers
43 views

Testing already approved in-app purchase

I'm trying to update my iOS application. It was successfully submitted and approved along with in-app purchase. Now I'm not able to test this IAP (I want because I use new libs/sdks). I tried creating ...
0
votes
0answers
60 views

iOS Non-Renewable IAP - Limit number of devices

We are looking at using consumable (non-renewable) IAP for subscriptions for our app after being rejected for auto-renewable subscriptions. I've read through many posts pertaining to this, but ...
0
votes
1answer
25 views

AppStore authorization alert

I have an app with inApp purchases. Sometimes something happens and iOS asks user to authorize in AppStore. Authorization alert appears at any moment. It happens even my app is closed! I suggest, this ...
0
votes
1answer
36 views

SKStoreProductViewController showing up with delay

I use in my app the SKStoreProductViewController. It shows up correctly, but with a few seconds of delay, which slows down the user experience. Is there something wrong in my code ? Or should I ...
0
votes
3answers
35 views

InApp Purchase - How to Create a Product Binary

I wanna implement inApp Purchase in my app. The inApp will remove all ads from app. Ok, i know how create a inApp in iTunes Connect, and i know how create a store with StoreKit. The only question i ...
2
votes
0answers
148 views

Restore transaction doesn't download the content IAP IOS

I have been struggling with this issue since 2 days. I have implemented In App purchase successfully with downloadable content . But whenever I delete app and restore the purchase , restore doesn't ...
0
votes
1answer
41 views

Cannot install apps from storekit productview

I'm developing an iPhone app using Appcelerator Titanium SDK and created module based on https://github.com/atsusy/TiStoreProductView/ to display an app using Storekit framework. The problem is I ...
2
votes
2answers
59 views

How to find out WHEN a user bought the app / installed it for the first time (possible without UDID?)

I would like to find out when a user first bought my app... so far, I havent found a clean way and a UDID seemed to be the only option. Ideally there would be a receipt I can get via StoreKit but so ...
0
votes
1answer
65 views

In app purchase crash occasionally

I have in app purchase in three of my apps. The first one works fine since more than a year. In that I have this routine: -(void)purchaseProUpgrade{ SKPayment *payment = [SKPayment ...
1
vote
0answers
62 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
42 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
38 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 ...
1
vote
0answers
28 views

What to do upon SKDownloadStateFailed other than show alert?

I find no examples or StoreKit-based open source projects that correctly deal with SKDownloadStateFailed. At best they show a UIAlertView. Is there nothing I can do to retry the download ...
1
vote
0answers
48 views

Does StoreKit and SKDownload guarantee integrity of finished download?

My app downloads non-consumable IAP content with StoreKit, hosted by Apple. Do I have to check the integrity of the finished download (e.g. calculate a SHA1 or MD5) or can I trust the integrity of the ...
0
votes
0answers
21 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.
0
votes
0answers
53 views

iOS StoreKit items not populating tableview

I am creating an iOS app with a store where users can buy upgrades for the app. I am trying to populate a UITableView with the products from itunes connect. In the below code my iOS app gets the ...
-3
votes
2answers
44 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
2answers
244 views

How to unzip a .zip file on iOS? [duplicate]

After StoreKit downloads the IAP content package it returns an NSURL to me which looks like this: ...
2
votes
0answers
36 views

How to correctly deal with failed or cancelled IAP content downloads?

I am working through the non-consumable Apple-hosted IAP examples in Ray Wenderlich's iOS 6 by tutorials book. There he suggests that the code calls finishTransaction: even when the download fails or ...
0
votes
0answers
63 views

How to solve this IAP content package uploading error in Xcode?

I'm trying to upload an Apple-hosted non-consumable IAP package via Xcode. It validates just fine. But when I attempt to submit it, I get these errors: Apple's web service operation was not ...
0
votes
0answers
30 views

Are apps with IAP allowed to remember product and pricing information for faster display upon launch?

I am attempting to cache SKProduct data retrieved from the App Store, so my app can show the information immediately after launch. It still updates in the background. Is this good practice or are we ...
3
votes
4answers
178 views

iOS StoreKit - When to call - (void)restoreCompletedTransactions?

I have lots of 1 time purchase IAPs inside of my application. Users can purchase them just fine. My problem is that I am integrating with Flurry to track real purchases versus just a restoration of ...
0
votes
1answer
63 views

Does StoreKit handle the download of non-consumable Apple-hosted in-app purchases?

How does the download part work when the content is hosted with Apple? Does Store Kit take care of this? Does it resume interrupted downloads when transactions are resumed?
0
votes
0answers
33 views

Is it possible to test in-app purchases that use Apple's new hosting feature for downloadable content?

We're planing to use Apple's hosted content service for in-app purchases but I could not find a good resource about testing and how these downloads work.
1
vote
2answers
75 views

SKPaymentQueue addPayment is throwing an exception

I have configured my iOS Application's in App purchases in Apple's portal, I am asking for my products using SKProductsRequest and correctly receiving and then storing them in an NSMutableDictionary. ...
36
votes
10answers
4k views

Annoying “[Environment: Sandbox]” alert

While testing beta versions of our iOS apps we've been recently seeing an alert with the following text only "[Environment: Sandbox]" My guess is that this is a bug in the app store process but I ...
0
votes
2answers
150 views

iOS In-App Purchases restore previous purcases safely

I have implemented an In-App Purchase in my app and I have two questions about it. This is the code I use: - (IBAction)buyProduct1:(id)sender { SKPayment *payment = [SKPayment ...
0
votes
2answers
103 views

How to sort SKProduct array by price value

I am trying to sort the array of SKProduct I received from Apple Server after sending the list of product id. I want to sort just by using the following: NSSortDescriptor *lowestPriceToHighest = ...
0
votes
1answer
27 views

Using StoreKit to display info about other apps. (not in-app purchases)

Is it possible to retrieve info (SKProduct) about my other apps on appstore within my new app or is it only possible to retrieve info about in-app purchases? If so, must the app be "in-app ...
0
votes
0answers
49 views

StoreKit in-app purchase work wrong [closed]

I have next settings page: Button "Advertisement" off advertisement by payment Button "On-line" give to user chance to work off-line And bottom button with Russian letters (sorry) must restore ...
1
vote
2answers
182 views

Restoring in-app-purchased items without using restoreCompletedTransactions

My App uses in-app-purchases for contents (non-consumable) and keeps audit of all the purchases in the backend. According to Apple Guidelines, the app should implement restore functionality for ...
2
votes
1answer
83 views

IAP non-consumable item gives extra points after first purchase

I have one non-consumable IAP called "Pro Version". I give buyers some extra points and some access. There is no problem when they buy it for the first time. It gives the points and removes the ...
1
vote
0answers
76 views

should I call finishTransaction when serverside receipt verification fails?

I use server side receipt verification. When client's - (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions is called, and transactionState is ...
4
votes
3answers
1k views

“Cannot connect to iTunes store” when restoring iOS In App Purchase in iOS simulator

I've looked through the many existing questions related to "Cannot connect to iTunes store" issues with iOS StoreKit and I don't think my situation is covered: When running in the iOS Simulator, I ...
0
votes
1answer
111 views

iOS In App Purchase Not returning all products

After I was able to get my In App Purchase helper class to work for 1 product, I tried to add additional products to my app. It has been more than 2 days and the code (in sandbox) is still returning 1 ...
3
votes
0answers
257 views

skstoreproductviewcontroller: how to open “rating and review” at launch

I see some tutorial about skstoreproductviewcontroller, such as: Open a list of my apps in the App Store within my App However, it always opens skstoreproductviewcontroller with "Details" at launch, ...
7
votes
1answer
210 views

How to update a subscription with StoreKit?

I'm trying to work out the best mechanism to handle the auto renewing part so that it handles the continuation of the subscription into the next period. What the best way of handling this? Should I ...
1
vote
0answers
83 views

StoreKit.isSupported returning false on iOS device

I've recently purchased the Milkman StoreKit native extension for in-App purchasing on iOS. I'm having issues with initialising the StoreKit on my iPhone 4S. I've followed the instructions in the ...

1 2 3 4 5