سؤال

similar question was asked here on msdn

I recently started learning Windows Store Application development using c++/cx. I got a developer account(just singed in with my outlook account when visual studio asked for a developer account) and could test most of the application i created on my Windows 8.1 PC.

I am now creating a sample application for reading SkyDrive's content for the signed-in user and displaying it on the screen. To be able to login to a Microsoft account i need to associate my sample application with Windows Store which requires a paid developer account. I had tested a similar sample app in Android which didn't require any such registration. I am wondering if there is any workaround which wouldn't require me to buy a paid developer account as i don't intend to publish any application on the store but merely want to test the Live API.

Also, if not then Why would Microsoft want the developers to pay for just testing the Apps they create which they might or might not finally submit to the Windows Store?

هل كانت مفيدة؟

المحلول 2

I found an alternative.Just download one of Microsoft's Official Sample Apps for Windows 8.1(Samples are available in C++, C#, VB and JavaScript) and modify it. The Sample Apps are already associated with Windows Store and hence would let you login to a Microsoft Account using the built-in login mechanism.

نصائح أخرى

The only way (I think) is to register App here and create not a Windows Store app, but classic Windows App. So, code base will be mostly the same. LiveSdk have no choice to set app Id or app secret in Windows Store version of Live Sdk. Alternatively, there is an ability to get free dev account via dreamspark or bizspark, but there some requirements.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top