You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to ios-library/tvOSSample and remove the .sample file extension from the AirshipConfig.plist.sample file.
Open the AirshipConfig.plist file and add your development appkey under developmentAppKey and your development appsecret under developmentAppSecret. If you have production credentials, place your production appkey under productionAppKey and your production appsecret under productionAppSecret
Open tvOSSample.xcodeproj and update the bundle identifier of the tvOSSample project to match the bundle identifier of your provisioned application.
Run the tvOSSample target and enable push using the Enable Push button on the home screen, or the Push Enabled switch on the settings screen.
Please Note:
Push notifications will not function in the simulator.
Setup instructions for Cocoapods and Carthage are available in the ios-library README.