Questions Regarding Player Matching System

Hello,
I am a developer currently working on developing an iPhone app for OGS. However, I have been puzzled at how to incorporate OGS Player Matching System into the application. Therefore, I wonder should I use RT or REST API to call the player matching? Otherwise, is there a way to start an OGS matching in Swift?
Thank you so much!

I could easily be wrong, but as far as I know, you have to be listening to this socket to hear about challenge system updates:

Like this:

The REST API provide means to interact (creating, accepting)

A challenge creation is a POST as per

1 Like

Maybe you should look at the code for the iOS app surround (there’s a thread for it somewhere here) AFAIK it’s open source and it integrates the matching system.

2 Likes
2 Likes

Thank you soo much!

1 Like

Thank you! It helped a lot!

1 Like