Detect come from background for Facebook Instant Games

117 views Asked by At

I'm building an idle game and wondering if there's anyway to know when a player returns to the game from background (without relaunching the game)? After browsing through APIs, I only found the onPause event but not resuming.

Thank you! Mars

1

There are 1 answers

0
Mars Zhu On

I couldn't find any solution through the official Facebook API. But if you are using Cocos Creator then you can listen to cc.game events.