We want to extendedExecutionUnconstrained for store submission also?

MangoApps 91 Reputation points
2020-03-20T13:03:47.073+00:00

I want to run the app in minimize mode also and I am submitting my app in store also..
so need to add this capability extendedExecutionUnconstrained for store also?
or no need to add this capability for store submission and app will run in minimize mode...

Just want to know because i don't want to my submission failed because of this..

Universal Windows Platform (UWP)
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Richard Zhang-MSFT 6,936 Reputation points
    2020-03-23T01:41:10.263+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    Applications that use extendedExecutionUnconstrained can run full functions even in the background, which conflicts with the default resource allocation scheme of UWP applications, so it is only suitable for personal or LOB applications.

    In the documentation, clearly state:

    > Line of business and personal UWP applications can use APIs in the Windows Creators Update (version 1703) to turn off throttling. Be aware that you can't put an app into the Microsoft Store if it uses these APIs.

    Also in this document, there is a similar description for Extended Execution:

    * > We don't recommend that you declare this capability in applications that you submit to the Microsoft Store. In most cases, the use of this capability won't be approved. *

    So when you use related capabilities, the microsoft store will most likely reject your app.

    Thanks.