Skip to content

Commit fd864b7

Browse files
kevinvangeldermatthargett
authored andcommitted
add some helpful Windows 10 Phone setup information (microsoft#1085)
1 parent 5312151 commit fd864b7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/RunningOnDeviceWindows.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Set the Platform build target to something compatible with your device OS (typic
3838

3939
![Deploy Device](img/DeployDevice.png)
4040

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+
4145
### Xbox
4246

4347
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
5963
Before deploying with this configuration, you'll have to generate the `index.windows.bundle` file with the following command:
6064

6165
```
62-
react-native bundle --platform windows --entry-file index.windows.js
66+
react-native bundle --platform windows --entry-file index.windows.js
6367
--bundle-output windows\myapp\ReactAssets\index.windows.bundle
6468
--assets-dest windows\myapp\ReactAssets
6569
```
6670

67-
To generate the release (minified) bundle, add the `--dev false`:
71+
To generate the release (minified) bundle, add the `--dev false`:
6872

6973
```
70-
react-native bundle --platform windows --entry-file index.windows.js
74+
react-native bundle --platform windows --entry-file index.windows.js
7175
--bundle-output windows\myapp\ReactAssets\index.windows.bundle
7276
--assets-dest windows\myapp\ReactAssets
7377
--dev false

0 commit comments

Comments
 (0)