Now,my project package include two or three applications,when one of them is running,how to know itself appid ?
the information in package.appxmanifest file like this:
<Applications>
<Application
Id="App"
StartPage="default.html">
...
</Application>
<Application
Id="App"
StartPage="default.html">
...
</Application>...
</Applications>