I have a windows phone 7 app which is live in store which is using DeviceExtendedProperties.GetValue("DeviceUniqueId")
to fetch id and I am updating it in store with new windows phone 8 app and using same method.
In both cases I am getting different id? I want the id to be same in both the cases.
WMAppManifest.xml -> Capabilities tab ->
switch onID_CAP_IDENTITY_DEVICE
? – Biestings