windows-dev-center

How to use MSBuild to build multiple platforms

拈花ヽ惹草 提交于 2020-08-09 13:40:31
问题 I am using Visual Studio online build with an MSBuild task. I currently have the following MSBuild Arguments fed to my task: /p:Configuration=Release;AppxBundle=Always;AppxBundlePlatforms="x86|x64|ARM";AppxPackageDir="$(Build.BinariesDirectory)\AppxPackages\\";UapAppxPackageBuildMode=StoreUpload This creates my application in x86 , x64 and ARM . It creates Release version of the libraries in x86 BUT creates Debug version of my libraries in x64 and ARM . When my .appxupload package is creates

How to use MSBuild to build multiple platforms

孤人 提交于 2020-08-09 13:36:20
问题 I am using Visual Studio online build with an MSBuild task. I currently have the following MSBuild Arguments fed to my task: /p:Configuration=Release;AppxBundle=Always;AppxBundlePlatforms="x86|x64|ARM";AppxPackageDir="$(Build.BinariesDirectory)\AppxPackages\\";UapAppxPackageBuildMode=StoreUpload This creates my application in x86 , x64 and ARM . It creates Release version of the libraries in x86 BUT creates Debug version of my libraries in x64 and ARM . When my .appxupload package is creates

How to use MSBuild to build multiple platforms

吃可爱长大的小学妹 提交于 2020-08-09 13:36:11
问题 I am using Visual Studio online build with an MSBuild task. I currently have the following MSBuild Arguments fed to my task: /p:Configuration=Release;AppxBundle=Always;AppxBundlePlatforms="x86|x64|ARM";AppxPackageDir="$(Build.BinariesDirectory)\AppxPackages\\";UapAppxPackageBuildMode=StoreUpload This creates my application in x86 , x64 and ARM . It creates Release version of the libraries in x86 BUT creates Debug version of my libraries in x64 and ARM . When my .appxupload package is creates

App is not testable

随声附和 提交于 2019-12-25 19:22:28
问题 I receive the information from Microsoft: App Policies: 10.3 App Is Not Testable The app must be testable. If it is not possible to test your app for any reason, including, but not limited to, the items below, your app may fail this requirement. If your app requires login credentials, provide us with a working demo account using the Notes to Tester field. If your app requires access to a server, the server must be functional to verify that it's working correctly. If your app allows a user to

Write my own version of DebugView

为君一笑 提交于 2019-12-24 10:45:55
问题 I wrote a Windows driver (file system). All my logs print by the DbgPrint function. With the DebugView program ( Capture Kernel - on) I can see all my logs. I want to show/save its logs. So, I want to listen to kernel messages. I tried to write some: struct DbWinBuffer { DWORD dwProcessId; char data[4096 - sizeof(DWORD)]; }; DbWinBuffer* dbBuffer; HANDLE hAckEvent; HANDLE hEvent; HANDLE hSharedFile; SECURITY_DESCRIPTOR sd; SECURITY_ATTRIBUTES sa; sa.nLength = sizeof(SECURITY_ATTRIBUTES); sa

Setting up WNS service for windows phone 8 get error after add <Identity> tag

梦想的初衷 提交于 2019-12-20 05:42:09
问题 I am setting up windows phone 8.1 push notification with urbanairship. I have SID and Secret key for my app. But when i do following step mentioned in dev.windows WNS-->Live Service site: To set your application's identity values manually, open the AppManifest.xml file in a text editor and set these attributes of the element using the values shown here. my application is stop working. is any one provide me steps for set up WNS in windows phone 8.1 then it helps me a lot, I spend over the week

How to get Windows app store dev center data

允我心安 提交于 2019-12-12 09:42:49
问题 I want to know if there is a way to get details of applications posted by a developer in the windows phone store. I'm looking for mainly these details: app downloads, app crash count, user reviews, user ratings. I have a developer account and want to extract above mentioned details for my own submitted apps from dev center. The store does not provide any REST APIs to do it. Is there an easy way to do it. 回答1: Although this is an old question, there is meanwhile a better answer: Sinde 03/2016

Transparent tile but colored icon for the Windows Store

筅森魡賤 提交于 2019-12-07 06:25:59
问题 I want to have transparent square tile for my app, but in the Store it should have green background behind same icon. Is there any way to achieve that? In 8.1 we had (still have) 300x300 "App tile icon" which is used for the Store I believe, but now it seems store using image from Package.appxmanifest, and even if I explicitly set non-transparent image for "Store Logo", it doesn't work. Question is: is that at all possible to have transparent tile for start screen but solid-color background

How to get Windows app store dev center data

时间秒杀一切 提交于 2019-12-05 18:02:41
I want to know if there is a way to get details of applications posted by a developer in the windows phone store. I'm looking for mainly these details: app downloads, app crash count, user reviews, user ratings. I have a developer account and want to extract above mentioned details for my own submitted apps from dev center. The store does not provide any REST APIs to do it. Is there an easy way to do it. Although this is an old question, there is meanwhile a better answer: Sinde 03/2016 the dev center now provides a REST api to get the windows store statistics. Today Dev Center released the

Transparent tile but colored icon for the Windows Store

故事扮演 提交于 2019-12-05 11:22:33
I want to have transparent square tile for my app, but in the Store it should have green background behind same icon. Is there any way to achieve that? In 8.1 we had (still have) 300x300 "App tile icon" which is used for the Store I believe, but now it seems store using image from Package.appxmanifest, and even if I explicitly set non-transparent image for "Store Logo", it doesn't work. Question is: is that at all possible to have transparent tile for start screen but solid-color background icon in the Store? Yes, "App tile icon" is used only on Windows Phone 8.1 or earlier and in practice for