You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RunningOnDeviceWindows.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,10 @@ Set the Platform build target to something compatible with your device OS (typic
38
38
39
39

40
40
41
+
_Note:_ If you haven't already, you'll also need to enable Developer Mode on your device under Settings, Update & security, For developers, Developer Mode.
42
+
43
+
_Note:_ If you see `Unexpected Error: -1988945906`, check that the `Windows Phone IP over USB Transport (IpOverUsbSvc)` service is listed and running in the Services app. If the IpOverUsbSvc is not running follow the instructions listed in the forum response to [this question](https://social.msdn.microsoft.com/Forums/windowsapps/en-US/74fafd96-50cf-4d77-9d7a-41620c5487a5/uwpsdkipoverusbsvc-service-missing-in-windows-10-rc-build-10240?forum=wpdevelop) .
44
+
41
45
### Xbox
42
46
43
47
Assuming you have already [enabled Developer Mode on your Xbox](https://msdn.microsoft.com/en-us/windows/uwp/xbox-apps/devkit-activation), deploying to Xbox is easy, just follow the instructions to set up your development environment for Remote Machine deployment [here](https://msdn.microsoft.com/en-us/windows/uwp/xbox-apps/development-environment-setup).
@@ -59,15 +63,15 @@ If you generated your project using `rnpm-plugin-windows`, the solution is alrea
59
63
Before deploying with this configuration, you'll have to generate the `index.windows.bundle` file with the following command:
60
64
61
65
```
62
-
react-native bundle --platform windows --entry-file index.windows.js
66
+
react-native bundle --platform windows --entry-file index.windows.js
0 commit comments