Use Game Manager API in a Remote Display app?

被刻印的时光 ゝ 提交于 2019-12-11 14:37:56

问题


Is it possible to use the Game Manager API (for synchronizing player data) in a Remote Display app? If there is, it doesn't seem like it is mentioned in the docs. The Game Manager API examples show that you need to use some JavaScript on the receiver end to make it work, but if you make a Remote Display app, you don't get the option to do that.


回答1:


When using the remote display, as you noted, everything is happening on your phone/tablet so you should use libraries that are available on the android side to manage your game, being Play Services libraries for games or third party libraries.



来源:https://stackoverflow.com/questions/30665226/use-game-manager-api-in-a-remote-display-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!