Skip to content

Instantly share code, notes, and snippets.

@kaiinui
Created June 26, 2015 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaiinui/b7aede43094e13733d23 to your computer and use it in GitHub Desktop.
Save kaiinui/b7aede43094e13733d23 to your computer and use it in GitHub Desktop.
ローカル通知のしよう
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