Search found 7 matches

by MineshNetcel
Tue Jul 09, 2013 4:35 am
Forum: .NET API
Topic: Updated my capabilities
Replies: 7
Views: 40112

Re: Updated my capabilities

Thank You Steve

Although not to worry, Found the issue was to do with caching, after clearing the browser cache the new capabilities were taking effect, while developing is their anyway to disable the cache ?

Minesh
by MineshNetcel
Mon Jul 08, 2013 4:15 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Disable caching through code
Replies: 4
Views: 11987

Re: Disable caching through code

Im facing the same problem upon changing the capabilties my methods are still returning the old values so would like someway of clearing the cache
by MineshNetcel
Mon Jul 08, 2013 4:12 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Example C# Code
Replies: 2
Views: 7799

Re: Example C# Code

In your WurflService class public DeviceInfo GetDataByRequest(HttpContextBase context) { var config = new DefaultCloudClientConfig { //ToDo: Move this to AppSettings ApiKey = "123456:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" }; var manager = new CloudClientManager(config); // Grab data var info = manager.G...
by MineshNetcel
Mon Jul 08, 2013 4:09 am
Forum: .NET API
Topic: Updated my capabilities
Replies: 7
Views: 40112

Re: Updated my capabilities

Hi i had changed to view_port width last Friday at 3pm and when testing this morning i am returning view_port width in my capabilities by code. About 10 minutes ago i changed to physical_screen_width and physical_screen_height within account settings although am still returning view_port width when ...
by MineshNetcel
Fri Jul 05, 2013 11:17 am
Forum: .NET API
Topic: Updated my capabilities
Replies: 7
Views: 40112

Re: Updated my capabilities

I can see that the WurflLastUpdate was done at 14:13 GMT although im sure i done my capability changes after this time
by MineshNetcel
Fri Jul 05, 2013 11:04 am
Forum: .NET API
Topic: Updated my capabilities
Replies: 7
Views: 40112

Re: Updated my capabilities

.Net cloud client

Thank you
by MineshNetcel
Fri Jul 05, 2013 10:50 am
Forum: .NET API
Topic: Updated my capabilities
Replies: 7
Views: 40112

Updated my capabilities

Hello,

I have updated my capabilities from
"resolution_height", "resolution_width" to
"physical_screen_width", "physical_screen_height"

although when getting the device info i am still returned with resolution_height and width, i have updated my capabilities in Account settings as well

Minesh