Skip to content

Commit 7740944

Browse files
Fix stale $19 Partner Center fee — account is now free (#6663)
* Fix stale $19 Partner Center fee — account is now free Partner Center developer account registration fee was waived. Update three references across publish-first-app.md and code-signing-options.md. The whats-new-individual-developer.md changelog entry ('$19 registration fee is waived') is correct as-is and left unchanged. Co-authored-by: Copilot <[email protected]> * Fix account creation links to use storedeveloper.microsoft.com onboarding entry point Per Partner Center docs in this repo, direct Partner Center navigation shows the legacy flow. The correct onboarding entry point for new accounts is storedeveloper.microsoft.com. Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent ed90df5 commit 7740944

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

hub/apps/package-and-deploy/code-signing-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Code signing options for Windows app developers
33
description: Compare code signing options for distributing Windows apps outside the Microsoft Store — including Azure Artifact Signing, OV/EV certificates, and when no signing is needed.
44
ms.topic: concept-article
5-
ms.date: 04/17/2026
5+
ms.date: 04/20/2026
66
ms.localizationpriority: medium
77
---
88

@@ -25,7 +25,7 @@ If you publish your app through the Microsoft Store, code signing is free and ha
2525

2626
Publishing through the Microsoft Store is the recommended distribution path for most Windows apps. Microsoft re-signs your package automatically, meaning users never see a SmartScreen warning and you never need to purchase or renew a certificate.
2727

28-
A one-time $19 developer account fee gives you access to [Partner Center](https://partner.microsoft.com/dashboard), where you submit your app and manage its listing.
28+
Create a free developer account at [storedeveloper.microsoft.com](https://storedeveloper.microsoft.com). After you register, use [Partner Center](https://partner.microsoft.com/dashboard) to submit your app and manage its listing.
2929

3030
[Publish your app to the Microsoft Store](/windows/apps/publish/publish-your-app/msix/create-app-submission)
3131

hub/apps/package-and-deploy/publish-first-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Your distribution path determines your code signing costs, update mechanics, how
1919

2020
[Choose a distribution path for your Windows app](choose-distribution-path.md) has a full comparison. In short:
2121

22-
- **Microsoft Store** — recommended for most apps. Free signing, built-in updates, broad discoverability, and a trusted install experience. Requires a one-time $19 [Partner Center](https://partner.microsoft.com/dashboard) developer account fee.
22+
- **Microsoft Store** — recommended for most apps. Free signing, built-in updates, broad discoverability, and a trusted install experience. Requires a free developer account — register at [storedeveloper.microsoft.com](https://storedeveloper.microsoft.com).
2323
- **Direct download** — appropriate for commercial ISVs with their own storefront, enterprise LOB apps, or apps with content the Store doesn't permit. You are responsible for signing, hosting, and updates.
2424

2525
Most new indie apps are a good fit for the Store. If you're unsure, start there.
@@ -75,7 +75,7 @@ The Store submission process runs through [Partner Center](https://partner.micro
7575

7676
**Steps at a glance:**
7777

78-
1. **Create a developer account**One-time $19 fee at [Partner Center](https://partner.microsoft.com/dashboard). The account is permanent.
78+
1. **Create a developer account**Free. Register at [storedeveloper.microsoft.com](https://storedeveloper.microsoft.com). The account is permanent.
7979
2. **Reserve your app name** — Claim your app's name in Partner Center before submission. The name is held for you during development.
8080
3. **Build and package your app** — Create an MSIX package that meets Store requirements. For Store submissions, MSIX/AppX packages don't need a CA-trusted signature — Microsoft re-signs the package with a Microsoft certificate after certification. If you distribute outside the Store using an MSI or EXE installer, Authenticode signing is recommended and expected by Windows security features.
8181
4. **Create your submission** — Upload your package, provide store listing details (description, screenshots, categories, age rating), and set pricing.

0 commit comments

Comments
 (0)