Discussions

Ask a Question
ANSWERED

Getting SkuDetails as a null while displaying products

Hello, I am using qonversion for making a subscription purchase but when displaying product in flutter application it's always getting a skudetails,pretty price and other things as a null
ANSWERED

React Native [ios] - Trial Eligibility

Hello! In sandbox - iOS, when calling the `Qonversion.getSharedInstance().checkTrialIntroEligibility` with correct product id's all intro eligibilities are returned as IntroEligibilityStatus.ELIGIBLE even when a user has consumed the trial already and / or has an active subscription.
ANSWERED

Delete entitlement

I want to delete entitlement I created. I have 2 entitlements: 'TestPremium' and 'Premium' and wanna delete 'TestPremium' as created it occasionally. is it possible?
ANSWERED

Webhooks Integration

my account can't edit / save or create new Integration, the button save is disabled Thanks
ANSWERED

Will detaching a user from experiment in code automatically keep the 50/50 balance of the experiment?

Hi, we want to run an experiment with two different paywalls. We only want to test it on free users, but we have another way of purchasing a subscription other than Qonversion. We have an option to manually detach a user from the experiment in code based on some parameters from the database but will that keep the 50/50 balance between the variants? For example, if we have "Variant 1" with 500 users and "Variant 2" with 500 users. Let's say we detach 100 users from "Variant 1", will Qonversion automatically equalize the users across both variants and send both variants to 450 users each, or will "Variant 1" have 500 users and "Variant 2" 400 users after manually detaching?
ANSWERED

No code screens and Automations deprecated

Hi, I just started trying to use Qonversion, I can see the docs marks automation as deprecated. Why is this and what is the replacement for it? Or is the feature just being dropped forever?
ANSWERED

How do I test my integration in Prod env?

If I set the environment as production, then turn on "Sandbox mode" and purchase an in-app product, am I supposed to see the new event in my dashboard? ```Text react native const config = new QonversionConfigBuilder( 'projectKey', LaunchMode.SUBSCRIPTION_MANAGEMENT ) .setEnvironment(Environment.PRODUCTION) .build(); Qonversion.initialize(config); ```
ANSWERED

Handling refund with qonversion

Hello, I want to use Qonversion to handle refund. However, I could not find anything about how I can use Qonversion to handle refund process. I have read two articles telling how refund process works but does not mention Qonversion. Another question is that how can I access transaction id after purchase in my code. I am using React Native. Thank you.
ANSWERED

Unity Android External Dependency Manager stuck at 100%

Hi, dear developer, I've been using Qonversion Unity SDK and recently Google Pay need to upgrade so I upgrade Qonversion from 4.4.2 to 6.0.0(latest). when resolving and downloading dependencies, here comes the problem: progress bar come to 100% but it's continuing download and updating for 20min+ ![](https://files.readme.io/c37af74-img_v2_225559f0-d8e8-4bcd-a940-b72f04e1fe1h.jpg) I've also tried 5.0.0 and on another Unity Version(2022.3.5f1), same problem occurs. even in an empty project My develop context: macOS 13.0 Unity : 2021.3.23f1 JDK : Java(8) 1.8 (Unity only support this version) gradle : 5.6 gradle also tried 5.1, 7.2, 7.4. not work either any help would be appreciate, thanks!
ANSWERED

No offering

Trying to set- up purchase for Kotlin/Jetpack compose - all works as expected when I run the app with the device connect to my Mac and the offerings are available - Yet when I upload to Play Console (Closed testing Alfa Track) - reinstall on device, no offerings are available. Thanks in advance!