Page 1 of 1
New Capabilities from API 1.5 ?
Posted: Fri Oct 11, 2013 11:39 am
by guillaume.boissiere
I'm trying to select some of the new capabilities listed in this blog:
http://www.scientiamobile.com/blog/post ... 0-86429417
And I can't see this capabilities:
- advertised_device_os
advertised_device_os_version
advertised_browser
Are these capabilities in the Cloud Client service?
Re: New Capabilities from API 1.5 ?
Posted: Mon Oct 14, 2013 6:49 pm
by kamermans
Our blog post beat our implementation team by a couple days - sorry about that!
The WURFL Cloud service is being updated now and you will be able to select the new capabilities within the hour.
Re: New Capabilities from API 1.5 ?
Posted: Tue Oct 15, 2013 5:47 am
by guillaume.boissiere
Thanks, but there is a problem:
I'm using made a test using Google Chrome, Mozilla Firefox and IE and the
advertised_browser always return Safari:
Code: Select all
array(11) {
["id"]=>
string(19) "generic_web_browser"
["brand_name"]=>
string(19) "generic web browser"
["model_name"]=>
string(0) ""
["device_os"]=>
string(0) ""
["mobile_browser"]=>
string(0) ""
["advertised_browser"]=>
string(6) "Safari"
["is_full_desktop"]=>
bool(true)
["is_smartphone"]=>
bool(false)
["is_tablet"]=>
bool(false)
["resolution_width"]=>
string(0) ""
["resolution_height"]=>
string(0) ""
}
Re: New Capabilities from API 1.5 ?
Posted: Tue Oct 15, 2013 7:45 am
by kamermans
Thanks for the info - there may be a cache-related issue that is causing this on our side. We are looking into it and will let you know when we determine the cause.
Re: New Capabilities from API 1.5 ?
Posted: Tue Oct 15, 2013 8:58 am
by kamermans
We've made some changes to the way these capabilities are cached, and pushed them live, so everything should be working properly now.
Re: New Capabilities from API 1.5 ?
Posted: Tue Oct 15, 2013 9:14 am
by guillaume.boissiere
It works now. Thanks.
