Open takenorim opened 4 months ago
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.
@jsligh, @OlenaPostindustria can we close this issue?
The respective PR was merged, so I assume we can close this issue.
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.