Tagged Questions
0
votes
0answers
21 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
11 views
Changing the amount of a 'Coin Pack' IAP
I have an IAP set up for an iOS game, that gives the player in-game currency for real money. Right now I have the amount of in-game coins saved in the game, while the price is saved in the ...
1
vote
0answers
22 views
App store in app purchase guideline for give away
our app has in app purchase selling additional items..I want to offer a button that says "follow us on twitter and get a free item", then if clicked, it calls Twitter API to follow.
Will this violate ...
0
votes
0answers
12 views
Restore purchase goes directly to paymentQueueRestoreCompletedTransactionsFinished:
I am trying to implement a restore feature with
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];
The problem is that the code goes straight to
...
0
votes
1answer
30 views
Do you need to reattach an in app purchase (IAP) to a version of your app after that app version is rejected?
After creating and testing my first IAP in iTunesConnect, I created a new app version and connected it to the IAP (as you must with it being the first one).
The binary for the app version I submitted ...
1
vote
1answer
26 views
iOS/iPhone: Can you have only an english supported in-app purchase for an app distributed worldwide?
I have an app that available for worldwide distribution. It doesn't support localization at the moment, though maybe 5% of downloads come from countries where English is not the primary language ...
-2
votes
1answer
57 views
Apple In app purchase alternative [closed]
We are trying to sell lessons from IOS application and these lessons are quite expensive. The client wants to create IOS and android app and want to include their own payment gateways which are ...
0
votes
0answers
29 views
ios in app purchase verifying receipt working fine on ios mobile but not on web browser
function verifyReceipt(transactionReceipt){
console.debug("receipt : " + transactionReceipt);
$.ajax({
type: "POST",
//url: "https://buy.itunes.apple.com/verifyReceipt",
...
2
votes
0answers
49 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 ...
-1
votes
0answers
67 views
possible fake In App Purchase detection [closed]
IAP Purchase flow of my apps are as following
iOS side (client)
User purchases in-app
Receipt data is retrieved from the relevant purchase
Encoded and sent to my server
Server side
User id, ...
0
votes
1answer
24 views
Reusing Non-Consumable product code
Say, in my app, I offer books.
Correct me if I am wrong, book are non-Consumable products.
Say, every book costs 1$. Do I need to have multiple products in itunes? Or can I have one product and ...
0
votes
1answer
22 views
Duration of auto-renewable at IAP
How can I know about duration of auto-renewable subscription between purchase-date and expire-date.
For example, If user has purchased 1 month product by auto-renewable in 31 Jan, when is expire day? ...
0
votes
1answer
137 views
How do I know if an in-app-purchase receipt comes from the sandbox?
The iOS IAP documentation states, that if you want to test a store you should log out from you itunes account in the settings application. When doing an in-app-purchase, you are then asked for ...
3
votes
2answers
43 views
Unrecognized selector sent to instance error with In app purchase product
I have a UITableView that users can select a custom sound from. I have 3 Non-consumables for IAP that I have logic built in for based on the index.section the user is selecting from. A UIToolbarButton ...
0
votes
0answers
39 views
IAP hosting provider
I have few iOS apps with IAP (non-consumable).
Recently UarbanAirship service announced that they will shut down IAP hosting 1st July.
I'm looking for alternatives as I don't feel like ready to ...
0
votes
3answers
87 views
Adding another IAP to already approved iOS app
I have an iOS app in the appstore, with one non-consumable IAP (a downloadable magazine issue), both approved.
I need to add another non-consumable IAP (another magazine issue) to the app, but want ...
1
vote
1answer
40 views
Options for additional functionality via IOS In-App purchase
A bit confused on whether IAP (non-consumable) to extend functionality of application:
Just unlocks pre-coded functionality
Provides a way to dynamically extend app with new functionality
Any ...
0
votes
1answer
57 views
iOS: restored transactions continue to arrive in sandbox
I’m on the itunes sandbox environment testing in app purchase. I use a test user created in itunes connect and the purchasing code is working fine.
Now I’m testing the restore transaction.
This is ...
0
votes
0answers
34 views
Editing the description and amount (not price) of an In-App Purchase
My app uses virtual currency (Gold Coins) and allows users to buy using In App Purchases.
$0.99 used to net you 1 Gold Coin. I am going to change that so that the same amount gives 45 Gold Coins. I ...
1
vote
1answer
42 views
IAP - How to cancel a purchased transaction if the content download fails, or the receipt is invalid ?
I am trying to figure out something with IAP.
In the documents I see that I need to call finish transaction only after the purchased content ha successfully downloaded for the user:
Your ...
1
vote
1answer
47 views
How to identify EXISTING purchases for non renewing subscriptions without UDID on IOS
there have been many questions about UDID and identifying users of applications, our app uses UDID to identify a user’s phone, this is how we tied their non renewing subscription purchase to a device
...
0
votes
1answer
139 views
3.2: Apps with placeholder text will be rejected [closed]
This is what Apple sent to me:
3.2
"We found that your app and/or its metadata does not appear to include
final content, which is not in compliance with the App Store Review
Guidelines.
...
0
votes
0answers
29 views
Restore iOS Non-Renewing IAP
My app tracks in-app purchases on a server. Apple rejected the app because it did not have an option to restore the IAP to other devices belonging to the user.
I can either offer a "restore" button ...
1
vote
0answers
49 views
How to resume downloading of Apple Hosted Content?
I'm using Apple Hosted Content for my In-App Purchase. There is no problem to purchase and download now. However I have no idea about how to resume downloading if I quit app and return to my ...
-1
votes
1answer
63 views
IOS In App Purchase: can I let the user buy again same product?
I'm trying (successfully) to follow the guidance of some IAP tutorials for IOS, e.g.:
http://www.raywenderlich.com/21081/introduction-to-in-app-purchases-in-ios-6-tutorial
My problem is: I want to ...
0
votes
0answers
44 views
Is the array order of requested products from itunes store always same ? IAP
I request the products from the itunes store with these codes :
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response {
NSLog(@"Loaded list of ...
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 ...
0
votes
1answer
247 views
iOS in-app-purchase (IAP) hosting content with Apple
I have an app uses IAP and has been thru a few editions. The other day, I accidentally clicked the button for hosting content with apple, and I found I could not undo this. Worse thing is that I could ...
0
votes
0answers
61 views
Replacing Urban air ship IAP with Apple content hosting
As you know, air ship will shutdown, so i have to convert it into ordinary In App Purchase with apple hosting...
anyone knows how to do that or have a tutorial for the replacement process
thanks
0
votes
0answers
31 views
Invalid product id in Non-renewing but valid product id in free subscription
Please help me, I have a issue about invalid product id in Non-renewing but valid product id in free subscription
2013-03-07 17:38:24.388 CouponApp[3404:707] Product title: Free
2013-03-07 ...
1
vote
0answers
36 views
How do I know inside the program that the non-consumable IAP is in review?
I have a newsstand magazine app, and besides the auto-renewable subscription, we also want to provide the non-consumable IAP for users who doesn't subscribe to buy each single issue. The problem is, ...
0
votes
1answer
157 views
iOS In-App Purchase “Premium Pass for All Apps”
I'm trying to figure out the best method for allowing customers who are using my several apps to have a "premium pass" to all of them. They can purchase a monthly subscription on one of the apps, and ...
0
votes
1answer
142 views
Auto-renewable subscription and non-consumable IAPs
I have a magazine app, and I want to provide users a one year auto-renewable subscription, and for non-subscribed users, they can use non-consumable IAPs to pay for each issue and then download it. ...
0
votes
0answers
388 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 ...
0
votes
1answer
154 views
iOS app rejected for in app purchase “bug” - can't duplicate
I have submitted an app update for review and it has been rejected. The reason stated for the rejection is:
We found that your app exhibited one or more bugs, when reviewed on iPad running iOS ...
4
votes
2answers
580 views
Mobile Game with Unity - Plugin for In-App Purchase
I'm developing a mobile game with Unity and while it's very easy to get the core game loop running I have been having some problems with the interfaces to mobile devices and specifically with the ...
0
votes
1answer
110 views
Non-renewing subscriptions that are non-sharable across user's devices
I wish to implement IAP within my iOS app, offering a push notification service for a period of time. This seems to fit under the category of non-renewing subscriptions. One requirement from Apple is
...
0
votes
0answers
18 views
Query StoreKit product information from a server?
Given a product identifier, is there any way I can query the properties of a StoreKit product from my server?
This is the equivalent Obj-C API call:
SKProductsRequest
...
1
vote
1answer
73 views
IAP restore custom transactions
I'm new into iOS and I wonder is there any possibility to specify which completed transaction user wants to restore? Right now I'm using:
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];
...
0
votes
1answer
76 views
In App Purchase for multiple accounts subscriptions
We are building a solution with a cloud Backend and an iPad application connecting to that Backend, strangely Apple rejected the application because the payement had to be done from the web and they ...
-1
votes
1answer
86 views
Is there a way to unlock a users features in a subscription based iPhone App without been charged 30% [closed]
We are in the early stages of building a iphone app which is subscription based.
There will be 3 types of monthly Subscriptions:
Free - Access to 40% of features
Intermediate - Access to 70% of ...
1
vote
1answer
165 views
iOS, multiple IAP (in-app-purchase) products, calling payment method too quick
In my previous apps, there is only one IAP, so I didn't realized there was problem in my code. Today I have an app with multiple IAP products, and I found the problem.
I followed Troy's IAP tutorial, ...
0
votes
0answers
191 views
iOS Unlock content using Tapjoy - IAP alternative
Hello dear programmers,
I have Tapjoy publisher iOS framework installed and working. I looked at the examples out there, I see plenty of examples how to get in-game currency, but it's not clear how ...
0
votes
1answer
145 views
in App Purchases iOS
I made my first app with IAP by
this tutorial
I made a singleton for InAppPurchaseManager, added 3 more purchases, methods for them and all works great. The problem is what my app is a gallery where ...
0
votes
1answer
50 views
Confirm Subscription in Alert View wrong language
I have an app that has an in-app purchase. The in-app purchase is setup for the Mexican store. I have created a test account for the Mexico store. When I purchase a product in the app it will give me ...
0
votes
1answer
89 views
IAP test user has unknown error
I'm test IAP:
1) create a test user
2) run the app in simulator
3) pop the iap dialogue, saying it's in sandbox
4) choose use existing account, enter the test user
But it says "An unknown error has ...
0
votes
1answer
190 views
Can I add a non-consumable IAP to purchase a single issue in a Newsstand app with free subscription [closed]
I have a Newsstand app with free subscription. All the issues hosted by our server is free for users to download. At the same time, we have a special issue, which needs to be paid. So we defined a ...
1
vote
0answers
96 views
IOS - In-app purchase downloadable media storage guidelines
I have an app which has in app purchase downloadable videos. The first time I submitted to the app store it was rejected because I was writing it to <Application_Home>/Documents directory. The ...
1
vote
1answer
36 views
How do I transition from a UIView to a UITableViewController using an IBAction in xcode?
I built my app as a single view application and then later added another view with an .xib. I get how to do that. But what I need to do now is add another view, but this is a UITableViewController ...
0
votes
0answers
99 views
How do I implement IAP tutorial using master view controller into my single view appication in xcode
I just finished the tutorial for IAP in ios 6 by Ray Wenderlich. I got the tutorial from this site. So I was able to build a practice app using the tutorial My problem is now implementing this in my ...




