Tagged Questions
0
votes
0answers
4 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 ...
1
vote
1answer
26 views
SKProductRequest not returning any results
I am trying to use iap's in my app. These are to buy in game gold and can be used more then once. I code the code from a noob tutorial and it works on there project can someone tell me what I am doing ...
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
0answers
28 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 ...
0
votes
2answers
31 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
27 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
65 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 ...
2
votes
0answers
62 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
73 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
0answers
31 views
Issue with IABHelper for Google play IAB API V3
I am using Google Play IAB V3 for in app purchase. While launching purchase flow some times, I am getting
"Billing service disconnected."
in the logs. After this when I am trying to again start ...
0
votes
0answers
40 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
91 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 ...
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 ...
2
votes
0answers
64 views
Reset Purchases with In-App Billing V3 (Android)
I successfully implemented the in-app billing V3 and it works with my test account. I have two (real) non-consumable items and one I have purchased and discovered the bill in my Google checkout ...
0
votes
0answers
10 views
IAP said :Your account is expired or another device your account
I created a test account for sandbox environment in In-App-Purchase (IOS). But I got a message
"Your account is expired or another device your account". When I try create new test account again, I ...
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
263 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
63 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
34 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 ...
0
votes
1answer
158 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
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 ...
0
votes
1answer
336 views
Android In App Billing v3: get prices doesn't work for unmanaged items
I am using the standard Android IAB v3 code to detect prices of items at startup.
However it is not returning any SkuDetails for my unmanaged items, only for the managed items.
Any ideas?
static ...
4
votes
2answers
602 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
114 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
1answer
81 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
vote
1answer
171 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, ...
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
0answers
146 views
iOS Exploit: Restoring In-App Purchases to Multiple Game Accounts
I am creating a server-driven game on iOS that allows players to create a Game Account for multi-device play. My game has In-App Purchases (IAP) that are non-consumable and can be restored or ...
0
votes
3answers
157 views
Using prepaid credits in iOS apps
we are developing an iPhone app as an extension of a classifieds system (web site). On that web site users can buy (prepaid) credits and use them to boost and promote their ads. Will Apple reject our ...
0
votes
1answer
235 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
114 views
IAP Works in one project, yet I get Code=0 “Cannot connect to iTunes Store” in another project [duplicate]
Possible Duplicate:
iPhone In-App Purchase Store Kit error -1003 “Cannot connect to iTunes Store”
I have a project in which I am getting the infamous In-App Purchase Code=0 "Cannot connect ...
0
votes
1answer
187 views
Do I need to create a separate IAP for every iOS newsstand issue?
I need to support the purchase of single issues within an iOS newsstand app (and not just a free or paid subscription).
Do I need to manually create a new IAP in iTunesConnect for every single issue, ...
0
votes
1answer
238 views
in-app purchase, any difference between iOS 5 and 6?
I searched, only found a similar question, which was not quite answered, and mine is not the same, so I ask here.
I followed Troy IAP tutorial ...
0
votes
1answer
101 views
in-app purchase, partially usage of credit
I have IAP question. Basically, my app needs calculate how many times a user is using a function, and I would like to charge accordingly. I probably going to charge 1 cent or so per usage of the ...
1
vote
2answers
199 views
iOS adding huge number of products through In-App Purchase
I'm working on in iphone application for my company, they want to sell huge number of products using in-app-purchase ...
but the problem is to use iap we have to add for each product a record on app ...
0
votes
0answers
188 views
In App Purchase “Thank you. Your purchase was successful.” alert window
Where is this alert window after successful IAP transaction?
"Thank you. Your purchase was successful."
The alert window of "Buy, Cancel" is being shown.
After successful purchasing, however, the ...
0
votes
1answer
102 views
shall I add a new In-App-Purchase product with every localization language of my App?
I selected English as my default language for my IAP App and added some In-App-Purchase products for it.
Then I add a new localization ( Chinese ) for my this IAP app.
Shall I add a new ...
0
votes
1answer
195 views
Can adhoc deployment be used to test in a sandbox environment for In-App-Purchase?
I want to test my IAP in a development ( sandbox ) environment.
But my XCode SDK 's version is lower that it can't identify my development device as green mark in XCode.
So every time if I want to ...
0
votes
0answers
585 views
strange failed transaction in app purchase
Trying to make an in-app purchase in my app in the sandbox environment always fails. Getting the list of available products through SKProductsRequest works fine .. I get an array of valid SKProduct ...
25
votes
5answers
6k views
In App purchase in iOS suddenly stop working ( Error code=5002 occurred )
I have integrated in-App purchase in my application successfully. I tested it properly by making test user account in itunes. My in-app purchase worked fine. But suddenly my IAP stopped working.
App ...
0
votes
2answers
363 views
InAppPurchase invalid product identifiers - Possible Reasons
It has been a long night chasing the problem within my in-app purchase trials yet I can not seem to solve this issue.My product identifier keeps returning as "invalid product identifier". Hopefully ...
2
votes
1answer
242 views
Itunes store transaction (In app purchase)
I'm currently developing a Phonegap mobile application.
I implemented In App purchase in my iPhone application and it works fine.
I retrieve my products informations from itunes, I got the receipt of ...
2
votes
1answer
527 views
Make restore purchases option iOS
My problem with restore my purchases.
I use this tutorial for integrate IAP to my app tutorial
But after I have upload my binary on app store, Apple reject my app because it not use restore option.
...
0
votes
0answers
70 views
ios dev: turning one iAP into an other lifetime paid subscribtion [closed]
Here is the problem. We are a startup and startups are supposed to experiment looking for an opt business model. So what happened now to us:
1. We developed a free iPhone app with paid iAP. 6000 ...
1
vote
2answers
1k views
How to defend against IAP Cracker for “consumable” purchases?
I just learned about the existence of IAP Cracker and I'm trying to figure out the best way to validate IAP purchases in my app.
What I cannot find out is if IAP Cracker works with "consumable" ...
2
votes
1answer
617 views
SKPaymentQueue restoreCompletedTransactions restores same transaction multiple times
I have an auto renewable subscription for 6 months setup up in my purchases via iTunes connect. I created a test user and bought that subscription, now when i try to restore my purchases, it returns ...
2
votes
1answer
923 views
Google Android In-App Purchases “Content Delivery” How to correctly deliver content?
I am currently trying to code up in-app purchases. I was looking for documentation, information, tutorials on best practices for some of the stuff Google doesn't handle.
What I have done so far:
I ...
2
votes
0answers
220 views
in-App purchase backend service [closed]
Is there an online solution like UrbanAirship that provide a backend system to manage IAP within an app? UrbanAirship revised their product scheme, and currently IAP functionality can be found either ...



