Page 1 of 1

WURFL.js can't detect IOS version

Posted: Thu Aug 06, 2015 9:30 am
by CPeComm
Hello,
We using WURFL.js Business Edition (Standard Plan) with following code on our site:

Code: Select all

<script type='text/javascript' src="//wjs.wurflcloud.com/wurfl.js"></script>
    <script>
      
        console.log('model_name', WURFL.model_name);
        
        console.log('advertised_device_os_version', WURFL.advertised_device_os_version);
        console.log('advertised_device_os', WURFL.advertised_device_os);
</script>
On iphone 6 8.2 I got following result
model_name iPhone 6
advertised_device_os_version null
advertised_device_os null
The same on iphone 5s with IOS 8.1.
IPhone 6 user agent string is "Mozilla/5.0 (iPhone; CPU iPhone OS 8_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12D508 Safari/600.1.4"

Re: WURFL.js can't detect IOS version

Posted: Thu Aug 06, 2015 2:12 pm
by Elliotfehr
Hello,

Thank you for letting us know. We will be pushing an update for this within the next few days and I will let you know as soon as it is available.

Thank you,

Elliot

Re: WURFL.js can't detect IOS version

Posted: Fri Aug 07, 2015 2:22 pm
by Elliotfehr
Hello,

We have released an update to the service that corrects this issue for select iOS devices. Please let me know if you continue to experience any further issues.

Thank you,

Elliot