NMNotification

Easier way to authorize and send notification


License
MIT
Install
pod try NMNotification

Documentation

NMNotification

CI Status Version License Platform

Example

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

Requirements

Installation

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

pod "NMNotification"

Then if you use the default not activated popup, please add those translation to your app and fell free to modify them:

notification.popup.not_authorized.title = "Notifications unauthorized";
notification.popup.not_authorized.message = "You need to authorize the notifications in Settings";
notification.popup.not_authorized.go_to_settings = "Go to Settings";
notification.popup.not_authorized.cancel = "Cancel";

Author

Nicolas Mahé, nicolas@mahe.me

License

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