in-app Questions

4

Solved

I'm trying to implement in-app purchases using the official Flutter In-App-Purchase plugin. I've got things working, except I can't figure out how to tell if a users subscription is still active or...

5

I am trying to verifying that an auto-renewable In App purchase has not expired server side (not on a device). I am using Apple's Grand Unified Receipt (iOS 7 style transactions). The response re...
Nidianidicolous asked 9/9, 2014 at 23:20

1

Solved

Steps to reproduce: Subscribe to a subscription in the app Go to google play store and cancel the subscription. Go back to subscriptions page Wait for the subscription to expire The subscription w...
Stun asked 29/10, 2021 at 2:6

0

In my auto renewable subscription, I am always checking expires_date of latest_receipt_info from my validation receipt. If the expires_date is greater than my current time then I am giving my users...
Drayton asked 15/2, 2022 at 5:29

5

While trying to get android in-app subscription status (with expiry date), I get the following error message: { "error": { "errors": [ { "domain": "androidpublisher", "reason": "projectNotLin...
Joh asked 31/7, 2014 at 9:6

1

Is it possible to disable in-app billing/purchase and test my application on an Android Emulator? I want to do some functional testing of my application on multiple emulators. Later on I would test...
Halloween asked 29/9, 2014 at 12:33

3

Solved

I have some in-App notification to show to users at a specific time but nothing is shown when the App is closed. Setting alarm: Intent alarmIntent = new Intent(mMotherActivity, ReminderAlarmManag...
Amorita asked 11/10, 2016 at 14:31

3

Solved

Have you had any experience in Facebook in-app browser detection? What's the core difference in user agent? I don't want to know if it is a only mobile/ios/chrome. I need to know whether user agen...
Miscreant asked 22/7, 2015 at 16:59

8

Until june 20th 2016 i was able to cancel test purchases done in my app. Doing multiple in-app purchases (not consumable) from the same test account made it easy to develop and test the code withou...
Mcpeak asked 8/8, 2016 at 17:43

0

I am trying to use Google Play Billing 2 on my game. In documentation, it says: Test pending transactions with license testers Pending transactions can be tested using license testers. In add...
Pankey asked 14/4, 2020 at 10:52

2

Solved

During our efforts to design InApp Billing for our Android App, we came up with the following scenario; Customer has rooted/manipulatable device (so Market app + my app can't be trusted) Customer...
Gruel asked 25/6, 2012 at 14:5

0

input type="file" stopped working in Android Instagram in-app browser recently. It was working fine earlier. It still works fine in iOS. I also tested it in Facebook in-app browser which also works...
Drees asked 5/11, 2019 at 7:34

2

Solved

Starting from iOS 11, Apple Introduced a feature to Buy the In App purchase from App Store App. Problem: Our problem is to avoid interstitial ad to show when the app is waking up by in-app purcha...
Eichler asked 24/7, 2017 at 11:53

3

I integrate In-App purchase in my App, its working fine for purchase and restoring items. But one issue are there, When I purchase the item using [email protected], its successfully purchase ...
Jordaens asked 28/3, 2017 at 9:51

1

After hours reading documentation about android in-app product and subscription I am still stuck asking me about consumption process regarding in-app auto-renewing subscription. What Google says a...
Rifle asked 24/3, 2019 at 20:40

4

Solved

I'm developing a simple in-app billing library. It works with static responses from google, but now I'd like to test this lib with real in-app products. I have created a test account and I'm tryin...
Parkerparkhurst asked 28/6, 2012 at 11:19

3

Solved

Is there a way to do more than 1 item using in-app purchase? For example - can I buy 2 of the same item?
Eventempered asked 28/12, 2011 at 19:59

1

Hello Team I know lot of answer on the stack overflow but for me none of them work so please help me out I am facing this issue last 2 weeks I am done the all configuration on iTunes connect ...
Coreycorf asked 27/4, 2017 at 7:5

2

Solved

Im trying to integrating new Unity inapp serivice and got the next problem: I created project on google play (now it is only in Alpha-testing with no-publishing) and i created in-app content for p...
Decortication asked 6/4, 2016 at 8:26

1

I've developed an android application, in which inapp subscription is done by play store billing version v3. And I implemented Google Play Developer api so as to retrieve the subscription status wh...
Hildahildagard asked 9/5, 2016 at 8:46

3

I am using Google's In-App Billing for my Android app. I used the IabHelper class from Google's how to, as their billing seems extremely complicated. My issue is I want to know if the purchase is...
Urger asked 27/4, 2016 at 19:12

5

Solved

I'm aware that we can integrate in-app purchases with storekit. but i want to integrate payments using credit card. will apple allow to integrate such libraries? Are there any such libraries availa...
Multifid asked 6/1, 2012 at 17:45

3

I am updating my iOS app with the Apple suggested transaction VerificationController code to verify in-app purchases due to the recent "hack" published that allowed people to purchase in-ap purchas...
Courage asked 26/7, 2012 at 0:20

1

I currently use iTMSTransporter (Apple’s command-line tool) for verify and upload App Store packages (.itmsp) that's contain metadata of a new in-App purchase to the App Store. but I'm forced to s...
Probabilism asked 27/1, 2014 at 16:1

3

Solved

I would like to link to Android Marketplace from within my app so I can send my user to write a review. I already know how to link to the Android Marketplace with a WebView, but this doesn't really...
Letta asked 24/8, 2011 at 17:0

© 2022 - 2024 — McMap. All rights reserved.