View Single Post
One idea for using push notifications for things like due soon badge counts:

Just use a combo of the device, client, and task IDs in the notice.

Desktop OF pushes a skeleton of due items to Omni server, omniserver monitors this database and fires notices to the iPhone. Only UUID strings are ever sent over the wire - means no privacy issues.

Not sure whether the push notice can contain arbitrary strings that are available to the app next time it launches so it can reconcile badge count from internal DB with the increments made by push service.

-Preston