restrict the windows phone app for specific devices
问题 i want my application should work on specific devices\OS like "Lumia 650"\"windows phone 8", this is my project requirement. Is it possible ? if yes where should I mention the details ? 回答1: It is not a problem to restrict Windows Phone 8. You just need to build it targeting Windows Phone OS 8.0. For the device model you do something like this in the App.xaml.cs private void Application_Launching(object sender, LaunchingEventArgs e) { var deviceName = DeviceExtendedProperties.GetValue(