Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1052989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:10:55+00:00 2026-05-16T17:10:55+00:00

I am developing an iPad app (the Server) which needs to communicate with up

  • 0

I am developing an iPad app (the “Server”) which needs to communicate with up to 4 iPhone/iPod Touches (the Clients). Should I create 4 GKSessions for each of the iPhones? Should I have 1 GKSession which connects all 5 devices, and if I do, will each iPhone be able to “see” the others (Ideally, this shouldn’t happen as it will keep things simple)? The apps will together be a bit like the Scrabble app for iPad (not in functionality, but in idea).

Does anyone have any gamekit sample code or good links?

I downloaded GKTank and I cannot get the iPad and iPhone to complete their connection. I even turned off wifi on both but they get stuck at waiting to connect.

  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T17:10:56+00:00Added an answer on May 16, 2026 at 5:10 pm

    i recently implemented something like this. I used this as a base and this as a good reference.

    in my ipad viewcontroller i have a button that sets up the session

    session = [[GKSession alloc] initWithSessionID:@"mySessionId" displayName:[[UIDevice currentDevice] name] sessionMode:GKSessionModeServer];
    session.delegate = self;
    [session setDataReceiveHandler: self withContext:nil];
    session.available = YES;
    

    for when you are ready for clients to connect. in the iphone remote viewcontroller i use the GKPeerPickerControllerDelegate and create a peer session when it finds your server.

    for me, walking throught the first guide helped me get connected, and the reference material helped me understand what all was going on.

    in your server, you then have your list of peers (like the the objectgraph example) that you can send messages individually to a peer, or to all peers from the server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I am developing an iPad app (the Server) which needs to communicate with
I am developing an iPad app which uses webKit to process video content. Some
I am developing an app on iPad which has only animations. I am using
We are developing an iPad app for which I am trying to use sharekit
Am developing an ipad app in which I want to pop up the MPMoviePlayer
I am developing iPad app which reads data (around 5000 rows) from sqlite and
I'm developing an iPad App for displaying PDF and presentations . but they needs
Am currently developing an iPad app which uses a UIScrollView. The UIScrollView is populated
I'm developing a iPad app which has a popover which appears to show you
i developing an iPad app in which i working with images.The application is worked

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.