From c3f7dd9eabc198b6508477212de2608898b63fe7 Mon Sep 17 00:00:00 2001 From: Dave Voyles Date: Fri, 22 Dec 2023 11:11:19 -0500 Subject: [PATCH] Update manage-app-submissions.md Per this IcM, we've received a request to update the docs to include details on the isSeekEnabled property https://portal.microsofticm.com/imp/v3/incidents/incident/447799080/summary --- uwp/monetize/manage-app-submissions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/uwp/monetize/manage-app-submissions.md b/uwp/monetize/manage-app-submissions.md index 2c945567af..30d0a22046 100644 --- a/uwp/monetize/manage-app-submissions.md +++ b/uwp/monetize/manage-app-submissions.md @@ -356,6 +356,7 @@ This resource has the following values. | allowTargetFutureDeviceFamilies | object | A dictionary of key and value pairs, where each key is a [Windows 10 and Windows 11 device family](/windows/apps/publish/publish-your-app/price-and-availability?pivots=store-installer-msix) and each value is a boolean that indicates whether your app is allowed to target the specified device family. | | friendlyName | string | The friendly name of the submission, as shown in Partner Center. This value is generated for you when you create the submission. | | trailers | array | An array that contains up to 15 [trailer resources](#trailer-object) that represent video trailers for the app listing.

| +| isSeekEnabled | boolean | For IngestionAPI when "IsSeekEnabled" property on the Rollout Entity for the flight is set to true (which is same as the checking the check box on the UX for "Always provide the newest packages when customers manually check for updates") and if the user is not part of the staged rollout (% rollout) and if the user check for the updates, then the latest version will be installed for the user. |