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
votes
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.