Discussions

Ask a Question
ANSWERED

Integrating Appsflyer Deep Link Values into Adapty User Attributes Without Coding

Is it possible to retrieve values from an Appsflyer deep link and send them to Adapty user attributes without having to write any code? If so, what methods or tools can be used to achieve this?
ANSWERED

Paywall UI: View Controller UI when purchase/restore is successful

Is there a UI component in AdaptyUI that can be display when a user tries to open a paywall when the user is already subscribed or has finished a purchase?

package ıd

**I updated the package id to com.readingapps.gtpalice from the adapty console, but I still get this error.** <br /> [AdaptyFlutter v2.10.1] - VERBOSE: \<-- Adapty.make_purchase() Adapty Error (code: 2003, message: \<HttpError 404 when requesting <https://androidpublisher.googleapis.com/androidpublisher/v3/applications/com.readingapps.gtpalice/purchases/subscriptionsv2/tokens/hbehcheegdkidgicgeikmmgk.AO-J1OzkYNmJkjO930OyVu_SPTHoJSfNy-c2lGBX0zjvzIanMg1ldUsod2lF9XtfqFtcxx1iWPymmX2i55p2P53Zh8KF-MziR2ZH8-LnxTopCdjPl7NkEKs?alt=json> returned "No application was found for the given package name.". Details: "[{'message': 'No application was found for the given package name.', 'domain': 'global', 'reason': 'applicationNotFound', 'location': 'packageName', 'locationType': 'parameter'}]">, detail: null)
ANSWERED

I don't receive an email to reset my password

Good afternoon ! I can’t remember my password, I don’t receive an email to reset my password. Please help me solve the problem
ANSWERED

AdaptyProducs fetching without paywall

Hello! How can I get array of AdaptyProducs? I need it to use in my natively made paywalls screen in iOS-app. Many thanks in advance
ANSWERED

Stop tracking non-cosumables

I'm using Adapty to track my subscriptions, while using another tool to track non-consumable in-app purchases. The problem is that Adapty adds the revenue from non-consumables to the MTR, and this increases my cost with Adapty (about 80% of my revenue comes from non-consumables). Is there any way to exclude non-consumables from Adapty?

Recommended way to cancel a subscription?

I'm using the react-native library. I want to a show a button that allows the user to cancel their subscription. Is there a recommended way to do this? Ideally the SDK could handle this client side but if not, one could spin up a lambda and use the server-side API to call the revoke subscription endpoint or something of the like?

Paywall not showing prices

I'm using the react-native library. I've triple checked that my my subscriptions, IDs, etc. have all been configured properly. I call `adapty.getPaywall(id);` and then show it. The paywall pops in the app and it shows the correct paywall, but the `PROD_TITLE`, `PROD_PRICE`, AND `PROD_PRICE_PER_MONTH` variables are all missing. <br /> Does the app need to have been published in the app store for this to work? Is this a known issue? <br /> Thanks
ANSWERED

GetProfile Showing Existing Subscription after Deleting and Installing App Again

Hello, When I deleted an app that had an active subscription, then installed the app (not update app) on Google Play, I checked the number of subscriptions using profile.Subscriptions.Count, it showed that there is still a subscription, which should not be possible. But as expected, I lose the consumable purchases which is normal. Why is this the case?

PaywallBuilder is not showing products in-app

I am building a Flutter app and using the PaywallBuilder to create a Paywall. The paywall placement renders correctly in my app (although it is incredibly slow), but it is not displaying any of my products that I configured within the Google Developer console. I verified that the product IDs and base plan matches what I set in app. I have also run through instructions to \[setup the Android SDK](<https://docs.adapty.io/docs/android-settings>) and I believe that I ran through everything correctly. Some additional context is that I am running this via an emulator. Could that affect anything? I am not seeing any errors get raised in my debug logs so I am having trouble getting to the root cause of the problem.