Refers to issues related to in-app purchases in any app development framework.
Questions tagged [in-app]
349 questions
0
votes
1 answer
How to find In App Purchases was successfull (Native Plugin Use)
I am using Android Native Plugin in my Unity game to buy coins. How I will know in my Unity script that this purchase is…

shahzaib bukhari
- 5
- 2
0
votes
1 answer
Chartboost PostInstall Tracker
Can someone explain to me how can i integrate Chartboost post install?
Already tried this post-install integration guide with my testing app (uploaded as alpha test) and with this reserved in-app…

Nazar Kozak
- 67
- 1
- 8
0
votes
2 answers
In App purchase swift
I'm trying to add In-app purchase in my app for the first time.
There is no guide with swift language on the net.
So I started to convert Obj-c to swift but I don't know what mean this line and how I can convert it into swift.
proUpgradeProduct =…

user3722523
- 1,740
- 2
- 15
- 27
0
votes
1 answer
Windows Universal App - In-app product for Windows 8.1 not working
My app is already published on the Windows Store and Windows Phone Store. The consumable in-app products are working for Windows Phone but not for Windows.
This code does not work for example:
var listing = await…

XHotSniperX
- 712
- 7
- 25
0
votes
0 answers
Adobe Air ProductStore Ane restoreTransactions() doens't work in Sandbox
I'm using ProductStore by Adobe to implement In-App Purchase on iOS.
I can purchase a product, it works fine. (I listen to PURCHASE_TRANSACTION_CANCEL, PURCHASE_TRANSACTION_FAIL and PURCHASE_TRANSACTION_SUCCESS,…

olkina
- 21
- 1
- 3
0
votes
0 answers
Google in app implementation for multiple activities
I have an Android application, and I wanted to implement purchase through the Google in app process.
I have implemented it and it works, but I have multiple activities which user can purchase from, so I thought about "base activity" that implement…

Eliran1210
- 21
- 3
0
votes
1 answer
Best way to create in app notifcation based on value from a Json field
I have some data in my Json.
This data updates automatically every 20 seconds.
There is a field in that josn called power
Values of power could be from int 1 to 600
I would like to create a class which would check the value of power every 20 seconds…

Sam
- 350
- 5
- 18
0
votes
0 answers
How to keep tracking of purchase item in in-app purchase
I have knowledge about in-app purchase, but stuck in implementing in app purchase in my case.
I have a list of videos coming from server when I click on any video I can download it in two formats, one low resolution and other is high resolution…

Sishu
- 1,510
- 1
- 21
- 48
0
votes
1 answer
is the IAP sandbox down? - cannot connect to itunes store
do you also have problems with testing in app Purchase?
2 days ago my code worked but now i only get "transaction error cannot connect to itunes store"

Meins
- 145
- 1
- 12
0
votes
1 answer
In-App Purchase in sandbox works occasionally
When I test the In-App purchase process, I get mixed results.
Sometimes The purchase is successful. sometimes it fails.
Is this behaviour normal for sandbox environment, or should I be worried?
Thanks!

Tomer Rubin
- 173
- 2
- 17
0
votes
1 answer
How to configure In-App Rich Media ad creative in DFP?
I created a html for In-App Rich Media ad for expandable banner. It contains 2 Image files and .js and .css file. How to configure and upload files and create a creative in DFP it will show my apps.
I need some link to configure my own custom MRAID…

Koushik Rout
- 179
- 1
- 4
- 12
0
votes
1 answer
Change the Message when you try to purchase an ENTITLEMENT
I am using Amazon in-app Purchase API. I have this item that is Entitlement type, but the user has to buy it more than once and it cannot be Consumable type because it has to be available on all the devices.
How can I change the message "You already…

kinich49
- 486
- 4
- 8
0
votes
1 answer
mServer.getBuyIntent NullPointException
I have currently a problem for in app
bindService(new
Intent("com.android.vending.billing.InAppBillingService.BIND"),
mServiceConn, Context.BIND_AUTO_CREATE);
String base64EncodedPublicKey =…

SHKim
- 21
- 4
0
votes
1 answer
in-app purchases correct implementation
I'm having trouble implementing in-app purchases in my mobile app.
Basically, sometimes users get charged twice.
and also when users get interrupted in the app - like they are redirected back to itunes to finish payment and then back to the app,…
user816604
0
votes
1 answer
i can't validate in-app purchase receipt
This is the receipt code which i received from the mobile and i send it all again to itunes server
{
"signature" =…
user899825