Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter paywall does not show the same info as web designer #1086

Closed
9 of 11 tasks
lukehutch opened this issue May 28, 2024 · 4 comments
Closed
9 of 11 tasks

Flutter paywall does not show the same info as web designer #1086

lukehutch opened this issue May 28, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@lukehutch
Copy link

lukehutch commented May 28, 2024

Environment

  • Output of flutter doctor
$ 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?

On my only test device

N/A

  • Steps to reproduce, with a description of expected vs. actual behavior

Screenshots below

Describe the bug

In the Paywall Editor, my paywall looks like this:

image

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

@lukehutch lukehutch added the bug Something isn't working label May 28, 2024
@RCGitBot
Copy link
Contributor

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

@vegaro
Copy link
Contributor

vegaro commented May 28, 2024

The button is different because you're being offered an introductory offer, you've configured that text in the dashboard:

CleanShot 2024-05-28 at 10 40 33@2x

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.

@lukehutch
Copy link
Author

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

@vegaro
Copy link
Contributor

vegaro commented May 29, 2024

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.

Thank you again!

@vegaro vegaro closed this as completed May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants