Skip to content

Backendless SDK is now available for Apple TV (tvOS) apps. Current example demonstrates how to use silent push notifications with Apple TV.

Notifications You must be signed in to change notification settings

Backendless/AppleTvPushNotificationsDemo

Repository files navigation

This project is a sample tvOS application demonstrating the usage of silent push notifications.

Attention! This demo requires a real Apple TV device running tvOS 11.0 or higher and certificate for push notifications (uploaded in Backendless console)

You can see a demo of this app in the following video.

Backendless SDK for tvOS

Follow the instructions below to clone the repo and run the app on your device:

How to Run the Project

  1. Open a Terminal window and run the following command
    git clone https://github.com/Backendless/AppleTvPushNotificationsDemo.git'
    
  2. Change the current directory to the directory of the repo by running the following command:
    cd AppleTvPushNotificationsDemo
    
  3. Install cocoapods which includes Backendless SDK and its dependendencies:
    pod install
    
    It is recommended to run the following command too to make sure you have the latest version of the pod:
    pod update
    
  4. Once all of the pods are downloaded / updated, an Xcode project workspace file is created. This is the file you use to work with your app.
  5. Open the AppleTvPushNotificationsDemo.xcworkspace file with Xcode
  6. Open the AppDelegate.swift file and change the APP_ID and API_KEY values to include yours from the Backendless Console Manage tab.

About

Backendless SDK is now available for Apple TV (tvOS) apps. Current example demonstrates how to use silent push notifications with Apple TV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published