Discussions

Ask a Question
ANSWERED

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?

ANSWERED

Using Qonversion with Stripe for Flutter Web App

Hi

ANSWERED

Entitlements are empty on sandbox mode.

Hi,

ANSWERED

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?

ANSWERED

syncHistoricalData

syncHistoricalData

ANSWERED

purchaseProduct

(void)purchaseProduct:(QONProduct *)product completion:(QONPurchaseCompletionHandler)completion

ANSWERED

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?

ANSWERED

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) {