Questions tagged [in-app]

Refers to issues related to in-app purchases in any app development framework.

349 questions
3
votes
0 answers

WatchOS 6.2.6 - Can not test sanbox In-app purchase with independent app

I have problem when test in-app purchase sanbox in independent WatchOS application Enviroment: Xcode 11.5 and WatchOS 6.2.6 - Swift UI project The problem is when i call function buy the product, the WatchOS (both simulator and real device) alway…
3
votes
1 answer

How To Make In-App Purchase To Remove Ads?

I have an application published on play store and it has Admob ads.Now I want to introduce in-app purchase to remove ads.This is the first time I am doing in-app purchase so I don't know much about it. I have a button which says "Remove Ads" ,what I…
Furqan Hussain
  • 135
  • 1
  • 4
  • 14
3
votes
0 answers

Fake in-app purchases

From Firebase Analytics report I see that for last 2 weeks 9 people had made 10 in-app purchases, but it displays revenue only for one purchase, and there is only one order in the Developer Console. Is it possible that these purchases have been made…
Vlad Dogadaev
  • 97
  • 2
  • 10
3
votes
1 answer

How to get Android In-App Subscription auto renewal details?

I'm working an app that will have an in-app subscription purchases on Weekly,Monthly bases. When a user subscribe weekly or monthly, app getting subscription purchase details with OrderID like GPA.0000-0000-0000-00000 and purchased date in long.…
3
votes
1 answer

IAP Receipt Validation for Consumable Products

I have implemented the IAP for Consumable Products in my app. I have couple of queries regarding validating the receipt. I am going to use my own server which will communicate with apple server. 1.) Does the below url will contain the most recent…
Sourav Gupta
  • 762
  • 11
  • 13
3
votes
0 answers

ios in app purchase testing - agreements, tax, banking setup required?

i am new to iOS and am building an app that has in-app purchase. The app is not yet ready(not in app store) and i am trying to test in-app purchase. I have created the products in iTunes Connect as per the documentation, however, everytime i try to…
user3012653
  • 85
  • 1
  • 13
3
votes
1 answer

InAppBilling v3 IabResult response code BILLING_RESPONSE_RESULT_ITEM_ALREADY_OWNED

Following the docs on developer site , i have implemented InAppBilling v3 in my app recently . I have used the classes in the utils package provided in the TRIVIAL DRIVE sample. The problem i am facing is if a user has purchased an in app product…
Ravi
  • 4,872
  • 8
  • 35
  • 46
3
votes
2 answers

Test purchases not showing up in Google Wallet Merchant

I'm setting up and testing In-app Purchases for android. I was able to make a test purchase. However, I can not find a way to delete that order to keep on testing. According to this article, I should be able to cancel it: Cancel purchases…
Ricardo
  • 708
  • 10
  • 24
3
votes
1 answer

android in-app billing security issue

I am planning to use in-app billing to enable some features after user paid. I would like to do the following steps: Follow google example to add in-app purchase on it. After user paid, add a boolean flag in private SharedPreferences. Do not…
manhon
  • 683
  • 7
  • 27
3
votes
0 answers

Android In-App Billing Tax

I've implemented in-app billing in our app. All is working well. However, we're asked if we could determine the exact tax on each purchase to be sent later to a server for real-time tracking purposes, and the sales report from Android Developer…
hadez30
  • 503
  • 5
  • 18
3
votes
0 answers

android in-app testing the user is not eligible for this purchase

i am trying to implement the in-app but i get this message **the user is not eligible for this purchase** from google play, but i just created the test account and add it to my merchant account. (apk is in Draft so i need a test account for…
Infoware
  • 158
  • 2
  • 16
3
votes
1 answer

How do we verify Windows 8 in-app billing receipt on the server side?

I am currently implementing in-app purchases in an app that I am working for Windows 8. After reading the documentation: Request the license Information for the…
Pedro Alonso
  • 283
  • 3
  • 16
3
votes
3 answers

implementing In-app Billing in the emulator

I have been reading about "implementing In-app Billing" for an android application, and the documentation says that is not possible to test the application in the emulator. Is that true? I don't have a "mobile data plan" with the mobile I'm…
Eduardo
  • 1,169
  • 5
  • 21
  • 56
3
votes
2 answers

In-App Billing in Fragments

I am making an app which contains fragments within tabs.In this whenever I try to call in-app billing request purchase it gives me the error pasted below. Here is the design of my fragments call within app. CalendarUIActivity (FragmentActivity) ->…
Shashank_Itmaster
  • 2,465
  • 5
  • 30
  • 56
2
votes
1 answer

Does Linkshare support tracking of in-app purchases?

Does Linkshare support tracking of in-app purchases? What if a user download my free version from an affiliate link, and then decide to purchase an in-app only after two days. How can I track these sales?
Roy K
  • 3,319
  • 2
  • 27
  • 43