Tagged Questions
1
vote
0answers
14 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
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 ...
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 ...
-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
110 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
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
2answers
69 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
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 ...
0
votes
0answers
43 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
160 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
3answers
166 views
Detect Cancel Button Tap for “Confirm Your In-App Purchase” UIAlert
I implemented in-app purchase based on this tutorial. The problem I experience is that I cannot detect when Cancel button is pressed on the "Confirm Your In-App Purchase" alert, which is a part of ...
7
votes
1answer
197 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 ...
0
votes
0answers
17 views
StoreKit — differentiate between “current” current and past non-finished transactions
If I understand correctly, once you add a Transaction Observer your delegate may get called with "old" transactions that are "purchased" but for which you haven't yet called finishTransaction(). You ...
2
votes
1answer
113 views
Detecting a cancelled itunes login alert for in-app purchases
I have a class that implements SKPaymentTransactionObserver. However when clicking a buy button, if the user is not signed into the app store they get an alert asking for an existing ID or to create a ...
1
vote
0answers
92 views
iPad keyboard glitch with Appirater using cocos2d
I'm getting a rather weird glitch when trying to add Appirater to my cocos2d game, which is locked to landscape orientation.
When I prompt a user to rate the app, everything works great, until it ...
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, ...
0
votes
1answer
130 views
Server required for auto-renewable subscriptions on iOS
Can someone explain to me what is required for Auto-Renewable subscriptions on iOS?
I'm confused as to whether it requires a server-side component (built by myself)? Or can everything be handled ...
0
votes
1answer
236 views
U3D+iOS Dev, I wait for so long time to get the IAP SKProductsResponse
In the IAP dev,
first, I followed the instruction in the link:
http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/
Luckily and quickly, I got the IAP dialog box poping up (Buy XXX ...
0
votes
1answer
89 views
Restoring an in app purchase
When an in app purchase is restored, the following delegate method is called:
-(void)paymentQueueRestoreCompletedTransactionsFinished:(SKPaymentQueue *)queue {
NSLog(@"%@", queue.transactions);
...
2
votes
0answers
215 views
restoreCompletedTransactions never calls updatedTransactions in StoreKit
I've been banging my head against the wall for a few days with this, since everything used to work fine, but now that I've moved to Mountain Lion, XCode 4.5 and iOS5.1 and iOS6, this issue came along ...
0
votes
1answer
231 views
In App Purchase Crashes after closing store view
I notice that if you enter my Store View in my app (asking apple for product) and then close the store view before all the products have been loaded from apple it crashes.
2012-11-05 12:32:08.420 ...
1
vote
2answers
233 views
What is the right In-App Purchase product type?
I am deciding on how to structure my in-app purchase. My goal is to do it without my own server infrastructure.
My app generates a report in PDF format that is exported via email. I would like to ...
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 ...
1
vote
0answers
143 views
Restoring purchased issues for Newsstand based app subscription
I am developing a newsstand based application. I have read a lot of tutorials to understand the logic behind newsstand subscription based application. But still I am not clear with all the ideas of ...
0
votes
1answer
160 views
Confusion in Subscription(In App purchase) of Newsstand App
I am new to Newsstand App. I have gone through many references of the same. But I have some doubts. Here is my confusions :
1) Consider a user installs a newsstand app on the month October. But the ...
0
votes
1answer
403 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 ...
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
322 views
Problems with IAP - no products in response.products array
I have problem with In-App Purchase. After sending request to the server there are no products returned by SKProductsRequest.
I send the request like this way:
NSMutableSet *identificators = ...
0
votes
1answer
280 views
SKProductRequest delegate not being called
I know this must be a rather common issue, but I've literally scoured the internet and tried dozens of solutions, of no avail so far... I'm at the end of my wits with this :P
So, I'm implementing ...
1
vote
1answer
515 views
Restore consumable purchases using MKStoreKit
I'm using MKStoreKit, and it features a rather useful method to restore purchases, as explained here
However, I use consumable currency to unlock objects. Each object that is unlocked by spending ...
1
vote
0answers
38 views
StoreKit Dialog Orientation [duplicate]
Possible Duplicate:
In app purchase Alert Box orientation changes to portrait when app resumed
I have an app that is permanently in landscape orientation. All my custom UIAlertViews display ...
5
votes
2answers
2k views
paymentQueueRestoreCompletedTransactionsFinished: is returning an empty queue when it should have transactions in it
This is my first time using Store Kit and everything has gone great up until I attempt to restore purchases. I've seen several other posts on stack overflow about similar issues but I've not found a ...
1
vote
2answers
530 views
Non-renewing Subscriptions iOS
Apple saying that auto renewing subscription must handle your self or on server so if user has more than one device then they should not pay again. Can anyone have idea how to implement this?
Thanks
...
0
votes
1answer
646 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 ...
9
votes
2answers
4k views
Obj-C, Storekit restoreCompletedTransactions returns zero transactions?
I'm having some problems restoring completed transactions.
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];
I've added the observer mentioned in several examples, I've tried adding ...
1
vote
1answer
184 views
In-App Update ask for purchase it again
I am selling apps via In-App within my App, currently what I am doing is, when anyone has already purchased the In-App item, then at the time of update it ask for purchase it again, it doesn't charge ...
0
votes
2answers
521 views
SKPaymentTransaction expires_date,seems like “auto renew” mechanism doesn't work in the sandbox
I've almost managed Auto renewable subscription in my app, but one strange thing occures - it doesn't auto renews.
I have a button, which adds an SKPayment with my product and it gives me receit with ...
1
vote
2answers
550 views
StoreKit delegate method not getting called
I have a problem. SKProductsRequest delegate methods are never getting called. this was previously asked but it had no answers. StoreKit delegate functions are not getting called
I'm not native ...
1
vote
1answer
60 views
About Inapppurchases
I have few things to clarify about in app purchases , any feedback is much appreciated.
On what would localizations of the attributes in SKProduct depends on users iTunes Account or the phone ...
1
vote
2answers
1k views
In-App Purchase Error Code 0
I'm trying to troubleshoot why I'm getting "Cannot connect to iTunes Store" with error code 0.
I know my app identifier is fine because I retrieve product information on app launch and log the ...
1
vote
1answer
482 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 ...
1
vote
2answers
969 views
EXC_BAD_ACCESS during in app purchase test
Running a test for my in app purchase (first time doing in app purchases). I get EXC_BAD_ACCESS on the third line of this code:
SKPayment *payment = [SKPayment paymentWithProduct:electronicProd];
...
1
vote
2answers
162 views
AppStore Subscriptions - Question
I have read in the Apple Documentation that StoreKit will not restore subscriptions on its own. I need to handle this myself instead by storing the transaction data on my server. That's fine, but am I ...
3
votes
4answers
3k views
Can I use PayPal in iPhone/iPad apps?
I am working on an application that through which I want to sell some event Tickets.
Can I use PayPal for this purpose, and will Apple approve the app using other that StoreKit Framework.
I ...
2
votes
2answers
1k views
In-App-Purchase does not work anymore
I've recently (2 weeks ago) tested successfully the In-App Pruchase functionality with some iPad products.
After Apple has updated its License Agreement, it didn't work anymore on my iPad.
Even ...
1
vote
1answer
601 views
StoreKit for iOS - Subscriptions Question
I am using the new subscription model with StoreKit in a test application of mine, but I have a few questions:
If the user cancels the subscription,
how am I informed of this? Or do I
have to ...
2
votes
1answer
1k views
Already purchased subscriptions in StoreKit
I am using renewable subscriptions in app purchases in an iOS app.
When a user attempts to purchase a subscription that they already have paid for a message is displayed from iTunes "You're currently ...
1
vote
3answers
1k views
StoreKit Framework “no such File or directory” on import
Im trying to import the StoreKit Framwork.
#import <StoreKit/StoreKit.h>
and in the BuildPhases its also added.
but It gives me an "No such File or Directory" Error.
I tried the iAd ...
-2
votes
1answer
420 views
Where to upload bundles to apple in app purchases [closed]
I need to add In App Purchases to my project. Where can I configure that in the developer account and where do I upload the app bundle. Specifically, there is no clear link to upload a zip file.
5
votes
1answer
452 views
In-App Purchases Using StoreKit Problem
I know questions have been asked about this subject, but I haven't found the solution in any of them.
I am having problem setting up a Test User from the iTunesConnect. Mainly because I don't have ...


