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

Make Sponsor Banner Less Annoying #463

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

ricoberger
Copy link
Member

This commit fixes a bug with the sponsor banner in the settings screen. When the user clicks on the sponsor banner and wants to hide it via the "Not Now" button, it shouldn't be displayed for the next seven days, but I forgot to store this value in the settings, so that the sponsor banner was displayed with every app restart. This should now be fixed.

I also added a "Restore Purchases" button, which is required for the Apple AppStore. When the button is clicked we restore all previous purchases of the user, similar to how it is handled during the app start.

This commit fixes a bug with the sponsor banner in the settings screen.
When the user clicks on the sponsor banner and wants to hide it via the
"Not Now" button, it shouldn't be displayed for the next seven days, but
I forgot to store this value in the settings, so that the sponsor banner
was displayed with every app restart. This should now be fixed.

I also added a "Restore Purchases" button, which is required for the
Apple AppStore. When the button is clicked we restore all previous
purchases of the user, similar to how it is handled during the app
start.
@ricoberger ricoberger added the changelog: fixed Something which wasn't working is fixed label Jan 24, 2023
@ricoberger ricoberger merged commit 5008c87 into main Jan 24, 2023
@ricoberger ricoberger deleted the make-sponsor-banner-less-annoying branch January 24, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fixed Something which wasn't working is fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant