Created
June 26, 2015 09:10
-
-
Save kaiinui/b7aede43094e13733d23 to your computer and use it in GitHub Desktop.
ローカル通知のしよう
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://qiita.com/caesar_cat/items/08018ab22bea27b55443 | |
https://developer.apple.com/library/ios/documentation/iPhone/Reference/UILocalNotification_Class/#//apple_ref/occ/instp/UILocalNotification/alertBody | |
http://ios-practice.readthedocs.org/en/latest/docs/notification/ | |
iOS8 以上は、ローカル通知の設定にパーミッションが必要 | |
「何分後に通知」ということができる | |
Background Fetch のハンドラーから呼べる | |
音がある通知と、音のない通知を選べる | |
タイトル、本文、アクション(スライドしてxxx)を設定できる |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment