Question

I'm using DeviceNetworkInformation.CellularMobileOperator() in my application to get the carrier information from mobiles phones, as explained on msdn.

A user has reported to me that the information he returned was a phone number.

I'm wondering if anybody else has got this bug ? It seems like a critical flaw in the Windows Phone SDK.

Was it helpful?

Solution

This function relies solely on the information the carrier provides. I used it on several phones in the US and in all cases I get the carrier name (e.g. AT&T). Apparently, some carriers set their identifier as the user phone number. This is not an SDK flaw, but rather a carrier misjudgment.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top