Tagged Questions
0
votes
1answer
28 views
Remove the [Environment: Sandbox]
I am new on iOS development and am having the following issue.
My app has in-app-purchases, it is working fine but when I click a button, this UIAlertView is coming up.
I would like to remove the ...
0
votes
1answer
25 views
Storing a small number of images with potential for IAP
I'm making an app. Part of the app is to choose from 5 preset images.
These will be available at install and so need to be bundled with the app.
However, there is also potential to "add" more images ...
0
votes
0answers
27 views
In App Purchase Product Request Not Working
I am trying to add some in app purchases to my ios app. Everything is done but i can't seem to get these iap to work. I lifted some code off of a tutorial wedsite and it seems to work on that project ...
1
vote
1answer
46 views
In-App-Purchase Remove From Queue
I am new on iOS, i am trying to download 3 products from my service but the user needs to buy these products, i have 3 buttons, i click first one and after enter username and password, it is ...
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
2answers
49 views
How to get List of Only Purchased Product Ids fron inApp in ios?
I am having an app in which I have 5 Non Consumable In App Purchases.
On every Single In App Purchase I Update my DB with the images.
There are 5 Packages for 5 Non Consumable In App Purchases.
...
0
votes
2answers
37 views
In-app purchase issue
I have successfully used this tutorial for implementing In app purchases. However, it can´t use it. I don´t understand how to, for example, tell my ads not to appear if the user made the in app ...
0
votes
1answer
69 views
Restore Purchase Functionality doesn't work well in ios
I am having an app in which I have 5 Non Consumable In App Purchases.
I am using the following code for Restore In App Purchase.
- (void) ...
-1
votes
0answers
31 views
I cannot get all purchased id from apple server [closed]
I am trying to restoring product with test user but apple doesn't give me all purchased product ids. Test user have 9 product, apple give me 6 product id. If i try to rebuy-purchase these missing ...
0
votes
2answers
57 views
How to get Price Tier for InApp Purchase dynamically?
I am having an app in which I am using 5 Consumable In App Purchases.
There are InApp Price on the buttons.
- I don't want to set the value of In App (e.g. $0.99,$1.99 and so on...) statically.
- ...
0
votes
1answer
61 views
Why does this Objective-C code trigger False Purchase Tracking
The point of this code is to track Purchases using a service called MobileAppTracking, some of which are correctly tracked. But the service is showing that this code is sending a bunch of extra ...
1
vote
2answers
44 views
In app purchase, ID products
I'm working now on the in-app purchases, but even if i found a tutorial, i have a question. In this tutorial, the buy button is associate with a method like this :
- (void)buyButtonTapped:(id)sender ...
4
votes
1answer
37 views
Error in Integrating InAppPurchase in iphone application
I integrate inApp Purchse in my iphone app but I getting Following Error mentioned in screenshot.
please give me solution.
0
votes
1answer
55 views
In-app purchase, how to provide consumables after purchase
I am trying to implement IAPs in one app and I'm almost there but still facing some problems. I already posted another question before of this because I found an incomplete tutorial that was missing ...
1
vote
2answers
34 views
In-app purchase, show products but nothing happens
I am trying to implement IAPs in one app but I'm still having difficulties with it. I followed various tutorials but all of them are out of date and full of errors. The only one that could work that I ...
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 ...
0
votes
2answers
109 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:
...
-1
votes
3answers
70 views
How to make In-App purchase [closed]
I'm currently developing an iPhone game and I want to use in-app purchases.I have some built-in functionalities witch can be bought with game money.I want to realize a store in my game where you can ...
-1
votes
1answer
49 views
In App Purchase Can't buy more then 10 items at once
When I've tested IAP in Sandbox mode get error. What is mean and how to fix it
0
votes
0answers
31 views
App crash only first time restore in app purchase
friends
I am working on mealplan app. Every feature of app is working well but only one time app crash when we restore button press at first time for in app purchase restore. After that when i ...
0
votes
0answers
54 views
How to provide a test period within non-renewing subscriptions in ios
Good day,
I faced with an interesting problem:
I provide 1, 3, 5 and 7-days free test period for an application, according to the task, that user have done. For example, if a person first authorized ...
1
vote
2answers
67 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
1answer
49 views
In app Purchase after showing demo pages
I am working on a Story books Application. In which client wants to show 2 pages as free demo and to see remaining other pages he need to buy the book. Somebody please tell me is it allowed by apple ...
0
votes
0answers
62 views
multiple in app products in one page ios?
I have used 4 in app contents in one page.
When i purchases any one of the product. it shows already bought in all 4 products when
i tries to buy other product.
Can anyone help me in this ...
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 ...
0
votes
2answers
52 views
Code execution of in app purchases
How exactly does one download code or a binary and link to it at runtime, and setting the application to load this binary at runtime?
I would like to have in app purchases that get downloaded in ...
2
votes
2answers
83 views
Guidance / Advice on unlocking In-App Purchases
I am looking for some advice / guide on the best way to unlock content from in-app purchases.
I have a list of 100 words. I have the broken into 25 units. The first unit of 25 is free and the ...
2
votes
2answers
181 views
iOS In-App Purchase No Back-end
I am investigating the use of in-app purchase for what essentially would be a "pro" version of my app.
The app itself would be free but once in the user has the option to purchase the pro content ...
0
votes
1answer
191 views
Restore in app purchase method in my iOS App
These are my first steps on implementing IAP, so be easy on me. I have to implement the restore app button on my app and I don't know where to start/modify
This is my IAP class
#import "IAPHelper.h"
...
0
votes
3answers
163 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 ...
0
votes
3answers
75 views
How can I add multiple In-App purchases in iTunes Connect?
Usually i am going to
iTunes connect -> my app -> Manage In-App Purchase to add single item to the in app-purchase of my app.
I wanna to know if there is an API i can call it to add multiple ...
0
votes
0answers
94 views
Using MKStoreKit for subscription services. Where to store the Shared Secret?
I'm looking into implementing in app purchase for the first time in my application, and this in the form of an auto-renewable subscription service.
My question is where do i store the Shared Secret? ...
0
votes
0answers
390 views
In-App-Purchase (iOS) not working for some local stores
We have released our iOS game "democracy" / "демократия" one year ago (10 Dec 2011). Since launch and by now I receive claims from users of this application from Ukraine and Belarus that they cannot ...
4
votes
1answer
90 views
Proper storage of In-App Purchase
Are there any recommendations how to store in-app purchase results.
I made purchase using
raywenderlich tutorial
It stores the result to NSUserDefaults.
So the question : Is it safe to store the ...
0
votes
1answer
92 views
How to implement more than one product identifier in app purchase
I have two buttons open two new views after completing payment using a non consumable products (first_view and second_view), my code is working fine with one product but i don't know how i can use for ...
0
votes
1answer
181 views
Downlodable content as in-app-purchase on iOS < 6
According to iOS developer library downloads property exists only in iOS SDK 6.0 or later.
Is there way to make in-app-purchases with downloadable content on older version of iOS?
0
votes
0answers
61 views
How to download images and sounds from URL to modify iOS app viewcontroller [closed]
So I have this situation wherein my in app purchase requires assets be gotten from URL.
My in app purchase has single UIViewController which is done in storyboard. I will give this UIViewcontroller ...
0
votes
1answer
53 views
InApp purchases weird arranging in Array
I am trying to do inaAppPurchases and using following code
NSSet *myProductIdentifiers = [NSSet setWithObjects:
@"inapppurchase.first",
...
0
votes
0answers
58 views
How can I track a ios transaction's state, if user purchased or cancel it out of my app?
Sorry for my English, hope you can understand what I'm talking about.... =_=
Here's the simulate situation:
I click on one of my IAP items, the purchase window jump out and ask me to proceed or ...
1
vote
0answers
113 views
In App Purchase will not complete when testing in xcode with iphone
I just used a tutorial by Ray Wenderlich to add IAP to my app. In my output I see that the product is not purchased then that I am loading the product list, and then I'm prompted to confirm that I ...
1
vote
2answers
51 views
invalid cast type nsmutablearray to type skproduct - ios
I am getting "invalid cast type nsmutablearray to type skproduct" error.. when i try to add the products to my uitableview.. here is the code that i am using...
init
SKProduct *product1 = ...
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 ...
0
votes
1answer
64 views
Is there any way to handle iphone in-app purchases through the replacement of the app with another?
I recently started looking into how to add in-app purchases to iphone applications, and I came across the Store Kit method using product identifiers (see here: ...
0
votes
0answers
35 views
Get list of all products in Apple in-app-purchase [duplicate]
Here I found article about how to retrieve information about a concrete product. But I want to request information about all products without providing any request parameters (e.g. product names). How ...
2
votes
1answer
207 views
What url should I use to verify my receipt in In-App Purchase
The above question I found in FAQ in Apple's Tech Notes (QNo: 15). They gave an answer like this:
Use the sandbox URL https://sandbox.itunes.apple.com/verifyReceipt
while testing your ...
5
votes
5answers
667 views
how to get locale currency price in ios inapp?
I want to find out user's App Store location.It means they are in US,Australia(AUD) store. Following code used.
- (void)productsRequest:(SKProductsRequest *)request ...
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
83 views
Apple In-App Purchases: Generating New Products by Attaching Identifiers
I am making an iPhone App which loads many objects from an external database and displays them to the user. The user has the option to purchase any one of these objects for $.99; when an object is ...
0
votes
1answer
64 views
Need trigger when user cancel iTunes login while using In-App Purchase
Recently I have integrated In-App Purchase in my Application and its working great and Restore transaction also seems to be working fine.
Actually I am showing custom Indicator on the window whenever ...
0
votes
0answers
27 views
Unexpected SKDownloadStatePaused
Sometimes I receive SKDownloadStatePaused in
- (void)paymentQueue:(SKPaymentQueue *)queue updatedDownloads:(NSArray *)downloads
But I don't call
- (void)pauseDownloads:(NSArray *)downloads
Why ...




