Skip to content

Conversation

@tonidero
Copy link
Contributor

This will remove embedding v1 support as requested in #1135.

@tonidero tonidero added the pr:breaking Changes that are breaking label Aug 13, 2024
@tonidero tonidero force-pushed the remove-embedding-v1-support branch from 2d1df95 to 39cb1d3 Compare August 13, 2024 08:55
case "syncPurchases":
syncPurchases(result);
break;
case "enableAdServicesAttributionTokenCollection":
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Took the chance to cleanup a few warnings I was getting in Android studio.

@tonidero tonidero marked this pull request as ready for review August 13, 2024 08:56
@tonidero tonidero requested a review from a team August 13, 2024 08:56
Copy link
Member

@JayShortway JayShortway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Cross referenced with Flutter's own PR doing the same thing, and seems to be equivalent.

Comment on lines -132 to -134
public Activity getActivity() {
return registrar != null ? registrar.activity() : activity;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to clean this up 👍

@tonidero tonidero merged commit 6a9b736 into main Aug 20, 2024
@tonidero tonidero deleted the remove-embedding-v1-support branch August 20, 2024 07:23
@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)
Jethro87 pushed a commit to Jethro87/purchases-flutter that referenced this pull request Jan 4, 2025
This will remove embedding v1 support as requested in RevenueCat#1135.
Jethro87 pushed a commit to Jethro87/purchases-flutter that referenced this pull request Jan 4, 2025
### Breaking Changes
* Remove embedding v1 support (RevenueCat#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 (RevenueCat#1143) via Will
Taylor (@fire-at-will)
### Other Changes
* v7-MIGRATION.md typo fix (RevenueCat#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:breaking Changes that are breaking

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants