Search found 3 matches

by ManFromBozrah
Wed Sep 17, 2014 1:19 pm
Forum: .NET API
Topic: Requesting 10 capabilities, only 2 being returned
Replies: 4
Views: 34736

Re: Requesting 10 capabilities, only 2 being returned

It was a caching issue. Never mind. I'm sorry to have wasted your time with this.
by ManFromBozrah
Wed Sep 17, 2014 1:08 pm
Forum: .NET API
Topic: Requesting 10 capabilities, only 2 being returned
Replies: 4
Views: 34736

Re: Requesting 10 capabilities, only 2 being returned

The code below illustrates the issue where I'm only getting back the two capabilities. Obviously I haven't included my apikey (standard level). <%@ Page Language="C#" AutoEventWireup="true" %> <%@ Import namespace="System" %> <%@ Import namespace="System.Collections.Generic" %> <%@ Import namespace=...
by ManFromBozrah
Wed Sep 17, 2014 12:30 pm
Forum: .NET API
Topic: Requesting 10 capabilities, only 2 being returned
Replies: 4
Views: 34736

Requesting 10 capabilities, only 2 being returned

Hello, I wrote .net 2.0 code to request the following capabilities when calling GetDeviceInfo model_name,brand_name,is_smartphone,is_tablet,is_wireless_device,resolution_width,resolution_height,max_image_width,max_image_height Unfortunately, the only capabilities returned are is_wireless and is_smar...