-
Notifications
You must be signed in to change notification settings - Fork 226
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
App Freeze when user clicks Upgrade to Plus on debug builds #1158
Comments
Thanks so much for reporting this! ❤️ I'm only able to recreate this if I:
I do not see this issue if I run a release build or the release apk for 7.42-rc-2. I think the release build part of this is the important part because Google Play isn't going to be able to fetch any of the subscriptions on a debug build.
Even if this is only a debug issue, it's still worth fixing obviously—we don't want the app to hang like this. I believe the issue may be related to how |
This issue affects the debug builds when signed with a free account. |
@mchowning I would like to take this up and fix the bug. Just a quick one: |
I'm not entirely sure what you mean there @Mzazi25 . Before, the upgrade screen on debug builds just would not have the "Unlock all features" button (so it only had a "Not Now" option) and that seemed to work well enough. Let me know if that's not clear. |
You mean instead of the "upgrade to plus" button, it would have "not now" option? |
Sorry I wasn't very clear there. I was mixing up a couple of flows we have from this button:
Just to make sure we're on the same page, this is what I mean when I'm talking about the upgrade prompt that occurs as part of the full onboarding flow when users log into the app:
And this is what I mean when I talk about the bottom sheet upgrade prompt that is presented immediately for users who are already logged in: The reason I am suggesting putting the handling in the OnboardingFlow (instead of adding it to the button in the With that said, if that turns out to be complicated or tricky, we could just make this button in the |
@mchowning The pictures and the explanation are now clear. |
Description
The Applications Freezes when you try to upgrade to PocketCast Plus.
Step-by-step reproduction instructions
Screenshots or screen recording
upgrade.mp4
Did you search for existing bug reports?
Device, Operating system, and Pocket Casts app version
Samsung S22+, Android 13, Pocket Casts Version 7.42-rc-2
The text was updated successfully, but these errors were encountered: