Tagged Questions
0
votes
0answers
6 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
23 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
11 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
35 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
29 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
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
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 ...
2
votes
0answers
63 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
0answers
14 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 ...
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 ...
0
votes
1answer
35 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
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 ...
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
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:
...
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 ...
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
1answer
51 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
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
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.
...
0
votes
2answers
109 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
83 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 = ...
1
vote
2answers
158 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
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 ...
1
vote
1answer
74 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
3answers
165 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 ...
3
votes
3answers
876 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
93 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 ...
0
votes
2answers
35 views
ITunes and in app purchase
i m new in in app purchase and not getting how to purchase a song from itunes gallery using my app and stream or download the song with in my app?
Is it possible to purchase and download song from ...
1
vote
1answer
108 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
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
105 views
apple percent with store kit [closed]
I have application integrate store kit for payment ride. my question is:
is apple levied as a percentage when using store kit?
is it takes for each sale a percentage?
4
votes
1answer
434 views
Best practices in Server side validation of In app purchase in iOS
We are using server side validation of the payment like so -
User makes payment.
Store kit API sends transaction receipt to App.
App sends base64 encoded transaction receipt to our server.
Our ...
0
votes
0answers
65 views
Current wait time for new In-App-Purchases to become visible [closed]
wondering what the current wait time for in-app-purchases added through iTunes Connect is, StoreKit is reporting its invalid, but I assume thats because the new IAP has been propagated right?
Thanks
...
0
votes
2answers
134 views
Multiple SKPaymentTransaction
I implemented StoreKit into my application. What I noticed is that for some of my test accounts, there are multiple SKPaymentTransaction's in the paymentQueue. This is causing the ...
2
votes
3answers
520 views
Can't get In-App Purchase to work
Ok I am tearing my hair out over this. I am developing an app that will be free (with ads and some locked-down functionality). An in-app purchase will remove the ads and provide full functionality.
...
0
votes
0answers
87 views
SKProductsRequest to add a button the title containing in-app purchase price
I have and appdelegate requesting AppStore products details during the init method, and I want to display the price of an in-app purchase product into a button inside a popover.
I have already setup ...
0
votes
1answer
246 views
In-App Purchase - How to determine if a purchase has already been made?
Why it's so hard to find out how to do this is beyond me - so maybe I am trying to do this the wrong way - who knows - well hopefully one of you, lol.
I have a button that says 'Purchase' (for a ...
0
votes
1answer
36 views
inApp purchase… different products in 3 separate spots
I have an in app purchase issue... I have an iPad app I'm upgrading. Previously used MKStoreKit. Started to upgrade to the latest version, but it turned out to be too complicated and too different to ...
1
vote
0answers
76 views
In App Purchase Not getting productList
I have registered my products for In App Purchase. I created a sample app for getting the products. Its working just fine.
When I integrated that code in my existing app I am getting empty product ...
0
votes
1answer
52 views
Issues Getting Receipt Verification Working With ASIHTTPRequest
I am trying to verify a non-renewable subscription with Apple's sandbox server but keep getting back verify response: { "status":21002 } which means the request is malformed. Here is the relevant code ...
0
votes
0answers
17 views
Deleting IAP products
I have added a few products (non-consumable) on iTunes connect. If I choose to delete one of these products will the app still receive the deleted product id on
...
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, ...
1
vote
1answer
326 views
Server receipt verification or Apple's VerificationController.m?
If I implement Apple's VerificationController.m example, is it still necessary to do server side receipt verification? Also, if you do server side, then there seems to be no reason to implement ...
0
votes
0answers
47 views
Pdf's as in app purchase. What's the ways to handle it after restore purchases button is pressed?
My In-App purchases are pdfs.
I handled single presenting pdf after buy via UIDocumentInteractionController.
[_docController presentPreviewAnimated:YES];
But now I've to implement restore purchases ...
1
vote
0answers
55 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.
...
1
vote
0answers
115 views
should productsRequest:didReceiveResponse: run when there is no internet connection?
Im implementing a store in my iphone game. When I have an internet connection is seems to work perfectly. However, When I turn my phone to airplane mode to test the store with no internet ...
0
votes
1answer
98 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
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 ...




