-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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 mp:PhoneIdentity to stop Store from rewriting our packages #12779
Conversation
If we do not include mp:PhoneIdentity in our AppxManifest, the store will edit our package and re-sign it for distribution. When that happens, it creates a divergence: there are now two versions of our package with the same name and version number, but different contents. This breaks everything.
I'm running a test build at https://microsoft.visualstudio.com/Dart/_build/results?buildId=47119702&view=results, which I will upload to the store and re-download to verify. |
LOAD BEARING |
Confirming. The store still edits our package, and re-signs it, but Broken (1.12)
Working (1.14)
|
If we do not include mp:PhoneIdentity in our AppxManifest, the store will edit our package and re-sign it for distribution. When that happens, it creates a divergence: there are now two versions of our package with the same name and version number, but different contents. This breaks everything. **THIS IS LOAD BEARING** (cherry picked from commit 0bc66ab)
If we do not include mp:PhoneIdentity in our AppxManifest, the store will edit our package and re-sign it for distribution. When that happens, it creates a divergence: there are now two versions of our package with the same name and version number, but different contents. This breaks everything. **THIS IS LOAD BEARING** (cherry picked from commit 0bc66ab)
🎉 Handy links: |
🎉 Handy links: |
If we do not include mp:PhoneIdentity in our AppxManifest, the store
will edit our package and re-sign it for distribution. When that
happens, it creates a divergence: there are now two versions of our
package with the same name and version number, but different contents.
This breaks everything.