Open PubnubWindowsPhone.sln and the .xaml files(MainPage.xaml, PubnubOperation.xaml, PubnubDemoStart.xaml, PubnubTimeoutSettings.xaml, PublishMessageUserControl.xaml, UserStateUserControl.xaml, WhereNowUserControl.xaml, HereNowOptionsUserControl.xaml, ChangeUUIDUserControl.xaml ) should demonstrate all functionality, asynchronously using callbacks/delegates. You can also view and inspect the tests for additional insight.
To compile windows phone 7.1 project, ensure that "WP7" is added as conditional compilation symbol in addition to WINDOWS_PHONE under project properties -> Build -> General
- Open up the solution file
- Right click on PubnubWindowsPhone project, and set as Startup Project
- Build the project.
- CTRL-F5 or F5 to run it.
- Demo will run on windows phone emulator
- Open up the solution file
- Right click on PubnubWindowsPhone.Test project, and set as Startup Project
- Build the project.
- CTRL-F5 or F5 to run it.
- Demo will run on windows phone emulator
Report an issue, or email us at support if there are any additional questions or comments.