Skip to content

Commit a06b473

Browse files
committed
Squashed commit of the following:
commit 972207a3aef6888da5bd26064818e1575d58749d Author: alejogaletto <[email protected]> Date: Tue Jun 24 14:53:22 2025 +0200 Addressing warning on toc file commit d4218ea620b0d84a85b98e01d2e4ff20b3414503 Author: alejogaletto <[email protected]> Date: Tue Jun 24 14:47:20 2025 +0200 addressing feedback commit e1f81811c0cb9da0e20eaa59f88ec6b5979b0e84 Author: alejogaletto <[email protected]> Date: Tue Jun 24 13:25:22 2025 +0200 Addressing feedback commit 4c2517ada151819a6939f5c39b875d5b0a9a3988 Author: alejogaletto <[email protected]> Date: Mon Jun 23 18:54:35 2025 +0200 Adding best practices part commit 43a4c56dedc2b7355752e11632912f29dff0d0b2 Author: alejogaletto <[email protected]> Date: Mon Jun 23 17:16:54 2025 +0200 Addressing feedback and adding questions commit 1400a19af93f6d74e74448ed76437331e9b8af5a Author: alejogaletto <[email protected]> Date: Thu Jun 19 19:43:08 2025 +0100 Fixing warnings commit f97775f35582b63a1bf4650a97520459d59cfd14 Author: alejogaletto <[email protected]> Date: Thu Jun 19 19:38:18 2025 +0100 Addressing warnings commit b20f6cffc2aedb3435c6bdeda8c29cfc1e04d16f Author: alejogaletto <[email protected]> Date: Thu Jun 19 18:51:00 2025 +0100 added new file and updated toc commit d2749b80cb2630a9216ccca9bc407e9614dd165c Author: alejogaletto <[email protected]> Date: Thu Jun 19 17:13:21 2025 +0100 Adding faq section still need to review
1 parent a22813f commit a06b473

3 files changed

Lines changed: 116 additions & 7 deletions

File tree

hub/apps/publish/faq/leverage-developer-tools.md

Lines changed: 114 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.topic: faq
99

1010
This section answers frequently asked questions about using analytics in Partner Center and leveraging the Microsoft Store Developer CLI for publishing and automation.
1111

12-
---
13-
1412
<details>
1513
<summary><strong>What analytics and insights does Partner Center provide for my app after it’s published?</strong></summary>
1614

@@ -25,8 +23,6 @@ All reports can be viewed online or exported as Excel/CSV files for further anal
2523

2624
</details>
2725

28-
---
29-
3026
<details>
3127
<summary><strong>What is the Microsoft Store Developer CLI and how can it help me?</strong></summary>
3228

@@ -37,8 +33,121 @@ The **Microsoft Store Developer CLI** is a cross-platform command-line tool that
3733
- Updating Store metadata
3834
- Submitting and publishing app updates
3935

40-
This tool is particularly useful for **CI/CD pipelines**, where new builds can be automatically submitted and published. Authentication is done using Azure Active Directory credentials linked to your Partner Center account.
36+
This tool is particularly useful for **CI/CD pipelines**, where new builds can be automatically submitted and published. Authentication is done using Entra ID credentials linked to your Partner Center account.
4137

4238
Although still in preview, the CLI offers a flexible alternative to the web UI and supports scripting workflows across Windows, macOS, and Linux. To use it, developers must first configure API access with appropriate permissions. With this tool, teams can significantly streamline and scale their release operations.
4339

