Search found 3 matches

by despos
Tue Jun 02, 2015 2:43 pm
Forum: .NET API
Topic: The Free version of API is not working with .NET 2.0
Replies: 10
Views: 42404

Re: The Free version of API is not working with .NET 2.0

It seems a plain error while the API attempts to deserialize the JSON content of the cookie being issued by the cloud API. Deserialization is done via Newtonsoft.JSON and to my best knowledge that's the main difference between the API for .NET 2 and .NET 4. You mention some replacement you did on th...
by despos
Thu May 16, 2013 3:15 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Example C# Code
Replies: 2
Views: 7799

Re: Example C# Code

Once you've got a successful return value from GetDeviceInfo, it is as simple as: var resolution = info["resolution_width"]; Note that resolution is a string in the form of WIDTH x HEIGHT. This means that you may need to parse it to numbers for further processing. If you want to call another capabil...
by despos
Fri Nov 16, 2012 2:50 am
Forum: .NET API
Topic: NuGet problems and missing signature
Replies: 4
Views: 36167

Re: NuGet problems and missing signature

The public key token is the same as version 1.4.1 as it depends on the key used to sign assemblies. Add this to the file name and it should work:

PublicKeyToken=816aeec277aa13b9