Skip to content

optimizely-campaign/episerver.push.ios.sdk

Repository files navigation

episerver.push.ios.sdk

This project is based on https://github.com/firebase/quickstart-ios/tree/master/messaging/

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Copy your GoogleService-Info.plist to the Example directory.

Open Example/AppDelegate.swift and edit the arguments passed to PushMessagingDelegate().initPushMessaging(...) such that they match your values.

Build and run the Example.

The application itself does not show anything useful, but you can read the logs and debug, if necessary to understand how the code works.

Requirements

Installation

episerver.push.ios.sdk is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'episerver.push.ios.sdk'

License

episerver.push.ios.sdk is available under the Apache 2.0 license. See the LICENSE file for more info.