We are happy to announce that PubNub can now be used in Windows 10 Universal App Platform (UAP) applications. Building Windows apps with PubNub is quite easy. To follow these instructions you’ll need Windows 10 (obviously) and Visual Studio. The Visual Studio Community Edition 2015 will work fine.
PubnubWindowsStore.sln
file and right-click on PubnubWindowsStore.prj
project.You can also create your own sample project with the following steps:
Pubnub pubnub = new Pubnub("demo", "demo");
Here is a full publish and subscribe example:
Using PubNub for Win10 UAP apps is as easy as any of our other SDKs, and it works everywhere UAP apps do. We can’t wait to see what you build.
For complete documentation please see the new PubNub C# PCL SDK with tutorials for features like Presence, History, Data Streams, and more.
There are common underlying technologies for a dating app, and in this post, we’ll talk about the major technologies and designs...
Michael Carroll
How to use geohashing, JavaScript, Google Maps API, and BART API to build a real-time public transit schedule app.
Michael Carroll
How to track and stream real-time vehicle location on a live-updating map using EON, JavaScript, and the Mapbox API.
Michael Carroll