Sign In Register

How can we help you today?

Real Time

How do I get access to Metadata and Runtime collections from Cloud Code Real-Time script?
To access the Metadata and Runtime Collections you would need to use a custom LogEventRequest which retrieves the data you require and then send it from with...
Tue, 5 Mar, 2019 at 4:19 PM
Is there a Real-Time example available?
You can find a complete GameSparks Real-Time example here.
Wed, 17 Oct, 2018 at 3:11 PM
How do I disconnect a player from a Real-Time session?
This can be done via cloud code by sending a LogEventRequest to the Request Api. Within the request you can do the following: Spark.getMultiplayer().cancel...
Tue, 5 Mar, 2019 at 4:25 PM
How do I create a Real-Time game from scratch?
Please see our Real-Time game example tutorial here
Wed, 10 Oct, 2018 at 4:17 PM