Discussions

Ask a Question
Back to All

Wrong Subscription State

Hi,

I am developing a subscription feature with Qonversion.

Now, I can make subscriptions in the app. However, sometimes, I cannot get the correct subscription state.

• Wrong subscription-state after it is cancelled

step 1: make a subscription in the app
step 2: cancel it in Google PlayStore
step 3: wait till the expire time is passed
step 4 : launch the app

Expected Result: Qonversion.checkPermissions returns that the subscription is not active
Actual Result: Qonversion.checkPermissions returns that the subscription is active

• Cannot get subscription-state after the storage & cache of the app is cleared

step 1: make a subscription in the app
step 2: Settings > app > MyApp > Storage & Cache > Clear Storage
step 3: launch app

Expected Result: Qonversion.checkPermissions returns that the subscription is active
Actual Result: Qonversion.checkPermissions does not return anything. Both onError() and onSuccess() are not triggered.