views:

19

answers:

1

For example

  1. 2 iPhones are running 2 different apps.
  2. 1 iPad and 1 iPhone are running the same app.
  3. 1 iPad and 1 iPhone are running 2 different app.

Does it has to be same devices running same apps?

I've never tried this. Hope someone can tell me.

+1  A: 

The short answer is "Yes" for some scenarios described.

For your examples:

  1. Yes, but you need to do some serious coding to have both apps use same sessionID. Default is to use the appID in the bundle.
  2. Yes, default behavior should work for you.
  3. As with #1.

You should review the docs on GameKit for implementing a server/service and peering.

Chip Coons
Thanks, I will have a look at that docs
owen