Search code examples
c#windows-phone-7marketplace

Windows phone: how get current application id


Is there any way to get ID of my application in app store without hardcode? I need to use this value it self, so this way http://forums.create.msdn.com/forums/p/88847/533072.aspx will not help.


Solution

  • try this : var appId = Windows.ApplicationModel.Store.CurrentApp.AppId; it's documentation here