Questions tagged [live-connect-sdk]

An open source framework that connects mobile apps with multiple TV platforms.

Because most TV platforms support a variety of protocols, Connect SDK integrates and abstracts the discovery and connectivity between all supported protocols.

To discover supported platforms and protocols, Connect SDK uses SSDP to discover services such as DIAL, DLNA, UDAP, and Roku's External Control Guide (ECG). Connect SDK also supports ZeroConf to discover devices such as Chromecast and Apple TV. Even while supporting multiple discovery protocols, Connect SDK is able to generate one unified list of discovered devices from the same network.

To communicate with discovered devices, Connect SDK integrates support for protocols such as DLNA, DIAL, SSAP, ECG, AirPlay, Chromecast, UDAP, and webOS second screen protocol. Connect SDK intelligently picks which protocol to use depending on the feature being used.

53 questions
0
votes
1 answer

How to dowload/upload file onto a users onedrive

I am in a Highschool club where we create windows store apps. I am in charge of the code that allows the user to either download files from their online onedrive storage, or upload files. So far I have successfully logged the user in and gained…
Tyler Jones
  • 424
  • 2
  • 10
  • 24
0
votes
2 answers

test live connect application without a paid developer account

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…
0
votes
0 answers

Server-side Single sign-on with Live Connect API

Assuming I get user's email and password in a variable, how do I authenticate on Live Connect on behalf of this user who consent to grant me with permissions to access his information ? Is it possible to perform this by only using REST…
0
votes
1 answer

How to download and upload file to SkyDrive via Live Connect SDK

I have an app that I want to download & upload a simple .txt file with a URL inside. I have downloaded Live Connect SDK V5.4, referenced the documentation, but it appears that the documentation is incorrect. The sample code uses event handlers for…
Bailey Stein
  • 331
  • 2
  • 12
0
votes
1 answer

Error When uploading file with BackgroundUploadAsync in WP8?

I want to upload my recorded file to skydrive and I am using these codes For recording; void StopRecording() { // Get the last partial buffer int sampleSize = microphone.GetSampleSizeInBytes(microphone.BufferDuration); byte[]…
0
votes
1 answer

Downloading the content of "Text" file from skydrive using LiveConnectAPI

I am downloading a text file from skydrive using LiveConnectAPI for my windows phone 7 app The Text file contains the XML data that i need to write in my IsolatedStorage The Problem is when i download the file from the skydrive and write to the…
0
votes
2 answers

NullReferenceException while calling LoginAsync

In my WinRT app, I want the user to connect to his Hotmail account to access to his contacts. I use the Hotmail API from the Live Connect SDK from Microsoft. To establish the connection, I use this sample of code of the same documentation. if…
0
votes
1 answer

How to integrate the livesdk messenger in my app in windows phone using c#.net

In my windows phone app, I want to allow the exchange of information between other users of the same app and that information will be used in creating certain records. does the livesdk supports the messaging through code in windows phone ?
1 2 3
4