Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.25 KB

currentappsimulator_appid.md

File metadata and controls

28 lines (19 loc) · 1.25 KB
-api-id -api-type
P:Windows.ApplicationModel.Store.CurrentAppSimulator.AppId
winrt property

Windows.ApplicationModel.Store.CurrentAppSimulator.AppId

-description

Gets a simulated app ID. Since CurrentAppSimulator is intended only for testing during app development, the returned CurrentAppSimulator.AppId will contain only 0's.

Once your app is listed on the Windows Store, CurrentApp.AppId will get the GUID generated during app on-boarding and used to list your app within the Windows Store catalog.

Note

App updates or changes to the app description will not result in a change to the CurrentApp.AppId.

-property-value

The GUID that identifies the app in the Windows Store.

-remarks

Uses the AppId element in the WindowsStoreProxy.xml file as the data source for the members of the returned object. For more information, see Using the WindowsStoreProxy.xml file with CurrentAppSimulator.

-examples

-see-also