This application is a basic example of using Push Notifications provided by Telerik BackEnd Services.
- Registration in Telerik BackEnd Services (http://www.telerik.com/backend-services) and Telerik AppBuilder (http://www.telerik.com/appbuilder)
- The certificates required for APNS (Apple Push Notifications Service)everl
- Active GCM (Google Cloud Messaging) service and Google project API key
- Log in Telerik AppBuilder and clone the repository.
- Open the main.js file located in the '/scripts/app' folder.
- Locate the string GOOGLE_PROJECT_NUMBER and replace it with your Google project number. More details on obtaining the project number can be found here: https://developers.google.com/console/help/#projectnumber
- Locate the string BAAS_API_KEY and replace it with the API Key of your 'Friends' project in Telerik BackEnd Services portal. It can be found in the API Keys section.
- Enable Push Notifications in Telerik BackEnd Services. Go to your project settings and in the Push Notifications section activate the push providers.
- Deploy the project to mobile device and run it.