Search found 3 matches

by romaxion
Wed Jan 27, 2016 2:31 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: device_os_version value type
Replies: 4
Views: 33646

Re: device_os_version value type

Thanks, Aaron.

I am already casting it, of course.
I wanted to make sure we would not find there another value type tomorrow (since it does not conform to the spec today).

Thanks,
Roman
by romaxion
Wed Jan 27, 2016 1:00 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: device_os_version value type
Replies: 4
Views: 33646

Re: device_os_version value type

Hi Aaron, According to the both sources ( http://scientiamobile.com/wurflCapability and http://scientiamobile.com/download/capabilities.json ) the type of the `device_os_version` must be string. From http://scientiamobile.com/download/capabilities.json "name": "device_os_version", "description": "Wh...
by romaxion
Tue Jan 26, 2016 5:16 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: device_os_version value type
Replies: 4
Views: 33646

device_os_version value type

Hi, According to the spec (http://scientiamobile.com/wurflCapability) device_os_version value is string. I use java client and get double when the value is set and string ("") when it is not. Log snippets: double example: [INFO] 01:03:57.482 [388357135@qtp-404214852-0] INFO c.s.wurflcloud.CloudClien...