/JRMPush

Show a web page when a push is received with a URL in its metadata.

Primary LanguageObjective-CMIT LicenseMIT

JRMPush

Version License Platform Build Status

Usage

Install this library through CocoaPods and then replace your app code which handles the push notification userInfo dictionary with

[[JRMPushHandler sharedInstance] handlePush:userInfo].

JRMPushHandler is documented here.

Requirements

requires 'SVWebViewController', '~> 1.0'

Installation

JRMPush is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "JRMPush"

Author

David Olesch, david@jackrabbitmobile.com

License

JRMPush is available under the MIT license. See the LICENSE file for more info.