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.