-
Notifications
You must be signed in to change notification settings - Fork 510
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
Add guidance about updating store PWAs #2848
Conversation
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Writer/Editor review pass, main pass.
Co-authored-by: Michael Hoffman <v-mihoffman@microsoft.com>
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Writer/Editor pass, 2nd review: approved
@LuHuangMSFT I just pushed a new commit where I removed url handling and mentioned scope extensions instead. Let me know what you think. |
Learn Build status updates of commit 498364d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Content about out-of-scope UI, scope extensions, and package update all look good to me. |
This PR adds some guidance about when you need to update your store app when you make changes to your PWA. Specifically, the guidance is to update the app package in the store for any change made to the web app manifest, because the information in the manifest is copied over to the msix bundle for better integration with windows.
Fixes #2828.
AB#46747708