Discussions

Ask a Question

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

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

How do I recover the money I paid for an application that doesn't work for me?

More than a year ago, I downloaded the Call Recorder application to record incoming or outgoing calls and I paid for this application. However, I was NEVER able to use it because to activate it it was necessary to contact a phone number in Los Angeles and my line was always LOCAL, that is, without access to international calls. Therefore, I was NEVER able to activate this app OR get my money back. In summary. I'VE BEEN ROBBED. Well, I paid for an application that I COULD NEVER USE. Now, I receive communications about the expiration of my subscription and they request a new payment to "reactivate" it!! Incredible !!

How do I recover the money I paid for an application that doesn't work for me?

More than a year ago, I downloaded the Call Recorder application to record incoming or outgoing calls and I paid for this application. However, I was NEVER able to use it because to activate it it was necessary to contact a phone number in Los Angeles and my line was always LOCAL, that is, without access to international calls. Therefore, I was NEVER able to activate this app OR get my money back. In summary. I'VE BEEN ROBBED. Well, I paid for an application that I COULD NEVER USE. Now, I receive communications about the expiration of my subscription and they request a new payment to "reactivate" it!! Incredible !!

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?

Is is possible to grant a permission directly from Qonversion?

Sometimes it comes up that our customer service department wants to grant access to someone for some amount of time, is that possible?