Store Kit is an iOS framework that allows an application to request payment from a user for additional functionality or content.

learn more… | top users | synonyms

1
vote
0answers
23 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
0answers
10 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 ...
0
votes
2answers
24 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
0answers
14 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
36 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
32 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 ...
7
votes
2answers
539 views

Tap continue and sign in to check for downloads. [Sandbox]

From times to times I get a very annoying dialog with the text: "Tap continue and sign in to check for downloads." If I login ( with a sandbox user ) or tap Cancel the dialog is immediately displayed ...
19
votes
17answers
16k views

iPhone StoreKit - invalid product id's

I'm trying to test In App Purchase within the sandbox environment. In order to test the code I did the following: Created an In App Purchase Test User account under 'Manage Users' in iTunes Connect ...
5
votes
4answers
2k views

How to test renewable subscriptions (App Store)

I'm implementing auto renewable subscriptions in my app and I wonder if there is a way to simulate when a subscription period runs out and a new transaction is created. The app is connected to a ...
0
votes
1answer
24 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 ...
2
votes
1answer
68 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 ...
2
votes
0answers
69 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 ...
-5
votes
0answers
76 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?
1
vote
6answers
7k views

iPhone storekit sandbox stopped working

Bug reported as fixed by Apple, see accepted answer below ... UPDATE MON AUG 23rd 10:00 GMT Although the bug report with apple hasn't been closed yet, it now seems to be working (at least for a ...
0
votes
1answer
16 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
1answer
52 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
3answers
30 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 ...
0
votes
0answers
30 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 ...
3
votes
2answers
272 views

iOS - Not all my In-App Purchases are showing up in iTunesConnect

I have a rather odd, yet serious, problem, and I haven't been able to find anyone with a similar scenario. I have an app which has options for three in-app purchases. Inside, ...
2
votes
2answers
47 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
0answers
15 views

How to do InApp Purchase for download magazine and videos

I have one app in which there are so many magazines and videos which user can purchase and download from server.Before this I used "urbenairship" api for getting this type of functionality but now I ...
7
votes
0answers
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 ...
2
votes
2answers
620 views

NSLocale currency symbol, show before or after amount value

I am using StoreKit to implement an in app purchase store in my application. I have a custom design and it means that the value of the price should be white and large, and the currency symbol ...
0
votes
1answer
47 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 ...
36
votes
15answers
17k views

iPhone Store Kit “Cannot connect to iTunes Store”

I am working on adding In-App purchases to my app. I am able to receive the productsRequest:didReceiveResponse method, and receive the array of products. My problem arises when I add a SKPayment to ...
1
vote
0answers
35 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
28 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
36 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 ...
31
votes
17answers
23k views

iPhone In-App Purchase Store Kit error -1003 “Cannot connect to iTunes Store”

I've been working on adding in-app purchases and was able to create and test in-app purchases using Store Kit (yay!). During testing, I exercised my app in a way which caused the app to crash mid ...
30
votes
3answers
12k views

When to use restoreCompletedTransactions for in-app purchases?

For a basic app with nonconsumable in-app purchases, has anyone figured out best practices for using SKPaymentQueue's restoreCompletedTransactions? Observations I know it's recommended to always ...
2
votes
4answers
136 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 ...
1
vote
0answers
21 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
33 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 ...
3
votes
1answer
284 views

In-app purchase tracking with Google Analytics iOS SDK

I would like to track in-app purchases with the Google Analytics SDK for iOS v2, as indicated in their Ecommerce Tracking guide. I'm currently doing the following after receiving a ...
1
vote
0answers
57 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 ...
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.
0
votes
0answers
52 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
43 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
112 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: ...
0
votes
0answers
29 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 ...
1
vote
2answers
162 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 ...
0
votes
0answers
49 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
26 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 ...
0
votes
0answers
31 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
1answer
241 views

How check sandbox server status? (“Cannot connect to itunes store”)

I'm developing in-app purchase using this excellent tutorial: http://www.raywenderlich.com/21081/introduction-to-in-app-purchases-in-ios-6-tutorial and I'm getting an error "Cannot connect to itunes ...
36
votes
10answers
3k 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 ...
3
votes
2answers
1k views

app is asking for AppleID when being run

I am updating my iOS app with the Apple suggested transaction VerificationController code to verify in-app purchases due to the recent "hack" published that allowed people to purchase in-ap purchases ...
0
votes
3answers
2k views

iOS In-App Purchasing step by step tutorial

Is there any step by step source code/video or any other kind of help to implement in-app-purchasing ? I have tried many tutorials but still i am not able to get perfect solution for the ...
2
votes
2answers
123 views

In-app purchase: get the App Store from which a user made a purchase

Is it possible to tell if a purchase was made in the UK / US store for example?
9
votes
4answers
1k views

Can we check if a user's In App Purchase has been refunded by Apple?

Situation: - User makes an IAP and is awarded some content, we store the users device id to ensure they can access this content whenever they want. - User decided they do not like the content, so they ...

1 2 3 4 5 8