My game is a open table so every user may join and leave anytime.
Is it supported that joining challenge after the challenge started?
Thanks a lot
Jo
Best Answer
C
Customer Support
said
over 7 years ago
Hi Jo
You can use JoinChallengeRequest to add a player to a challenge once it has started. To remove a player use Spark.getChallenge(mychallengeid).removePlayer(playerId);
Thanks Katie
1 Comment
Customer Support
said
over 7 years ago
Answer
Hi Jo
You can use JoinChallengeRequest to add a player to a challenge once it has started. To remove a player use Spark.getChallenge(mychallengeid).removePlayer(playerId);
Jo Huang
Hi,
My game is a open table so every user may join and leave anytime.
Is it supported that joining challenge after the challenge started?
Thanks a lot
Jo
You can use JoinChallengeRequest to add a player to a challenge once it has started.
To remove a player use Spark.getChallenge(mychallengeid).removePlayer(playerId);
Thanks
Katie
Customer Support
You can use JoinChallengeRequest to add a player to a challenge once it has started.
To remove a player use Spark.getChallenge(mychallengeid).removePlayer(playerId);
Thanks
Katie
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics