Sravanti
Sravanti

Reputation: 1407

How to test a ".xap" file on a Windows Phone 7 device?

Please tell me step by step process for testing a .xap file on a Windows Phone 7 device?

Upvotes: 2

Views: 6084

Answers (3)

Sravanti
Sravanti

Reputation: 1407

1.Need Developer Account First.
2.Zune installation.
3.After Activation of the Account need to register your mobile using windows phone registration tool.
4.Once register your mobile you can able to test the apps in device.

Upvotes: 1

Adrian Clark
Adrian Clark

Reputation: 12499

Firstly you must ensure that you meet the following prerequisites:

  • Your Windows Phone device is developer unlocked using the Microsoft Developer Registration Tool or Chevron WP7 Labs unlocker tool.
  • You have the Zune client software installed
  • You have the Windows Phone development toolkit installed

If you have all that sorted, you can then use the Application Deployment Tool to publish your .xap file by:

  1. Connecting your phone to the computer
  2. Open the Application Deployment Tool
  3. Select "Windows Phone Device" from the drop down
  4. Select your .xap file
  5. Click Deploy

There's more information on MSDN How to: Use the Application Deployment Tool for Windows Phone

Upvotes: 8

Praetorian
Praetorian

Reputation: 109269

There are 2 ways to do this

  1. Using Visual Studio as described here.
  2. Use the Application Deployment Tool as described here.

Note that deploying to a device requires the device to be developer unlocked and registered. For this, you must first get an App Hub account.

Upvotes: 1

Related Questions