Discussions
in app payment flutter
Do you support in app payment flutter? I need to implement in app purchases.
Thanks
FormatException Input string was not in a correct format
Мы пользуемся Unity SDK. У нас в sentry падают много ошибок на iOS девайсах при попытке сделать double.Parse, что в итоге приводит к тому, что не можем получить Offerings. Вот логи:
Please explain how to purchase consumable products? thank you.
I did not find the documentation for purchasing consumable products here (https://documentation.qonversion.io/docs/non-subscription-purchases).
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.
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.
restore purchases on Android
Why do I need to implement the restore
functionality in my Android app?
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.
Branch revenue
Hi, it looks like all revenue is being attributed to the US on branch.io. I am assuming this is where your servers are based. Do you know if there's anyway to change this so that we see the country of the user in Branch.io?
We are using IDs correctly, because revenue is being attributed to the right campaigns. Maybe this is something I need to contact Branch about.
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
.
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