Discussions

Ask a Question
ANSWERED

in app payment flutter

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

ANSWERED

FormatException Input string was not in a correct format

Мы пользуемся Unity SDK. У нас в sentry падают много ошибок на iOS девайсах при попытке сделать double.Parse, что в итоге приводит к тому, что не можем получить Offerings. Вот логи:

ANSWERED

Google Play Manage Subscriptions

If a user will resubscribe using google play, I cannot get events from qonversion which is to be expected since the transaction did not happen through qonversion.

ANSWERED

Ios 15 :skadnetwork integration testing

With ios 15, the developers of the app can receive a copy of winning attribution. If a advertsider app doesn’t use an MMP, and want to get the data directly and has done the necessary configuration to receive data from skad, but how this can be tested in a non production environment.

ANSWERED
ANSWERED

Permission empty after creating Subscription and then cancelling it

Hi
I am testing the integration on Android.
After purchase and cancellation the "Premium permission" was correctly received for some time. Status was QProductRenewState.canceled.

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

ANSWERED

Subscribing for an already subscribed App

Hi. If the users try to subscribe for a subscription that is already active, for instance after re-installing the App (instead of restoring), will they receive a message automatically from the App Store? Will the users be allowed to subscribe twice? Or do I have to check in my code if there is already an active subscription before sending the request to the App Store? Similarly, how do I manage if the user wants to upgrade or downgrade the current subscription? Thanks