windows phone 8 - DeviceExtendedProperties.GetValue throws exception ArgumentOutOfRangeException for property "IsApplicationPreinstalled" -
i want know if application preinstalled or downloaded market place on windows phone 8 platform.
boolean ispreinstalled = (boolean)deviceextendedproperties.getvalue("isapplicationpreinstalled");
application throws exception argumentoutofrangeexception - specified property not exist. documentation not indicate property deprecated. missing here ?
you need have windows phone 8 with update 3 installed. in older versions of os, argumentoutofrangeexception thrown. documentation not mention restriction.
Comments
Post a Comment