Discussions

Ask a Question
ANSWERED
ANSWERED

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.
ANSWERED

How to reser trial and introductory offer eligibility in test?

I try reset trial and introductory offer eligibility in samdbox apple store , but not work
ANSWERED
ANSWERED
ANSWERED

Flutter integration, iOS 13 simulator error. works in iOS 12

I'm guessing I missed some instruction for special consideration in this version of iOS. Here is my code, in main.dart (My key in place of the x's ) await Qonversion.launch('XXXXXXXXXXXXXXXX', isObserveMode: false); When I launch Qonversion with my Flutter app using an iOS 13 simulator I get this error: flutter: PlatformException(9, Could not parse response, Qonversion Error Code: 17, null) This works in an iOS 12 simulator. Is this enough information to tell me what I did wrong?
ANSWERED

nsusertrackingusagedescription appsflyer

Hey guys, I would like to use Qonversion to send data to AppsFlyer. Does Qonversion supports App Tracking Transparency (ATT)? Thanks
ANSWERED

in app payment flutter

Do you support in app payment flutter? I need to implement in app purchases. Thanks
ANSWERED

in_app_ownership_type: new field in the receipt, how check in_app_ownership_type

Hi, a receipt contains new property `in_app_ownership_type`. How we can handle that and provide access to the content?