4440
</details>
41+
42+
<details>
43+
<summary><strong>What are product page experiments?</strong></summary>
44+
45+
Product page experiments allow you to perform A/B tests on your app’s visuals, like icons or screenshots, to see which performs best with users.
46+
47+
</details>
48+
49+
<details>
50+
<summary><strong>How do I set up product page experiments?</strong></summary>
51+
52+
Set them up via Partner Center, specify visual asset variations, and monitor their performance to select the most effective visuals.
53+
54+
</details>
55+
56+
57+
<details>
58+
<summary><strong>What is package flighting?</strong></summary>
59+
60+
Package flighting lets you distribute app updates to a selected group of users for testing, without impacting the general audience.
61+
62+
</details>
63+
64+
<details>
65+
<summary><strong>How do I create a package flight?</strong></summary>
66+
67+
Upload a package in Partner Center, select specific users for testing, and promote successful builds to all users when ready.
68+
69+
</details>
70+
71+
<details>
72+
<summary><strong>How can I use promo codes to promote my app?</strong></summary>
73+
74+
Generate promo codes in Partner Center to distribute free access to your app or add-ons for promotions, reviews, or testing.
75+
76+
</details>
77+
78+
<details>
79+
<summary><strong>What types of promo codes are available?</strong></summary>
80+
81+
Single-use codes (one redemption per user) and multi-use codes (multiple redemptions up to a defined limit).
82+
83+
</details>
84+
85+
<details>
86+
<summary><strong>What is the Microsoft Store Web Installer?</strong></summary>
87+
88+
A streamlined installer allowing users to download and install your app directly from the web without opening the Store app.
89+
90+
</details>
91+
92+
<details>
93+
<summary><strong>How can I implement the Web Installer?</strong></summary>
94+
95+
Generate a Microsoft Store badge with Web Installer integration from the Store badge generator and embed it on your site.
96+
97+
</details>
98+
99+
<details>
100+
<summary><strong>What is the Microsoft Store CLI?</strong></summary>
101+
102+
A command-line interface tool for managing Store submissions, updates, and metadata directly from your terminal or scripts.
103+
104+
</details>
105+
106+
<details>
107+
<summary><strong>Can I automate Store submissions with CLI?</strong></summary>
108+
109+
Yes, the Store CLI integrates with CI/CD pipelines, enabling automated submissions and app management.
110+
111+
</details>
112+
113+
<details>
114+
<summary><strong>What is WNS?</strong></summary>
115+
116+
WNS enables you to send push notifications (toasts, tiles, badges) to your Windows apps via Microsoft's notification infrastructure.
117+
118+
</details>
119+
120+
<details>
121+
<summary><strong>How do I send notifications using WNS?</strong></summary>
122+
123+
Acquire a channel URI in your app, authenticate with WNS via your server, and send notifications directly to user devices.
124+
125+
</details>
126+
127+
<details>
128+
<summary><strong>How should I package my app for distribution?</strong></summary>
129+
130+
Use MSIX for modern packaging, automatic updates, and full Store support, or traditional EXE/MSI for existing installers.
131+
132+
</details>
133+
134+
<details>
135+
<summary><strong>What are the advantages of using MSIX?</strong></summary>
136+
137+
Automatic updates, clean install/uninstall experiences, Store-managed hosting, and built-in signing.
138+
139+
</details>
140+
141+
<details>
142+
<summary><strong>What tools does Microsoft offer to engage customers?</strong></summary>
143+
144+
Customer segmentation, targeted push notifications via Azure Notification Hubs, promotional campaigns, and responding to user reviews.
145+
146+
</details>
147+
148+
<details>
149+
<summary><strong>Can I respond to customer reviews?</strong></summary>
150+
151+
Yes, Partner Center lets you directly respond to user reviews publicly or via email, improving user engagement.
152+
153+
</details>

hub/apps/publish/faq/manage-your-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Microsoft will validate the data you provide. Until confirmed, your payout statu
2929
<details>
3030
<summary><strong>Can I add other team members or co-developers to help manage my apps in Partner Center?</strong></summary>
3131

32-
Yes, but only for **Company accounts** (linked to Azure Active Directory). To add users:
32+
Yes, but only for **Company accounts** (linked to Entra ID). To add users:
3333

3434
1. Go to **Account settings > Users** in Partner Center.
35-
2. Add existing Azure AD users or invite others by email.
35+
2. Add existing Entra ID users or invite others by email.
3636
3. Assign them specific roles or custom permissions based on their responsibilities.
3737

3838
For example, grant permission to submit apps without making someone a full admin. **Individual accounts** do not support multiple users. Always follow the **principle of least privilege** when assigning roles.

hub/apps/publish/partner-center/troubleshoot-app-creation.md renamed to hub/apps/publish/faq/troubleshoot-app-creation.md

File renamed without changes.

0 commit comments

Comments
 (0)