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

feat: Add Purpose 11: Use limited data to select content #12

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

bcyran
Copy link
Contributor

@bcyran bcyran commented Nov 14, 2023

I encountered this purpose for the first time while testing on iOS and here it is on the IAB website. Not sure if it was added recently or something.

I didn't link the specific purpose in the comment as there are no semantic anchors on this page (anchor link to previous purposes are not working as well but this is OOS).

@PasqualePuzio
Copy link

We've encountered the same issue. It looks like it is also generating a crash (see the stracktrace below), therefore this pull request should be merged.

Fatal Exception: FlutterError
RangeError (length): Invalid value: Not in inclusive range 0..9: 10
Fatal Exception: FlutterError
0 ??? 0x0 _parseDataUsagePurposeBinaryString. (iabtcf_consent_info.dart)
1 ??? 0x0 SetBase.toList (dart:collection)
2 ??? 0x0 (null)._parseDataUsagePurposeBinaryString + 291 (iabtcf_consent_info.dart:291)
3 ??? 0x0 WidgetSpan.visitChildren + 158 (widget_span.dart:158)
4 ??? 0x0 parseRawConsentInfo.parseDataUsagePurposes + 255 (iabtcf_consent_info.dart:255)
5 ??? 0x0 (null).parseRawConsentInfo + 263 (iabtcf_consent_info.dart:263)

@etmyhome
Copy link

any update ?

Copy link
Owner

@blaugold blaugold left a comment

Choose a reason for hiding this comment

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

@bcyran Thanks for contributing, and sorry for the delay!

LGTM

@blaugold blaugold merged commit bafaa9d into blaugold:main Dec 11, 2023
1 check passed
@blaugold blaugold linked an issue Dec 11, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

consent info is now returning an invalid value
4 participants