i8code / OldAppRec

1 stars 0 forks source link

Allow for badge app icone to show notifications #80

Open i8code opened 10 years ago

i8code commented 10 years ago

Adding code so the feed items can appear in notifications and have a Badge App Icon (eg the red number in the small circle atop an icon with unopened notices)

There are a few stackoverflow artciles about this http://stackoverflow.com/questions/14256643/update-badge-with-push-notification-while-app-in-background

These are the types of notifications allowed: Banner, Alert, Badge, Sound https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/NotificationCenter.html

Jason, You said we may have to register with the APNS service.