Skip to content

Maintaining data after migration from UWP to Desktop #1689

Answered by andrewleader
dajbych asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dajbych, in short - yes, your app will still have access to the same data and directory and be able to seamlessly upgrade data from UWP to WinUI 3 Desktop.

When you migrate to WinUI 3, you will want to make sure you still build a packaged MSIX app, and make sure that the identity of your app is the same (identity is specified in the manifest). As long as you have the same identity, your WinUI 3 version of your app will be able to access the exact same data your UWP app used to - simply keep using the same ApplicationData APIs!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrewleader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants