Skip to content

Commit

Permalink
fixed Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonred committed Dec 14, 2012
1 parent 76dc96f commit d518eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monotouch/README.md
@@ -1,11 +1,11 @@
# PubNub 3.3.0.1 Web Data Push Cloud-Hosted API - C# Mono 2.10.9 # PubNub 3.3.0.1 Web Data Push Cloud-Hosted API - C# Mono 2.10.9
##PubNub C Sharp (MonoTouch Usage ##PubNub C Sharp (MonoTouch Usage)


For a quick video walkthrough, checkout https://vimeo.com/54805916 ! For a quick video walkthrough, checkout https://vimeo.com/54805916 !


Open 3.3.0.1/PubNub-Messaging/PubNub-Console/PubNub-Messaging.csproj. Run the project in the simulator to see a working example. The main functionality lies in the pubnub.cs file. Open 3.3.0.1/PubNub-Messaging/Pubnub-Messaging/PubNub-Messaging.csproj. Run the project in the simulator to see a working example. The main functionality lies in the pubnub.cs file.


3.3.0.1/PubNub-Messaging/PubNubTest contains the Unit test cases. Run the project to see the unit test results, 3.3.0.1/PubNub-Messaging/Pubnub-Messaging.Tests contains the Unit test cases. Run the project to see the unit test results,


Please ensure that in order to run on Mono the constant in the pubnub.cs file should be set to "true" Please ensure that in order to run on Mono the constant in the pubnub.cs file should be set to "true"
OVERRIDE_TCP_KEEP_ALIVE = true; OVERRIDE_TCP_KEEP_ALIVE = true;
Expand Down

0 comments on commit d518eaa

Please sign in to comment.