In-app purchase usually refers to the acquisition of a feature for an application from within the application itself. Also, it can mean the buying of digital goods from an application. The context for this concept is usually mobile development.
-3
votes
0answers
19 views
Google Play - Free app to in-app purchasing
I have a free app on play store. Is it possible to change the free app to a free app with in-app purchasing.
Basically, my app is now completely free but I am releasing new "premium" features that I ...
0
votes
2answers
10 views
Where to check for expired subscription using non-renewing subscriptions?
We are using non-renewing subscriptions in our iOS application and are confused to when and where expired subscriptions are removed. For instance we show two subscriptions (7 days and 30 days). The ...
1
vote
0answers
15 views
Unable to test in app purchase in my BlackBerry Playbook
I have updated a sample test application in BlackBerry Vendor portal to test the in app purchase and I hold the application in draft.
Now when I check with my BlackBerry Playbook to get the sample ...
0
votes
0answers
7 views
In app purchase is not working with live build
I am facing problem with In app purchase live build.I have tested my build in sandbox.its working fine .But after downloading the build from itunes when we try to buy product its crash.may we dnt get ...
0
votes
0answers
12 views
Auto-renewing subscriptions in-app
I have never done an automatic subscription, or even any type of in-app purchase before. I am working on an app that will function in similarity to a magazine, but due to reasons which I care to not ...
0
votes
0answers
10 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 ...
-2
votes
1answer
58 views
FREE iOS app requires a mandatory in-app purchase for registration [closed]
We plan to launch our app as Free app but it requires "mandatory in-app purchase" to register/create your account. The first screen is allows either to Login or Create account after in-app purchase.
...
-3
votes
0answers
16 views
ARCHIVE .ipa with product for InAppPurchase [closed]
The workaround in this case is to upload a binary without In-App Purchase features that can get approved by App Review. Once the binary is approved, resume testing the binary with In-App Purchase ...
1
vote
1answer
26 views
iOS in-app purchase auto redirect to App Store application
I researched iOS in-app purchase and implemented this function in my game, following this tutorial.
When I tested the app, I had already signed out of my iTunes account (in settings/store). I opened ...
1
vote
2answers
43 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
2answers
24 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 ...
0
votes
0answers
86 views
Trivial Drive (in-app billing v3) testing with release key ended in error: “Your order could not be processed. Please try again”
STEPS TO REPRODUCE:
Grab the trivial drive sample code from the sdk (google-market_billing) - versionCode:3, versionName: 1.3
Follow the steps mentioned in the README file
Test the signed apk in the ...
0
votes
1answer
33 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 ...
1
vote
0answers
14 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
9 views
Phonegap: Additional content for app from Google Play store
We are currently developing educational app with set of exercises. We would like to also create bunch of additional sets of exercises that would be available as micro-transactions. Each set would be ...
0
votes
4answers
38 views
SKPayment is deprecated
Im using following for InAppPurchase payment process, SKPayment *pay=[SKPayment paymentWithProductIdentifier:myProduct]; Is appstore reject my app or not.. I used following code for ...
1
vote
1answer
27 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
10 views
How can I avoid app names in inapp item titles returned from Google Play getSkuDetails?
I'd like the use the getSkuDetails() call from the In-app Billing v3 API to dynamically display a list of inapp purchase options with properly translated titles and relevant price.
However, the ...
0
votes
0answers
12 views
start download to Apple hosted in-app content
Ok so I'm not able to get hosted content to download from the Apple servers and I don't know exactly why. I am able to make purchases and complete the purchase for in-apps stored locally in the app. ...
0
votes
1answer
52 views
Uploading draft of APK into Google Play to test In-App Billing
I want to upload a draft of an APK to test In-App Billing that I am trying to implement. I see here that I am supposed to leave the android:versionCode="" the same in order to upload my APK as a ...
0
votes
0answers
36 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 ...
1
vote
0answers
55 views
Making in-app purchases with an google play account different from the device primary account
Sorry if the title sound confusing. I hope that I can explain better here.
We know that each device can have multiple google account of which the first created google account in the device will be the ...
-7
votes
1answer
55 views
How to avoid Kids buying App using iOS inApp Purchase? [closed]
How can I programmatically block inApp purchases if Kids are repeatedly buying from an Application? Or How can I confirm a buying option for inApp Purchase?
I am like stuck at this point. Any help ...
0
votes
0answers
33 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
11 views
What time do iTunes Connect daily sales reports begin and end? [migrated]
The iOS app store and iTunes Connect generate daily sales reports for apps. The reports say, for example, that I have 15 app purchases and 10 in-app purchases. What time of day do these reports begin ...
0
votes
0answers
34 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
1answer
26 views
Conver app purchases to In-App purchases on Google Play
I Have realesed an app for the Google Play market a long time ago.
Since then Google has added support for In-App purchases and I would like to convert my 2 seperate applications (free & full), ...
0
votes
1answer
41 views
Setting up v3 of in-app billing
I have an app on the market. My next version I want to implement an in-app purchase. I have been following the (long) guide for setup of v3 of in-app billing. I completed the first 3 lessons from ...
0
votes
2answers
32 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 ...
0
votes
1answer
52 views
memory leak in xamarin in app purchase
So I have been trying to setup in app purchase within my application and encountered a problem which I don't know how to solve. Im working with xamarin, and I followed their In app purchase guide on ...
-2
votes
2answers
25 views
In App Purchase NSUserDefaults how to save
hi there i have followed a tutorial online for in app purchase and have gotten it to work perfect but the only problem is when i reopen the app i have to restore the purchase to make is display again
...
0
votes
0answers
44 views
Strategies for battling iOS in-app purchase piracy?
My app uses in-app purchase, and I verify the transaction receipts with Apple. This has shown me that many users are trying to pirate the in-app purchase mechanism by submitting fake transaction ...
1
vote
1answer
48 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
0answers
45 views
In-App purchase not working on iphone device,shows Account Information Error
I have integrated In-AppPurchase but its not working and gives error like given in screen shot. I have added product in itunes store and also integrated in my app.
I am using MKStoreManager Class for ...
0
votes
1answer
20 views
In App Purchase How to check if item purchased
hi there i have followed a tutorial online for in app purchase and have gotten it to work perfect but the only problem is when i reopen the app i have to restore the purchase to make is display again
...
0
votes
2answers
29 views
How to get Response after purchase item in android.test.purchase
i new in-app purchase using billing.
i have Billing Helper and Billing Receiver class.
how to get response code after purchase item from Billing Helper or Billing Receiver.
thank.
0
votes
0answers
21 views
JSON receipt verification not working
When I use sandbox environment the receipt is verified. When I use json code I got receipt invalid. I used test user account for test my application. Im going to upload app to App Store.
Shall I use ...
0
votes
0answers
23 views
creating manual view to In App purchase
I am using In App feature in my windows phone app and uploaded beta version to store. everything is working fine but it shows me two buttons, Install and Cancel, I need to change the text install to ...
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
Android app - google in-app purchase implementation
Developing an application (android) for a band. The application is freely available in play store and in every month they will add new album ( movie ) to the application. Also user can view the ...
-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 ...
0
votes
1answer
18 views
IAP detecting SK alert views
When user taps Buy button, my application issues addPayment to StoreKit. After that I want to show alert view with "Please wait" and activity indicator. However, SK can also show alert views. Is there ...
0
votes
0answers
45 views
In app purchase in Windows Phone 8
I'm using the IAP feature of Windows Phone 8, it's working fine. I have uploaded a .xap file for Beta testing, while I'm testing it, it shows me two buttons, Install and Cancel, I need to change the ...
0
votes
1answer
18 views
How to handle situation with IAP internet loss
I have one button in my app, which is supposed to show the price of item, then if you tap on it you can buy an item. Initially that button is disabled and has no price on it. After application is ...
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 ...
0
votes
1answer
38 views
How can we implement the “time-limited free” feature in Android app?
My situation is, I have implemented an in-app billing product "remove ads" in my app for 0.99.
Now I wanna make it be free in a period of time for advertisement.
However, google play console not ...
0
votes
2answers
51 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
1answer
34 views
In App Billing getPrice() Android
I have successfully implemented in app billing into my app which all works fine. I am now trying to retrieve the price of items (set in developer console) so that I can reflect these prices within my ...
1
vote
0answers
39 views
Cannot replicate crash experience by App Review team (logs included)
I'm currently trying to add an in-app purchase to my project. A view is loaded with three buttons: one to cancel, one to restore previous purchase, and one to make the purchase. Using the sandbox ...


