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

Prebid SDK iOS does not send OpenRTB 'hwv' object #1012

Open
takenorim opened this issue Jun 18, 2024 · 3 comments
Open

Prebid SDK iOS does not send OpenRTB 'hwv' object #1012

takenorim opened this issue Jun 18, 2024 · 3 comments
Assignees

Comments

@takenorim
Copy link

Describe the bug
I found Prebid SDK iOS does not send H/W information which is corresponding to hwv in terms of OpenRTB.

To Reproduce
Use Charles iOS app to capture traffic from actual iPhone devices.

Expected behavior
/device.hwv is sending to Prebid Server.

Additional context
It looks the Prebid SDK iOS tries to read hardware information by the following legacy logic. But, this does not work (at least my environment). Can someone confirm it with iPhone/iPad devices, please?

The following is Apple's developer guide, I'm not sure whether hw.machine still works as expected at recent iOS versions and iPhone/iPad devices.

@OlenaPostindustria
Copy link
Collaborator

Hi, @takenorim.

It turned out that the hwv field was not added to the request. I made a PR to fix this issue. The detection should work fine.

@YuriyVelichkoPI
Copy link
Contributor

@jsligh, @OlenaPostindustria can we close this issue?

@OlenaPostindustria
Copy link
Collaborator

The respective PR was merged, so I assume we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

4 participants