Hey guys, So I am trying to use Gamekit online. I successfully made a small peer to peer messaging application which allows you to send a small text message through bluetooth ( GKPeerPickerConnectionTypeNearby). However, I would like to be able to send a messing using the online connection type ( GKPeerPickerConnectionTypeOnline). I know you have to create you own UI for that but I guess my question is what exactly does that mean? Do you need to find a way to send the message yourself or can you use the same methods as for the nearby connection? How do you establish the connection between the two devices? A small very simple example would be greatly appericated. Thanks a lot in advanced.