Questions tagged [flutter-in-app-purchase]

55 questions
0
votes
1 answer

No longer able to access queryPastPurchases in InAppPurchase Flutter

I recently updated the InAppPurchase plugin in flutter. The update is breaking the code. I am unable get past purchases using the InAppPurchase instance.Anyone know how to retreive the past purchase? Final QueryPurchaseDetailsResponse…
frank
  • 13
  • 5
0
votes
1 answer

How to show different page to free users and different page to paid users

i am using revenuecat to manage a in-app subscription program. For free users, i want to show a different home page and different home page for premium users. This is my bottom navigation, please help. So overall, user will sign up using email,…
0
votes
1 answer

Flutter: get past purchases on Android

I'm refactoring in_app_purchases and I'm trying to get the past purchases. According to the documentation: The InAppPurchaseConnection.queryPastPurchases method has been removed. Instead, you should use InAppPurchase.restorePurchases. This method…
0
votes
1 answer

MissingPluginException(No implementation found for method initConnection on channel flutter_inapp)

Unhandled Exception: MissingPluginException(No implementation found for method initConnection on channel flutter_inapp).When I use flutter in-app purchase plugin for the android, MissingPluginExceptionexception occurs. On iOS, it works nicely When…
0
votes
1 answer

Flutter In app purchase - How allow purchase based on the user that is logged?

I'm building a flutter app that will allow users to subscribe. I'm using this plugin: in_app_purchase 0.5.2 So, my question is: I have to log my users in, and I do this using firebase Auth. But, how can I check which user is logged to deliver them…
0
votes
0 answers

Flutter app failing to run in release mode

I want to add in-app purchase functionality in an app for which I am using flutter_inapp_purchase package. For some unknown reason it isn't working properly and to test it I need to run the app in release mode. But even on multiple try and changes,…
Bhawna Saroha
  • 603
  • 1
  • 11
  • 28
0
votes
1 answer

Flutter stripe SDK custom form

I need to add stripe to a flutter app where I can save a credit card with a custom form, but since I only found an unofficial sdk that provides a pre-built form (stripe_payments), is there a way to work with API requests without relying on an SDK?
Ahmed
  • 21
  • 2
  • 3
0
votes
1 answer

Fetch product data from Play Store but I cannot make a purchase

I can fetch product data from Play Store with FlutterInappPurchase, but I cannot make a purchase. Follow for details; I'm using flutter_inapp_purchase@2.2.0 I shared it on the go page of the module, but I want to reach a larger audience. Because I…
0
votes
0 answers

In App Purchase in Flutter not Fetchhing Past Purchases in Different Device

Hey guys I am currently working on a project with in app purchase I can fetch past purchases if I use the device that purchased a product but if I change device with the same Apple ID there are no records of past purchases. I already used…
Qonvex620
  • 3,819
  • 1
  • 8
  • 15
-1
votes
0 answers

why in-app purchase doesn't connect in flutter

I would like to implement in-app purchases in flutter using the flutter_inapp_purchase library. I added product to in-app purchase section from apple console and product shows "ready to submit". But in-app purchase doesn't fetch products even it…
1 2 3
4