Discussions

Ask a Question
ANSWERED

Should I add restore button to my app?

I can not find information is it necessary to have a restore button in my app or there are some cases when I can skip it?

ANSWERED

Validate an in-app purchases receipts locally

I want to validate an in-app purchases receipts locally in my app. Is it possible?

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?

Subscription event Notifications

Can I get the notification using webhooks when my trial period is expired (Flutter Application)? What are the available notification events ? Can I test the notifications in Sandbox environment.

Automation: In app-Messages

Do we have "Automation: automated push notifications and no-code in-app messages" in flutter. Can I use Automated push notifications in flutter application?

ANSWERED

Apple iOS and Android Promotion codes for in-app purchases IAPs

Hey guys. I would like to provide access to my users using Apple iOS and Google promo code. Does Qonversion support this for IAPs?

ANSWERED
ANSWERED

We are switching our app from paid to free with in-app subscription for premium features. How can we check that a user had previously bought the app, so we provide him full access without asking to subscribe?

ANSWERED

Invalid product ID error - ios in-app purchases

I’m trying to add in-app purchases but getting the Invalid product ID error.
I made it all by the Apple guides and double-checked it but still have the error.

Restore in-app purchases for different app accounts

I’m implementing in-app purchases (non-consumable) to my iOS app, and I’m stuck with restore purchases. When a user registers in my app, I create a user account (A) on my server. After the user buys an in-app purchase, I need to tie the account and iIAP (A+IAP). The question is - what if the user creates a new user account (A1) and restores the IAP? Will it unlock premium content for another user? (A1+IAP). If yes, how to fix that?