You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
prebid-mobile-ios/PrebidMobile/PrebidMobileRendering/Utilities/PBMDeviceAccessManager.m
Lines 83 to 92 in 4020716
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.The text was updated successfully, but these errors were encountered: