ios - iOS8 query notification style setting -


i voted this duplicate it's on 2 years old don't think gets seen. asking again, sorry if that's bad practice.

in ios8 app want display notifications occur while app running in similar style how displayed when app isn't running. in order this, need know system setting is. have seen these:

currentusernotificationsettings - lets me states of sounds/badge/alert options... on/off options. not actual style: none, banner, alert.

isregisteredforremotenotifications - again, lets me check if enabled, not style.

just trying give consistent experience notifications, not based on if app happens in foreground or not. ask? :)

p.s.-don't think matters, app uses both local , remote notifications.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -