xbox

Can I program a hold point into an Xbox game that waits for a user's cloud data sync to complete?

眉间皱痕 提交于 2020-12-15 06:19:27
问题 Is it possible to program a startup hold into an Xbox game package that waits for the user's cloud saves to sync before continuing? I have an HTML5 game package for which I require save data to be loaded from Xbox Live which is then read from local storage (in JSON format) to populate the load screen at startup, and I also have to account for any error messages for which the user may have to respond. The game itself is started up once sync is done (but obviously not until after the legal

Minecraft 国际版 无法登录 xbox live

狂风中的少年 提交于 2020-02-29 10:35:18
这个现象可能MIUI会遇到。 现象是一直卡在登录的转圈圈界面。就算是外网也无用,迷了很久。 后来从log里面看出来了。 logcat -v time | grep com.mojang.minecraftpe 抓出下面这样一条log来 D/com.android.server.am.ExtraActivityManagerService( 1529): MIUILOG- Permission Denied Activity : Intent { act=com.microsoft.onlineid.internal.PICK_ACCOUNT dat=extras:/list/options/str/Bundle[{fl=easi2, cobrandid=90023}]/str/com.mojang.minecraftpe cmp=com.azure.authenticator/com.microsoft.onlineid.internal.ui.AccountPickerActivity (has extras) } pkg : com.azure.authenticator uid : 10169 tuid : 10281 可以看到 com.mojang.minecraftpe 尝试拉起 com.azure.authenticator/com.microsoft.onlineid

UWP app on Xbox

喜你入骨 提交于 2020-01-23 06:51:49
问题 During the events and promotions around Windows 10, I always see that the UWP apps can run on all devices from Microsoft family. To confirm that, when I am browsing for UWP apps on my browser and I click to see the source code from an app page, I am able to see the following meta data: <meta name="description" content="Download this app from Microsoft Store for Windows Phone 10, Windows 10, Surface HUB, HoloLens, other Windows devices, Xbox. See screenshots, read the latest customer reviews,

UWP Game Capture on Xbox DirectX or MMF

时光总嘲笑我的痴心妄想 提交于 2020-01-03 06:39:11
问题 I'm investigating building a "Game Capture" App that works within UWP on Xbox One, as for capturing the actual content of the screen during game-play, it appears there are two ways to go within the wider eco-system of Microsoft libraries: DirectX (Now part of Windows API) Microsoft Media Foundation With that in mind, my assumption is that DirectX is natively accessible by UWP apps via the Windows Runtime API, and aside from limitations on the DirectX feature-sets and hardware, basic APIs

Get a users Xbox Achievements list?

你说的曾经没有我的故事 提交于 2019-12-31 00:38:06
问题 Is there a way to get a user's achievements list from Xbox without dealing with screen scraping etc.? How do sites like http://www.trueachievements.com do it? (they're definitely not screen scraping as they do not have my Live ID credentials...) I know there's the Xbox LIVE Community Developer Program (XCDP) that provides some API but they do not provide achievements information as far as I can tell (links below) http://duncanmackenzie.net/Blog/put-up-a-rest-api-for-xbox-gamertag-data http:/