Questions tagged [flutter-in-app-purchase]
55 questions
0
votes
0 answers
Flutter In_App_Purchase Error Store is not available
I am using Windows 11 with Android Studio emulator.
I run the exact code shown on this page: pub.dev/packages/in_app_purchase/example
I get the error:
Could you please explain what the error means and what I am doing wrong.
Thank You

DktPhl2018
- 155
- 1
- 1
- 8
0
votes
0 answers
What is in_app_purchase refers to
I don't understand what in_app_purchase refers to. I thought that it refers to a functionality like Screen A will be disabled until a payment is made. From online information, it seems like in_app_purchase refers to products to sell through the…

DktPhl2018
- 155
- 1
- 1
- 8
0
votes
0 answers
iOS : I can't find subscription plans in App store -> Subscription page in iOS device of Test flight build
iOS subscription plans are not showing in App Store -> Subscription Page Section in iOS real device through test flight build after purchased subscription plan
In my app subscription module has been implemented without backend so verification of…

Jaimil Patel
- 1,301
- 6
- 13
0
votes
0 answers
Can I use Third party Payment Gateway (eg. Paytm, Razorpay) for In-app Purchases and Subscription in my Android App in India ? Please explain
I want to integrate payment gateways like paytm or upi for In-app subscriptions in my Android app. I saw many educational apps do this. But I should give Google their share right ? How to do it the correct way ? I don't know. Please someone help. I…

KESAVAN V
- 1
- 1
0
votes
0 answers
How to cancel in-app purchase made flutter ios
I am using in_app_purchase package.
I have created a free package with a price of 0.00 in the "in-app purchase" section.
also, I have created a recurring package of 0.00 in the "subscription" section as the "in-app purchase" section does not allow…

Sujan Gainju
- 4,273
- 2
- 14
- 34
0
votes
0 answers
How to Check if a Restored Purchase is Pending with Flutter in_app_purchase package
Problem
I have been working on a small app which has an option to purchase a premium version. It works perfectly fine for the test cards which automatically accept or decline. However, the slow cards pose a problem. The app will say the purchase is…

Blackshadow1Game
- 11
- 1
- 3
0
votes
0 answers
ProductDetailsResponse returning no products in Flutter
I am trying to set up a Google Play Store subscription in a Flutter app.
I am using the in_app_purchase: 3.0.7 plugin.
I have published my app in the closed testing track in the Play Store.
I have setup my account as a tester, and I have joined the…

Nicky K
- 45
- 5
0
votes
1 answer
How to achive Multiple subscription through google play store for same app in flutter?
I am building app in flutter with google in app subscription. Currenlty when user selects a subscription it shows payment screen with the primary email with which user has signed in in his android phone. The user is signed in my app with the same…

Vipul waghmare
- 26
- 5
0
votes
0 answers
in_app_purchase: not restored on few mobile phones in production
Is anyone having the same experience that in_app_purchase: restorePurchase is working fine on my phone and simulators but then there are a few devices not working in production, Google Play and Apple store.
I need to use this plugin to restore…

CloudWave
- 913
- 9
- 16
0
votes
1 answer
Confirm Subscription plan from play Store Flutter
I am implementing subscription using flutter_inapp_purchase plugin.
All is working fine. I am facing case here that when App is not opened and i tried to resubscribe an expire subscription from play store it's showing confirm plan and giving option…

shilpa vania
- 11
- 1
- 3
0
votes
0 answers
How to protect my RESR Api calls in Flutter?
I am developing an app in flutter which will have in app purchases. I am keeping track of user credits and some other things on my node server.
I am concerned that if I call my node api to increase user credits in my app code, it can be accessed by…

Hamza Ahmed
- 21
- 3
0
votes
1 answer
in_app_purchase: not getting product details for iOS
I'm using the in_app_purchase package to sell consumables and subscriptions.
It's working fine for android but on iOS I cannot get any product details.
await InAppPurchase.instance.isAvailable() //returns true
Set ids =…

Neli
- 532
- 1
- 3
- 15
0
votes
0 answers
RevenueCat SDK (flutter_purchases) not not returning correct thing
1st Error I'm Getting is that occasionally (without an obvious reason), RevenueCat SDK will return nothing inside the 'active subscriptions', even thou I am currently subscribed to something.
2nd Error Problem is that the entitlements inside…

Deen Gangen
- 41
- 5
0
votes
0 answers
Flutter: Null check operator used on a null value with in_app_purchases
My app was working fine on both iOS and Android but after updating to Flutter 2.10.0 I'm getting this issue:
Unhandled Exception: Null check operator used on a null value
E/flutter ( 8991): #0 Element.widget…

Dani
- 3,128
- 2
- 43
- 91
0
votes
0 answers
How handle unsubscribe event from Appstore
I coded an ios app with a subscription system but I absolutely need to know when a user unsubscribes.
I haven't found how to handle unsubscribe events with NodeJS or whatever, could someone tell me how to do this?
Also, I only save the user's phone…
user13296944