1
0
Форкнуть 0
A simple native Windows Phone mobile app that has the single purpose of receiving push notifications sent from Telerik Platform.
Перейти к файлу
boevski 786b8da46c Update frontmatter.yml 2016-07-15 12:53:36 +03:00
App_Resources/icons Adding an icon for the Samples portal. 2015-12-08 09:51:08 +02:00
Windows Phone Push Subscriber Updated .NET SDK 2015-12-02 15:38:56 +02:00
.gitignore Initial commit. 2014-01-27 09:57:02 +02:00
LICENSE Added License. 2015-10-07 15:19:58 +03:00
README.md Update README.md 2015-12-10 16:37:55 +02:00
Windows Phone Push Subscriber.sln Initial commit. 2014-01-27 09:57:02 +02:00
Windows Phone Push Subscriber.v12.suo Updated .NET SDK 2015-12-02 15:38:56 +02:00
frontmatter.yml Update frontmatter.yml 2016-07-15 12:53:36 +03:00

README.md

Basic Push Notifications Sample App for Windows Phone

Overview

This repository contains a basic sample app that can receive push notifications sent from its Telerik Platform backend. It is a native app built using .NET and Visual Studio.

The sample app utilizes the Telerik Platform backend .NET SDK to connect the app to Telerik Platform.

Requirements

Before you begin, you need to ensure that you have the following:

  • An active Telerik Platform account Ensure that you can log in to a Telerik Platform account. This can be a free trial account.
  • A Telerik Platform application You can use an existing application or create a new one.
  • Microsoft Visual Studio You need it to load the Visual Studio project file.

Configuration

The sample app comes fully functional, but to see it in action you must link it to your own Telerik Platform account.

  1. Open your Telerik Platform application and go to Settings.
  2. Take note of your App ID.
  3. Open the Windows Phone Push Subscriber/ConnectionSettings.cs file in Visual Studio.
  4. Find the TelerikPlatformAppId literal and replace its value with the actual App ID that you acquired earlier.
  5. Finally, set up push notifications in your application as explained in Enabling Push Notifications.

Running the Sample

Once the app is configured, you can run it on a real device from within Visual Studio.

Push notifications are not supported when running the app on device simulators.

Ensure that the device that you are using has Internet connectivity when running the sample.