windows-store

adding drink to favorite page on click in windows store

冷暖自知 提交于 2019-12-13 19:23:43
问题 I am making an app of drinks for windows store. According to requirement user can select drink as favorite. So his favorite drinks should be shown in favorite page. So how can I add these drinks to favorite page on button click as shown in image 1 Is it possible without using database..? Any share of idea would be appreciated. I am using xml file to save data on button click I have managed to get the data from xml file in a grid on my favourite page but it is statically done by me as I had

Registering Windows Tablet 8.1 for development of Windows Store Apps

。_饼干妹妹 提交于 2019-12-13 05:20:14
问题 I am using Visual Studio 2013 Professional (with a Store developer account connected) and I have a Windows 8.1 Lenovo tablet for which I'd like to try developing Store apps. I am stuck right now because when I connect my tablet to my laptop (which has Visual Studio) using the USB port, and open "Windows Phone Development Registration" tool, my Windows tablet device is not recognized by it. Any help in letting me know what I am missing would be greatly apprciated. Thanks. 回答1: Windows systems

sqlite not recognizing generic list

荒凉一梦 提交于 2019-12-12 16:48:27
问题 On a windows store app project i get a JSON from a webservice that looks like this:http://paste2.org/jfMJ2AGA and i have these 2 classes public class media { public string id { get; set; } public string type { get; set; } public string image { get; set; } public string video { get; set; } public string snapshot { get; set; } public string url { get; set; } public string snapshot_url { get; set; } } public class artigos { public string menu { get; set; } public string submenu { get; set; }

Specifying a package identity name with Desktop App Converter

心已入冬 提交于 2019-12-12 10:23:02
问题 I am using DesktopAppConverter.exe to create an appx for Windows Store. I get the following errors on upload to MS: Invalid package identity name: XXXX (expected: 184YYY.XXX) Invalid package family name: XXX_eqm6jq3xyprpt (expected: 184YYY.XXX_eqm6jq3xyprpt) How can I specify a package identity name anf family name, I am currently using the command: DesktopAppConverter.exe -Installer C:\input\XXX.exe -InstallerArguments /VERYSILENT -Destination C:\output -PackageName "XXX"

Publishing desktop applications to windows store

こ雲淡風輕ζ 提交于 2019-12-12 03:06:44
问题 I need to know is there any way to publish traditional desktop applications to windows store. The link, http://blogs.msdn.com/b/windowsstore/archive/2012/06/08/listing-your-desktop-app-in-the-store.aspx says we cannot upload the desktop app, but we can give a url for the customers to download. I need to know, is there any way to directly upload the exe (or whatever). 回答1: Microsoft works on a tool for this aka Project Centennial which is not available for public yet. Officially from here:

Visual Studio 2013 developers license javascript error

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-12 02:32:07
问题 I have Microsoft Visual Studio 2013 installed, and I would like to start coding windows store apps. Every time I create a project, I'm getting the notification that I need a developer license. This is fine to me, so I press the 'I agree' button. After doing this, Visual Studio seems to be trying to make some connection to the web, and the next thing happening is a JavaScript error. Literally translated from Dutch it says: You need JavaScript to login to your Microsoft-account. This browser

Will Windows Phone AppData change/Deleted if I update.aapx file with .xap in to the store

≡放荡痞女 提交于 2019-12-12 01:50:12
问题 I created an universal Windows Phone application using c# xaml that have user information in the appdata ' Local ' folder. And I published it in to store. But due to some performance issue I forced to move on to silverlight for updating the application. So I need to update package .appx file with .xap file. Is that possible ? Will it delete data from Local app folder of the current user ? 来源: https://stackoverflow.com/questions/29160224/will-windows-phone-appdata-change-deleted-if-i-update

Will it be possible to install an app to the Surface without passing from Microsoft App Store?

别说谁变了你拦得住时间么 提交于 2019-12-11 09:25:22
问题 I am planning to realize apps to be used from Surface Win8 new tablet. Will it be necessary to pass from the new Windows App Store (as it happens for iOS) or will I be able to distribute the .exe without passing from Microsoft? 回答1: As far as I aquired information. There are assumptions that the standard Surface have no Desktop mode. That means the pad will be purely comparable with Android and iOS. The Pro version will instead also be delivered with desktop mode also. In normal terms "full

How Can I Launch The App-store App Directly from my Application

烂漫一生 提交于 2019-12-11 09:19:33
问题 I want to place a button or a link in my app with which the user can start the app-store and buy my app if the app is in trial mode. I can not find any relavant Information on this. How can I implement this? 回答1: MSDN documentation: Creating links with the Windows Store protocol. Alternatively, the URI for the app in the store can be accessed using the Windows.ApplicationModel.Store.CurrentApp.LinkUri property. You can then open a link to your app in the store using Windows.System.Launcher

Windows Store CurrentApp.LoadListingInformationAsync() - error 0x801900cc

末鹿安然 提交于 2019-12-11 08:33:49
问题 I have a Windows 8.1 app on the Store, but when I try to use the next piece of code for a new feature I want to add to my app var listingInfo = await CurrentApp.LoadListingInformationAsync(); I receive an error which I don't exactly know what it means. I did catch the error though and I displayed it on a MessageDialog and then I took a print screen. This is the error: We could not receive your donation due to an unexpected error: System.Exception: Exception from HRESULT: 0x801900CC at System