Discussions
Request for Code Review and Concern about Qonversion Integration Impact on App Performance
Currently, I have modified three functions to insert Qonversion-related code. Can you help me review whether I have done it correctly?
Using Qonversion with Stripe for Flutter Web App
Hi
Entitlements are empty on sandbox mode.
Hi,
Crash: try await Qonversion.shared().offerings()
Bulk subscription management for multiple users simultaneously
We would like to provide subscriptions to multiple users simultaneously. We have a list of users with their email addresses in a CSV file. Does Qconversion offer any feature or option that allows us to upload this CSV(or any other file format with list of email id`s) and grant subscriptions to all the user accounts listed?
syncHistoricalData
syncHistoricalData
purchaseProduct
(void)purchaseProduct:(QONProduct *)product completion:(QONPurchaseCompletionHandler)completion
Connection error
I'm can't solve this error:
How to retrieve purchased products
Im trying to retrieve purchased product with flutter on android, it seems i get the bad state no element result, what is wrong with this?
I have implemented Qonversion sdk in android app , facing playStoreError in QonversionEntitlementsCallback on calling Qonversion.shared.purchase method , how to fix this error
Qonversion.shared.purchase(this, product, callback = object: QonversionEntitlementsCallback {
override fun onSuccess(entitlements: Map<String, QEntitlement>) {
val premiumEntitlement = entitlements["premium"]
if (premiumEntitlement != null && premiumEntitlement.isActive) {