Photon and game center

Options
I have finished the photon part of my multiplayer game (iOS), which allows players to join / create rooms and play against each other. However, I have no login system / accounts, and I would also like to have systems for players purchasing coins which they can spend on things like character customization. I would also like a leaderboard as well. I think Game Center is best for this but I have no idea how to integrate it with my photon game, any ideas on where to start? Thanks

Comments

  • vadim
    Options
    Run Game Center client and Photon client in parallel is single app. The app can easily send data between joined room and Game Center. In such case, is there something that is not clear how to integrate?