adspace
is there a way to know if my code is running on emulator or device?
Answer Posted / Bineet Kumar
In Windows Phone, you can check if the application is running on an emulator or a physical device by checking the `Deployment.Current.DevicePlatform` property. If it returns 'Emulator', then the app is running in the emulator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers