Skip to content

Commit 73b83c2

Browse files
Merge pull request #2516 from fractalguy/patch-1
Enhance documentation for app update availability and detection limits
2 parents 74fe720 + b44475b commit 73b83c2

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

windows.services.store/storecontext_getappandoptionalstorepackageupdatesasync_399599716.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,26 @@ 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
26+
## Update availability
27+
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.
29+
30+
### Detection frequency
31+
32+
This API limits how often it checks for new updates. When an app calls the method more frequently than the allowed rate, the method returns the last known status instead of performing a new check.
33+
34+
The current limits are:
35+
36+
- No more than one check every 30 minutes.
37+
- No more than ten checks within any 24-hour period.
38+
39+
If an app exceeds these limits, the method continues returning the previous status until the applicable time window passes.
40+
2841
## -examples
2942

3043
## -see-also

0 commit comments

Comments
 (0)