Geoff Smith
Geoff Smith

Reputation: 130

Turn Based Multiplayer Skeleton Demo App

I'm trying to get the demo app for turn based multiplayer working and I'm having an issue.

I have the code compiling and running but I'm getting this error any time I'm trying to actually connect to or create a game.

DrawingActivity(13235): Did not have warning or string to deal with: 6003

That error code corresponds to this

public static final int STATUS_MULTIPLAYER_DISABLED = 6003;

Even though under my app I have it set correctly

Google Play Game Services

I did notice there isn't an option for turn based multiplayer in the development console which is more than likely what is causing this issue. Any help or confirmation that this is an issue would be really appreciated.

Thanks!

Upvotes: 0

Views: 830

Answers (1)

user3229140
user3229140

Reputation: 26

If you go out to the app console, under MULTIPLAYER SETTINGS, there is now a setting for Turn-based multiplayer, right above Real-time multiplayer. Try setting that to ON and see if your problem is resolved.

Upvotes: 1

Related Questions