【UWP开发】Unity如何使用UWP接入xbox live

本文档提供了解决Xbox Live登录问题的方法,并介绍了如何通过代码使用深链接来导航到Xbox游戏中心的不同页面,如成就、排行榜等。
●无法登录xbox live
您目前无法登录Xbox Live。请稍后再试。
0x8015DC19
使用{*SDK source root*}\Tools\XboxLiveAccountTool.exe工具切换环境有时候会不成功,
需要用管理员运行CMD再运行下{*SDK source root*}\Tools\SwitchSandbox.cmd <your sandbox ID>

●上面步骤完成了还是没法登录
XDP后台没有把sandbox发布

可以查看XboxLiveSDK_uwp.chm里面的using xbox live下的Troubleshooting Xbox Live

●如何跳转到xbox的成就/排行榜等其他界面(Win10和xbox通用)
在代码中使用打开网址函数,调用链接为:xbox-gamehub:achievements?titleId=xxxxx
ms-windows-store://home  打开win10应用商店
Application.OpenURL("xbox-gamehub:achievements?titleId=xxxxx");

Deep linking to your Game Hub
Your game hub is a single destination on Xbox Live that has lots of information around your game. It’s where Xbox displays your game’s achievements, stats, leaderboard, game clips, your game’s activity feed and more. 


From within your title or related companion app, you can link to your game hub to let Xbox take care of displaying these experiences related to your game. 


To link to a game hub, use the following deep link format: xbox-gamehub:?titleId=12345 


This will launch to the default page for your game hub (currently the Info tab). This format is consistent between Xbox One and Windows 10, so cross platform games can use the same deep link format on both platforms. 


Optionally, go to a specific tab, you can use these:


Info tab 
This tab currently displays your game’s box art and description. It also has some quick action buttons to Follow, Launch, or Buy your game. 
To launch to this tab: xbox-gamehub:info?titleId=12345 


Activity Feed tab 
This tab currently displays your game’s activity feed and showcased feed item. Your activity feed is your way to reach out to your game’s players on Xbox Live. Your showcase is a special highlighted activity feed item for you to really call attention to an individual message. 
To launch to this tab: xbox-gamehub:activityFeed?titleId=12345 


Achievements tab 
This tab currently displays the user’s progress in your game’s achievements, hero stats, and hero stat leaderboards. 
To launch to this tab: xbox-gamehub:achievements?titleId=12345 


Friends tab 
This tab currently displays content related to your friends playing this game. 
A Joinable section highlighting if your friends are currently playing or broadcasting this game. 
A list of your friends who play this game. 
A list of popular broadcasters and game clip creators creating content around your game. 
To launch to this tab: xbox-gamehub:friends?titleId=12345 


Captures tab 
This tab currently displays a list of trending game clips and screenshots the community is creating in your game. 
To launch to this tab: xbox-gamehub:captures?titleId=12345 
Media App Details

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

鱼蛋-Felix

如果对你有用,可以请我喝杯可乐

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值