Discussions

Ask a Question
ANSWERED

Using Qonversion with Stripe for Flutter Web App

Hi I can't find anything about this in the documentation. I have connected to Stripe from the Qonversion dashboard and added the product id. When I try to make a purchase (subscription) it detects that there are entitlements but does not bring up an option to purchase. How would I go about getting this set up?
ANSWERED

Bug

I can’t see my dashboard, after login, the page will load, then show error and back to login file . Please help me hot fix as soon as possible. I need view my subscription manager report .
ANSWERED

API usage question

Can I use the API to get metrics data such as MRR, Active subscription etc.
ANSWERED

Subscription Restoration and Purchase Error

Dear Qonversion Support Team, Subscription Restoration Across Multiple Devices: My app currently does not have a login implementation to serve as a unique identifier for users. I am facing difficulty in implementing subscription restoration across multiple devices in such a scenario. Could you please guide me on how to achieve this without relying on user logins? Any insights or best practices would be greatly appreciated. Purchase Callback Error: When making a purchase with the Qonversion SDK, I am receiving the following error callback: QonversionError: {code=PlayStoreError, description=There was an issue with the Play Store service, additionalMessage=HTTP status code=422, data={"message":"The document type is not supported.","code":20399,"status":422}. } It's important to note that I made the purchase using a Google Play tester account in the Qonversion production environment (QLaunchMode.SubscriptionManagement). I would appreciate any guidance on resolving this error and understanding the underlying issue causing the Play Store service error. Your prompt attention and support in resolving these matters will be highly valuable. Thank you in advance for your assistance. I look forward to hearing back from you soon.
ANSWERED

deleting a project from my account

Hello i would like to delete a project/app on my account, i couldnt find a way to do it in the settings Could you guide me on doing it? Thanks
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) { ``` ``` ``` override fun onError(error: QonversionError) { if (error.code === QonversionErrorCode.CanceledPurchase) { } } ``` })
ANSWERED

Crash: try await Qonversion.shared().offerings()

<https://github.com/qonversion/qonversion-ios-sdk/issues/422>

Is it possible to have multiple subscription of the same product in one app

same as title
ANSWERED

Problema de estado de la suscripcion.

Hola Estoy utilizando en android la biblioteca con esta version " implementation 'io.qonversion.android.sdk:sdk:5.0.2'" . El problema es que si yo me desuscribo dentro de mi aplicacion, el estado no se actualiza, sigue diciendo que el estado esta activo . Debo cerrar la aplicación para que el estado se actualice. Me gustaria que me puedan ayudar
ANSWERED

Missing entitlements

I am working in React Native Sandbox. I have setup the product ids, etc. correctly however the entitlements object is returning as {}. Any ideas?