Question

Is there any way to add Windows Phone device in IBM Worklight Studio for testing app there itself?
(except opening project with visual studio)

Was it helpful?

Solution

It is Microsoft Visual Studio that you should use to recognize your Windows Phone 7 device, not Worklight Studio.

In Worklight Studio you:

  1. Create a new Worklight project
  2. Add an application
  3. Add the Windows Phone 7 environment
  4. Write some code...
  5. Build and deploy

In Visual Studio:

  1. It is now on you to configure your device for development
  2. Have it recognized by Visual Studio
  3. Open the generated Visual Studio project (from step 5 above) in Visual Studio
  4. And finally, build the app and run it on your device

You should read the IBM Worklight Getting Started training modules that are relevant to this environment:

Note that starting Worklight 6.1.0 (to be released in the near future), Windows Phone 7.5 support has been removed from Worklight (remaining is Windows Phone 8 for this platform).

OTHER TIPS

It sounds like you are trying to use IBM Mobile Test Workbench for Worklight (IMTWW), which is only supported on iOS and Android. See the Testing Worklight Mobile Applications with the Mobile Test Workbench module.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top