0

I am using 51Degree Api for one of my mobile application, and trying to retrieve mobile resolution and model number but 51degree Api property

$_51d["HardwareModel"];

not providing any information about mobile model and also for Blackberry Bold 9790 cell phone it is not giving correct Screen Size.. Using property

**
$_51d["ScreenPixelsHeight"];
**

and 

**
$_51d["ScreenPixelsWidth"];
**

** for getting Screen Size. What could be the Problem here can anybody tell me??

Ekky
  • 792
  • 4
  • 14
  • 29

1 Answers1

0

As per the rules I state that I work for 51degrees.mobi.

Are you using the Lite or Premium version of 51Degrees.mobi? "HardwareModel" is a property that is only available in our premium data set and would not be accessible if you are using the lite version. For a list of properties available to both versions please see the property dictionary.

Please can you define what you mean by not giving correct screen size. The properties that should be returned are:

ScreenPixelHeight: 360
ScreenPixelWidth: 480

Which is the same as listed on the BlackBerry website. Can you provide the User Agent you are using? Hope this helps :)

Community
  • 1
  • 1
Chris B
  • 925
  • 4
  • 14