How to retrieve game console playing time using. Net c#

76 views Asked by At

I want to build an application that counts playing time for consoles such as Ps4,5 and Xboxes. I need to connect somehow the console to .net to retrieve playing time. Any ideas?

1

There are 1 answers

1
Ibrennan208 On

Perhaps getting profile information from the source, rather than the console, would work for you.

I googled "Microsoft xbox c#" and found that Microsoft has some documentation for Xbox live services here.

I googled "Microsoft psn c#" and found that Microsoft also has some documentation for PSN here.