appcelerator-archive / windowslib

This is a library of utilities for dealing programmatically with Windows Phone applications, used namely for tools like Titanium.
http://www.appcelerator.com
Other
4 stars 10 forks source link

[TIMOB-23879] Terminate running app at launch #58

Closed infosia closed 8 years ago

infosia commented 8 years ago

TIMOB-23879

Make sure to terminate running app on launch. Interestingly terminating app right before launch refreshes the app.

Steps to reproduce

  1. Build an app using appc run -p windows -T wp-device
  2. Once the app has launched, quit the process and leave the app open on device
  3. Make an obvious change in the app, such as changing the background color
  4. Rebuild the app appc run -p windows -T wp-device
  5. Observe the app

Expected

App should be launched with new state (new background color etc).

infosia commented 8 years ago

Can you review this @garymathews ?

garymathews commented 8 years ago

CR: PASS FR: PASS

👍