You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, 3.22.0-0.3.pre, on Fedora Linux 40 (Workstation Edition) 6.8.10-300.fc40.x86_64, locale en_US.utf8)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.89.1)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
Version of purchases-flutter
6.29.2 (same version for purchases_ui_flutter)
Testing device version e.g.: iOS 15.5, Android API 30, etc.
Google Pixel 7 Pro
How often the issue occurs- every one of your customers is impacted? Only in dev?
The button is different because you're being offered an introductory offer, you've configured that text in the dashboard:
How have you configured your packages? It looks like you've set the "Package details for an introductory offer" option to display "40% discount for being an early adopter" and since you are eligible for an introductory offer, it's displaying that in the package details in Android.
Yes, correct, I have an introductory offer -- however I guess then I should revise my request to say that the Web preview of the paywall should reflect exactly what the user will see in the app. Even the price displayed in the preview ($4.99/mo) is wrong.
Also, if I select to display the product name, it says "CatGPT" in the preview, even though that is not my product name...
Thank you for that feedback, I think it's valid and will pass it along to the frontend team, I think it should be possible to use product details when building the preview so it's more accurate.
I will be closing this issue since it's not really an issue with the flutter plugin. Please don't hesitate to reach our support or opening an issue here if you find something else related to the flutter plugin.
Environment
flutter doctor
purchases-flutter
6.29.2 (same version for
purchases_ui_flutter
)Google Pixel 7 Pro
On my only test device
N/A
Screenshots below
Describe the bug
In the Paywall Editor, my paywall looks like this:
However, in Flutter on Android, my paywall looks like this:
The subscription details box and the button don't display the same text. On Android, the details box doesn't even show the price.
(Also, the spacing on the Android version is not great, and neither is the padding or font choice...)
The text was updated successfully, but these errors were encountered: