Discussions
Crash: try await Qonversion.shared().offerings()
<https://github.com/qonversion/qonversion-ios-sdk/issues/422>
Posted by Andrei 1 day ago
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 !!
Posted by Alaín Landeo Del Pino 7 days ago
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 !!
Posted by Alaín Landeo Del Pino 7 days ago
Is it possible to have multiple subscription of the same product in one app
same as title
Posted by Kelola 11 days ago
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+?
Posted by Sergey P. 6 months ago
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?
Posted by Shabab H Siddique 10 months ago
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.
Posted by Chris Rln about 2 years ago
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.
Posted by sky over 2 years ago
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?
Posted by Alex Nykytenko over 2 years ago
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?
Posted by Matt Sanford over 2 years ago