Windows Phone (WP) Question:
Download Job Interview Questions and Answers PDF
How to identify a device or a user?
Answer:
Use Microsoft.Phone.Info.UserExtendedProperties.GetValue(“ANID”) in Microsoft.Phone.Info.dll. This is not in the MIX build. How unique is this Id? It identifies the user; so you could have a user with two phones. This is persisted across reboots, but not across factory reset (unless you reconfigure for same user).
Download Windows Phone Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain does the web browser control share the IE cache? | Tell me is there a way to detect if application is idle? |