Search found 3 matches

by digitalturbine
Mon Jun 22, 2015 9:27 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Unauthorized Capability
Replies: 1
Views: 27357

Unauthorized Capability

I have chosen 10 capabilities in my account page, including 'unique', 'pointing_method'. Each time I make a request using the .NET client I request all ten capabilities but I always get "Unauthorized Capability" for many of the capabilities. I have set the cache to NoWurflCloudCache so there is not ...
by digitalturbine
Mon Jun 22, 2015 4:33 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: .NET client and console application
Replies: 4
Views: 32659

Re: .NET client and console application

In visual studio, right click on your project and select properties.

In the properties page go to "Debug" tab and uncheck "Enabled visual studio hosting process"
by digitalturbine
Mon Jun 22, 2015 4:16 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: WURFL Cloud always returns same properties
Replies: 1
Views: 28419

WURFL Cloud always returns same properties

Our company has purchased an account. We want to use this service to detect a very wide range of user agents. However, we want to wrap WURFL Cloud API in a C# ASP.NET MVC WEB API 2 set of APIs to reduce the dependency on this service. I created a Console application and then a ASP.NET MVC applicatio...