Discussions

Ask a Question

Error when Purchase in product enviroment android Flutter

I already use flutter SDK ^8.2.0 but when i use any device android to purchase subscription, it always return Error. Your transaction can't be completed. To continue this transaction, usse a different payment instrucment or contact us. I don't know any solution for this.

crypto

Hi do you accept crypto?

Offerings Issue

Hey can i purchase the multiple products from the same offering. Actually in my application now i am able to purhcase the multiple offerings so i have this question in my mind now

If app starts offline the products are not loaded

Is this something that we should be checking for or will Qonversion keep trying until it receives the products from the stores? Currently even if the app goes online afterwards we do not receive the callback that products were loaded

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

same as title

Subscription Publishing API

Hello We attempted to edit existing products in Google Play Console, but were faced with a warning stating that the edit will result in irreversible switch from InAppProducts API to Subscription Publishing API (<https://support.google.com/googleplay/android-developer/answer/12124625#api_access>) Thus, the questions: 1. Which qonversion module version for react-native supports Subscription Publishing API? 2. What could the consequences of such switch be? Would it affect the app at all if we're using version 3+?

Purchase not working in Live version

I switched environment from sendbox to production by using firebase remote config. But it was working fine in Test Flight testing & app store review version but suddenly it stoped! why? do we have any billing issue?

Swift - How to restore a specific purchase

Hello, I tried to restore a specific purchase but without sucess.. In the doc, on this link https://documentation.qonversion.io/docs/making-purchases We can see : Qonversion.restore { [weak self] (permissions, error) in if let error = error { // Handle error } if let permission: Qonversion.Permission = permissions["plus"], permission.isActive { // Restored and permission is active } } My question is how can we restore a purchase with it's permission id or something like this? Thank you in advance, Best regards.

Please explain how to purchase consumable products? thank you.

I did not find the documentation for purchasing consumable products here (https://documentation.qonversion.io/docs/non-subscription-purchases). I would like to know how to confirm the one-time consumption. After all, this consumable product can be purchased repeatedly. It seems wrong to use Permission. Please explain how to purchase consumable products? thank you.

Qonversion.purchase returns with .canceled state in iOS SDK

Hi, I've recently integrated Qonversion iOS SDK. But we have a couple of issues with iOS Sandbox testing. After Qonversion.purchase("productId") request made it immediately returns .cancelled state. But after (maybe ~5s) it shows ios purchase dialog. Could you suggest some solutions?