简体   繁体   中英

UWP. Is changing .appxmanifest triggers local app data to be removed?

I want to update my application declarations (add some new) in .appxmanifest file. Also, my application has sensible data in LocalState folder, so it cannot be lost.

The question is if I add these declarations (change .appxmanifest file) will it trigger the application reinstall and as a result data loss in LocalState folder?

I found in documentation and Q&A that changes to AppManifest can trigger app reinstall but there are no details which changes exactly will bring me to this situation.

If you change this file locally and then rebuild the project the app will be reinstalled when debugging.

Changes like these won't cause a reinstall when updates are distributed through the store.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM