Skip to content

Commit

Permalink
emoji string test
Browse files Browse the repository at this point in the history
  • Loading branch information
geremy cohen committed Sep 28, 2012
1 parent 1073d49 commit 8dde0ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion objective-c/3.3/Pubnub/iPhoneTest.m
Expand Up @@ -49,7 +49,7 @@ - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interface
- (IBAction)StringPublish:(id)sender { - (IBAction)StringPublish:(id)sender {


NSLog(@"-----------PUBLISH STRING----------------"); NSLog(@"-----------PUBLISH STRING----------------");
NSString * text=@"Hello World"; NSString * text=@"🍄🍷🍒🐢🍕👰🍪🐼👬🔪🍄🍼🙋🙍🙎🌽🔮 🎮🐝🐞👓🔋📌👛🍗💬🍭🍆🍌🌎💸🎼🍤🐣";
[pubnub publish:[NSDictionary dictionaryWithObjectsAndKeys:@"hello_world",@"channel",text,@"message", nil]]; [pubnub publish:[NSDictionary dictionaryWithObjectsAndKeys:@"hello_world",@"channel",text,@"message", nil]];
} }


Expand Down

0 comments on commit 8dde0ab

Please sign in to comment.