Hi,
Is there anything that can be done so that if a user's device (ios) goes to sleep the server connection won't be cut? or to reconnect quickly continuing where the player left off?
-JJ
Forum ‹ Mobile ‹ Device going to sleep
2 posts
• Page 1 of 1
Re: Device going to sleep
On android you can keep it alive, on iOS you are out of options.
As for picking up: sure, just have a state management which allows the client to tell the game room where it was to continue from that point onward. Depending on what you do this will require a state history to 'fast forward' the user to the current state
As for picking up: sure, just have a state management which allows the client to tell the game room where it was to continue from that point onward. Depending on what you do this will require a state history to 'fast forward' the user to the current state
- dreamora
- Posts: 224
- Joined: March 2nd, 2012, 9:58 am
2 posts
• Page 1 of 1