Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App self-restart on Crash #66

Open
VladimirAkopyan opened this issue Sep 30, 2017 · 3 comments
Open

App self-restart on Crash #66

VladimirAkopyan opened this issue Sep 30, 2017 · 3 comments

Comments

@VladimirAkopyan
Copy link
Member

Simple - make the app restart itself on crash. That would allow the app to be viable outside Assigned Access mode.
It also appears that Assigned Access no longer guarantees that the app will stay running - in recent testing it no longer gets restarted.

This will stop Microsoft laughing on it;s way to the bank.

https://blogs.windows.com/buildingapps/2017/07/28/restart-app-programmatically/#oqBqvmQP6WVLW6xY.97

https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.core.coreapplication#Windows_ApplicationModel_Core_CoreApplication_RequestRestartAsync_System_String_

@VladimirAkopyan VladimirAkopyan modified the milestones: 1.7, 1.8, 1.9 Sep 30, 2017
@VladimirAkopyan
Copy link
Member Author

Realised that this is important - you can't have the app crash on you, and leave no data being captured. and that it's easy to accomplish.

@VladimirAkopyan
Copy link
Member Author

this is blocking #60

@VladimirAkopyan
Copy link
Member Author

 await CoreApplication.RequestRestartAsync(payload);

Will be present after anniversary update:
https://docs.microsoft.com/en-us/uwp/api/Windows.ApplicationModel.Core.CoreApplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant