Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. [PubNub subscribeOnChannel:[PNChannel channelWithName:@"my_channel" shouldObservePresence:YES]];
  2.  
  3. [[PNObservationCenter defaultCenter] addMessageReceiveObserver:self withBlock:^(PNMessage *message) {
  4. //identification code here
  5. }];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement