I have created an GKSession and as its object is created, it starts search for availability of devices, as
- (void)session:(GKSession *)session peer:(NSStri
Once you set NSTimer to scheduleWithTimeInterval it calls it immediately. You can use
[self performSelector:@selector(doSomething) withObject:nil afterDelay:60.0f];