• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Bluetooth failure
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bluetooth failure


  • Subject: Re: Bluetooth failure
  • From: Alexander Spohr <email@hidden>
  • Date: Sat, 12 Dec 2009 14:24:36 +0100

As far as I know, the Simulator has no GameKit as it does not exist under Mac OS. So this can not work. Therefore your problem is not the iPod but the Mac.
You need two iPhones/iPods to do GameKit tests.

	atze


Am 12.12.2009 um 01:42 schrieb Development:

> I have a Gen 2 iPod and the simulator trying to share data over bluetooth I am using the standard GK routines. However the iPod cannot see the simulator and the simulator, though it can see the ipod, as soon as I try to connect I get the error in the connect screen :"Connection Lost"
>
> when i log the error this is the error data : com.apple.gamekit.GKSessionErrorDomain Code=30505 UserInfo=0x1420f30 "Failed while pending outgoing invitation."
>
> Basically I'm almost thinking that there is something wrong with the iPod's bluetooth since it appears blind and cannot accept connections. None of the connectivity routines are ever called in the code.
>
> - (void)session:(GKSession *)session didReceiveConnectionRequestFromPeer:(NSString *)peerID
> {
> 	NSLog(@"Connections request from: %@ to session: %@",peerID,session);
> 	[session acceptConnectionFromPeer:peerID error:nil];
> //
>
> }
>
> is never called on the iPod even though I am attempting to connect._______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Bluetooth failure
      • From: Rob Keniger <email@hidden>
    • Re: Bluetooth failure
      • From: Development <email@hidden>
References: 
 >Bluetooth failure (From: Development <email@hidden>)

  • Prev by Date: Re: Additional action when a view's value changes (Cocoa Bindings)
  • Next by Date: Re: NSUserDefaults Croaks on Dictionary Containing NSNumber as Key
  • Previous by thread: Bluetooth failure
  • Next by thread: Re: Bluetooth failure
  • Index(es):
    • Date
    • Thread