Skip to content

Commit b44475b

Browse files
authored
Update remarks on package update detection latency
Clarified the latency and detection time for package updates in the remarks section.
1 parent c531010 commit b44475b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

windows.services.store/storecontext_getappandoptionalstorepackageupdatesasync_399599716.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,14 @@ An asynchronous operation that, on successful completion, returns a collection o
1818
## -remarks
1919
For more information about using this method, including a code example, see [Download and install package updates for your app](/windows/uwp/packaging/self-install-package-updates).
2020

21-
There is a latency of up to a day between the time when a package passes the certification process and when the GetAppAndOptionalStorePackageUpdatesAsync method recognizes that the package update is available to the app.
22-
2321
After you call GetAppAndOptionalStorePackageUpdatesAsync to determine which packages have updates available, you can call [RequestDownloadStorePackageUpdatesAsync](storecontext_requestdownloadstorepackageupdatesasync_889669938.md) to download the updated packages or you can call [RequestDownloadAndInstallStorePackageUpdatesAsync](storecontext_requestdownloadandinstallstorepackageupdatesasync_1750789617.md) to download and install the updated packages.
2422

2523
> [!IMPORTANT]
2624
> Optional packages and downloadable content (DLC) packages are not available to all developer accounts.
2725
2826
## Update availability
2927

30-
The time before this method detects a newly published update can vary. Most updates appear within a few hours, but some publishing and distribution steps may take longer to finish in certain cases. Because of this variability, the maximum detection time can reach up to a day.
31-
32-
After you certify and publish an app update in Partner Center, the update goes through a short propagation period before this method can recognize it. During this period, the update may not appear immediately.
28+
After you publish an app update in Partner Center, there can be a short delay between when the package passes certification and when the GetAppAndOptionalStorePackageUpdatesAsync method recognizes that the update is available. Most updates become available within a couple hours, but some publishing and distribution steps may take longer to finish in certain cases.
3329

3430
### Detection frequency
3531

0 commit comments

Comments
 (0)