Chenna kesava reddy

Results 12 comments of Chenna kesava reddy

this is the initialization of the SDK `static Future init() async { if (await Purchases.isConfigured) return; await Purchases.configure(PurchasesConfiguration( Platform.isIOS ? EnvironmentConfig.revenueCatPublicKeyiOS : EnvironmentConfig.revenueCatPublicKeyAndroid, )); Purchases.addReadyForPromotedProductPurchaseListener( (productIdentifier, startPurchase) { startPurchase.call(); });...

and we have the same ticket, this we raised long back and it closed saying that revcat fixed the issue https://github.com/RevenueCat/purchases-flutter/issues/803

the plans expired/were cancelled because it has some time limit to expire, but if you check the webhook that was sent for this user which has price 0. and it...

@vegaro sent an email with the reply, but adding the same message here we are using the correct test cards for purchase, check this user [email protected] ( this user did...

Hi @vegaro , understood, now i changed the region to United States(US) to check the payment above 5000INR, by using [https://developer.android.com/google/play/billing/test#play-billing-lab](url) now this user have some issues after payment [email protected],...

Hi @vegaro , thanks for the update, and also have a small doubt, `The webhook for product changes is anticipated to have a $0 price. This is designed to simply...