LiveSDK初始化/登入時失敗的解決辦法

鞠強發表於2014-10-28

環境描述

Windows 8.1+VS 2013 Update3+Live SDK 5.6

Metro風格的程式,整合LIVE認證

問題描述

如下圖,提示Null Reference的異常。

image

解決辦法

就一句話,把程式與應用商店關聯起來。細節圖如下

image

image

選擇手機號

image

輸入手機上收到的code

image

輸入reserve的應用名字,這個名字可以在store裡面保留一年。

image

點選reserver之後,如下圖

image

 

 

 

 

 

 

 

然後點Associate就可以了。

image

其他

與MobileService整合,參考這裡:http://azure.microsoft.com/en-us/documentation/articles/mobile-services-windows-store-dotnet-single-sign-on/

與XAML相關的LIVE整合:http://msdn.microsoft.com/pt-PT/library/windows/apps/xaml/hh968445.aspx#signout

CanLogout一直為false或者Logout扔Null Reference異常,參考這裡:http://stackoverflow.com/questions/14491783/windows-live-sdk-doesnt-logout/14601406

很悲催的一個人,7個月了還沒搞定:https://social.msdn.microsoft.com/Forums/onedrive/en-US/756926c9-6bdb-4336-913e-b3a05bd686d9/liveauthclient-initializeasync-exception?forum=messengerconnect

相關文章