iOS Question Best way to handle Push Notifications

dieterp

Active Member
Licensed User
Longtime User
What is the best way to handle push notifications? Should they basically be treated as more of an alert for your app to then pull down info from a server, or should you effectively use the actual message that is sent in the Notification to perform what you want to achieve?

How does an app like whatsapp work? Is the notification just a summary of the message and the app pulls the full message down from the server?
 
Top