Discussions

Ask a Question
ANSWERED

How to resubscribe to expired subscription?

When I call the "purchase" method for an expired subscription it returns permissions, but not initialize a new purchase. How to subscribe to the same product again? data returned: { expirationDate:1621442782000 isActive:false renewState:2 startedDate:1621424788000 .. }
ANSWERED

No matching receipt found error

Hi, I would like to know what does No matching receipt found means? The payment process was successful and I got the success message saying that I am all set but I get an error after: [Error: The operation couldn’t be completed. (SKErrorDomain error 2.)] [Error: No matching receipt found] I tried searching but I can not find any solution.
ANSWERED

Cannot verify purchase

The purchase through google in app purchases is successful but after I check if it is active and not null as in the flutter documentation it gives the following error: W/BillingHelper( 4463): Couldn't find purchase lists, trying to find single data. D/EGL_emulation( 4463): eglMakeCurrent: 0xddfec540: ver 3 0 (tinfo 0xde092a80) D/Qonversion( 4463): Thread - main purchaseRequest - success - Response{protocol=h2, code=200, message=, url=https://api.qonversion.io/v1/user/purchase} E/flutter ( 4463): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: NoSuchMethodError: The getter 'isActive' was called on null. E/flutter ( 4463): Receiver: null E/flutter ( 4463): Tried calling: isActive Please help me, this is preventing me from transferring my app to qonversion.
ANSWERED

Get sample for Apple Receipt json

Hi guys. My name is Salion. I'm a backend engineer. I want to reduplicate Apple Receipt verification behavior on my backend side. Sorry, but I don’t have any experience on iOS. Could anyone provide some samples for receipt data. Or just say the way to get a sample.
ANSWERED

iOS | Event listener or Observer to get any changes on the current subscription status

Hi, Does Qonversion have any event listerner or observer for me to use in order to get any changes on the current subscription status such as cancellation.? From my understanding, we only get the expired date once we call checkPermissions(). I don't think it good practice for me keep calling checkPermissions() for a certain interval time (let say for every 5 minutes) for just to get the latest permission status data. Appreciate if anyone can advice me on this. Thank you. ^_^
ANSWERED

Resubscribe not showing in dashboard

Hi I can run my app, subscribe with auto renewal and I can see the whole cycle of renewals, expiration, retry and cancel. in the Qonversion dashboard. So far so good. However, if I wait until the subscription is cancelled and I resubscribe, the App works as expected, but the new data is not showing in the Qonversion dashboard. Any ideas?
ANSWERED
ANSWERED
ANSWERED

Google Play Billing: how to simulate the 'Account Hold' status (in debug/sandbox mode)

I want to test the ‘Account Hold’ status for my subscription. How can I reproduce the behavior when a user's payment fails
ANSWERED

Update Purchases for Android (React Native)

I just want to know when is the update for updatePurchase() function in React-Native? It says in the documentation "// Will be available soon". I really need this for my Remove Ads Subscription that has monthly, 3 months and 6months option. I'm currently testing it now but my test account is being charged both for monthly and 3months subscription