This application is a basic example of using Push Notifications provided by Telerik Backend Services.
- Registration in Telerik Backend Services (http://www.everlive.com) and AppBuilder (http://www.icenium.com)
- The certificates required for APNS (Apple Push Notifications Service)
- Active GCM (Google Cloud Messaging) service and Google project API key
- Log in Telerik AppBuilder (Myst/Graphite) 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 EVERLIVE_API_KEY and replace it with the API Key of your 'Friends' project in Telerik Backend Services. 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.