2
votes

I am developing a Turn-Based Game Center game and wonder if it is possible to invite players via email and not only players that all ready have the game and a user-id @ Game Center?

2

2 Answers

0
votes

Turn-based games powered by GameKit require Apple-ID centric invites. You can't programmatically invite a friend, which you would need to do if you were sending out email invites.

If you want to do email-based invites, you'll have to code your own solution and only use Game Center for things like achievements and leaderboards.

0
votes

To invite a player to an online multiplayer game using Game Center, the user must have a registered Apple ID. The user must also own the game to be able to accept, however I believe the user will still receive a notification in Game Center about the invite.