#1
QuoteDisplay MoreRequirements
A Windows Phone app is deactivated when the
user presses the Start button or if the device
timeout causes the lock screen to engage. A
Windows Phone app is also deactivated with it
invokes a Launcher or Chooser API.A Windows Phone OS 7.0 app is tombstoned
(terminated) when it is deactivated. A Windows
Phone OS 7.1 or higher app becomes Dormant
when it is deactivated but can be terminated by
the system when resource use policy causes it to
tombstone.When activated after termination, the app must meet the requirements in Section 5.2.1 - Launch
time.Expected Result
Test Process Required
1. Launch your application.
2. Deactivate the application using the Start
button.
3. Launch your application again.
4. Verify that the application launches normally
within 5 seconds, and is responsive within 20
seconds of launching.
5. If your application includes pause
functionality, pause the application.
6. Launch your application again.
7. Verify that the application launches normally
within 5 seconds, and is responsive within 20
seconds of launching.Comments: When the user deactivates the application, the application does not reactivate when the user presses the
device Back button immediately or after waiting for ten seconds.
Steps to Reproduce:
1. Launch the application.
2. Deactivate the application by pressing the Start button, Bing button, or Power button.
3. Press the device Back button immediately or after waiting for ten seconds to reactivate the application.
4. Observe the application does not respond to user input.
#2
QuoteDisplay MoreRequirements
Pressing the Back button from the first screen of
an application must close the application.Comments: Pressing the device back button has no effect on the application.
Steps to Reproduce:
1. Launch the application.
2. Press the device Back button.
3. Observe the application does not respond.
This occurs on every page of the application.
This is the first submission of the application.
#3
QuoteDisplay MoreRequirements
For Windows Phone OS 7.0 and Windows Phone
OS 7.1
An app must not exceed 90 MB of RAM usage,
except on devices that have more than 256 MB of
memory.
You can use the DeviceExtendedProperties and
DeviceStatus classes to query the amount of
memory that your app is using, and to adjust
behavior based upon the memory available on the
device.
For more info on memory requirements for
Windows Phone, see App memory limits for
Windows Phone 8.Comments: The application terminates unexpectedly on devices with 256-MB of memory.
Steps to reproduce:
1. Launch the application.
2. Tap "bounty list" button.
3. Observe the application unexpectedly terminates.
Only occurs on Windows Phone 7 devices with 256-MB of memory.
#1 I have no idea how I can deal with this. any Windows Phone experts have any advice?
#2 another phone physical button issue. basically the same as #1 from what I can tell
#3 is a memory management issue that I know how to fix: I'll completely remove this extra feature from the game. good work, Microsoft!