shotvibe / shotvibe-web

ShotVibe REST API webservice
1 stars 0 forks source link

In push notifications, send a "new count" badge #93

Open benny-shotvibe opened 10 years ago

benny-shotvibe commented 10 years ago

For iOS, the "badge" property of the notification payload should be set. See:

https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW1

For Android, a new custom property should be added.

@omershotvibe Should the badge number that appears on the app icon be the total number of new photos, or the number of albums that have new photos?

omershotvibe commented 10 years ago

The badge number that appears over the icon's app should represent the number of TOTALnew photos in the app since the last visit.