Search found 7 matches

by roey.kosovski
Sun Jun 01, 2014 10:08 am
Forum: .NET API
Topic: Exceptions in .NET API
Replies: 8
Views: 39228

Re: Exceptions in .NET API

Hi Guys

Are there any news regarding the exception I have in the .NET API?
This code was already deployed to release and I need an answer.
by roey.kosovski
Wed May 28, 2014 5:07 am
Forum: .NET API
Topic: Exceptions in .NET API
Replies: 8
Views: 39228

Re: Exceptions in .NET API

I add some debug messages and this is the UA that generate the error: Nokia311/5.0 (03.81) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/534.1+ (KHTML, Like Gecko) Version/6.0.0.141 Mobile Safari/534.1+ UNTRUSTED/1.0 It seems that I cannot get d...
by roey.kosovski
Tue May 27, 2014 7:32 am
Forum: .NET API
Topic: Exceptions in .NET API
Replies: 8
Views: 39228

Re: Exceptions in .NET API

The code is quite simple public void Init(String configFileName) { FileInfo configFile = new FileInfo(configFileName); IWURFLConfigurer configurer = new InMemoryConfigurer().MainFile(configFileName); _wurflManager = (WURFLManager)WURFLManagerBuilder.Build(configurer); } public string GetCapability(S...
by roey.kosovski
Tue May 27, 2014 5:49 am
Forum: .NET API
Topic: Exceptions in .NET API
Replies: 8
Views: 39228

Exceptions in .NET API

Hi I recently upgrade the .NET API to latest version 1.5.1 and I started to get exceptions that I didn't get with version 1.4. I'm using C++ code with com wrapper as a bridge but I didn't change any code in the com wrapper. The exception that I get is: STD: Specified argument was out of the range of...
by roey.kosovski
Thu May 08, 2014 10:02 am
Forum: Device Detection Issues
Topic: High-Accuracy mode
Replies: 6
Views: 9889

Re: High-Accuracy mode

For mobile devices, are there any differences between the 2 modes? Another question: I see different results in my unit testing for the following UA: • Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_3 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B329 Safari/8536.25 o Wurfl 1.4 ...
by roey.kosovski
Thu May 08, 2014 7:01 am
Forum: Device Detection Issues
Topic: High-Accuracy mode
Replies: 6
Views: 9889

High-Accuracy mode

I recently upgraded the .NET API from 1.4 to 1.5 and I have some questions: 1. From the wurfl documentation: This is useful for installations in which WURFL manages mixed web/mobile HTTP traffic. In High-Accuracy mode, the user agent is processed as in previous versions and ensures the most accurate...
by roey.kosovski
Tue Apr 22, 2014 4:39 am
Forum: Device Detection Issues
Topic: Getting generic_android on android 4.4 tablet device
Replies: 1
Views: 6495

Getting generic_android on android 4.4 tablet device

Hi I'm using the wurfl 1.4 .NET API and for some reason for the following user agent : Mozilla/5.0 (Linux; Android 4.4.2; Galaxy Nexus Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 I'm getting Generic Android instead of Generic Android 4.4,this UA is ...