0

How do you go about sending users push notifications for automated actions in an app, such as sending them a notification when their lives have been refilled? This doesn't seem like an action that should need a server, but rather the app itself determines when to send out the notification.

1 Answers1

2

What you need is not a push notification, but a local notification. See this question

Community
  • 1
  • 1
pqnet
  • 6,070
  • 1
  • 30
  • 51