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

Refine StoreKitVersion logging in configure function #1143

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

fire-at-will
Copy link
Contributor

This PR refines the logging related to the storeKitVersion in the configure() function. Specifically, it:

  • Only logs a message about the storeKitVersions being passed conflicting if the storeKitVersion param is not the default value. This should prevent confusion in the event that a developer passes in a PurchasesAreCompletedByMyApp but doesn't pass in a storeKitVersion param
  • If the storeKitVersion passed into PurchasesAreCompletedByMyApp is the default value, it logs a warning letting the developer know that they should provide a specific storeKitVersion that matches what they're using in their StoreKit implementation.

@fire-at-will fire-at-will changed the title Refine StoreKitVersion logging in configure Refine StoreKitVersion logging in configure function Aug 16, 2024
@fire-at-will fire-at-will added pr:feat A new feature pr:fix A bug fix and removed pr:feat A new feature labels Aug 16, 2024
@fire-at-will
Copy link
Contributor Author

I've used the "fix" tag here since "feat" didn't feel appropriate - let me know if y'all think there's a better tag to use so the release notes come out correct!

@fire-at-will fire-at-will merged commit 525707b into main Aug 19, 2024
8 checks passed
@fire-at-will fire-at-will deleted the refine-storekitversion-logging branch August 19, 2024 18:24
@tonidero tonidero mentioned this pull request Aug 21, 2024
tonidero added a commit that referenced this pull request Aug 22, 2024
### Breaking Changes
* Remove embedding v1 support (#1141) via Toni Rico (@tonidero)

If you're using embedding v1, please check how to migrate in the
[official flutter
docs](https://docs.flutter.dev/release/breaking-changes/plugin-api-migration#upgrade-steps).
### Bugfixes
* Refine StoreKitVersion logging in configure function (#1143) via Will
Taylor (@fire-at-will)
### Other Changes
* v7-MIGRATION.md typo fix (#1144) via Will Taylor (@fire-at-will)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:fix A bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants