fix(analytics): Pass hashes as list of bytes for On-device conversion measurement#17792
fix(analytics): Pass hashes as list of bytes for On-device conversion measurement#17792gilnobrega-tide wants to merge 1 commit intofirebase:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Is this only happening on iOS? Maybe it is something we can get away with just editing the native code, doubt we need to regenerate Pigeons. |
|
@MichaelVerdon Apologies for not providing more details in this PR |
|
Fixed by #17807 |
Description
Fixes #17790
THIS IS A DRAFT
Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change.
Related Issues
Replace this paragraph with a list of issues related to this PR from the issue database. Indicate, which of these issues are resolved or fixed by this PR. Note that you'll have to prefix the issue numbers with flutter/flutter#.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]).This will ensure a smooth and quick review process. Updating the
pubspec.yamland changelogs is not required.///).melos run analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?