Skip to content

Latest commit

 

History

History
211 lines (131 loc) · 4.53 KB

File metadata and controls

211 lines (131 loc) · 4.53 KB

Notification Best Practices

Push notifications can significantly improve player engagement and retention when used thoughtfully. However, sending too many notifications or delivering irrelevant messages can frustrate players and lead them to disable notifications or uninstall your game.

This guide shares proven best practices for designing a notification strategy that benefits both players and your game.


Focus on Player Value

Every notification should provide value to the player.

Ask yourself:

  • Does this notification help the player?
  • Does it remind them about something important?
  • Does it encourage them to return for meaningful content?

Avoid sending notifications simply because you can.


Send Relevant Notifications

Examples of useful notifications include:

  • 🎁 Daily reward is available
  • ⚡ Energy has fully recharged
  • 🏆 Weekend tournament has started
  • 🎉 New game update is live
  • 💎 Limited-time shop offer
  • 🎯 Daily challenge is ready

Players are much more likely to engage with notifications that match their current progress.


Avoid Notification Spam

Too many notifications can reduce engagement.

Avoid:

  • Sending multiple notifications every day
  • Repeating the same reminder
  • Sending unnecessary promotional messages
  • Interrupting players during inconvenient times

Quality is more important than quantity.


Personalize Notifications

Personalized notifications often perform better than generic messages.

Examples:

Instead of:

Come back and play!

Try:

Your village upgrade is complete.

Or:

Your daily reward is waiting.

Relevant notifications create a better player experience.


Choose the Right Time

Timing plays a major role in notification effectiveness.

Consider:

  • Player time zone
  • Typical play sessions
  • Daily reward reset time
  • Weekend events
  • Limited-time activities

Avoid sending notifications late at night or during times when players are unlikely to respond.


Segment Your Players

Not every player should receive the same notification.

You can create groups based on:

  • New players
  • Returning players
  • Inactive players
  • High-level players
  • Players who completed an event
  • Players who made purchases

Targeted notifications are generally more effective than sending identical messages to everyone.


Respect User Preferences

Allow players to control which notifications they receive.

Examples include:

  • Daily rewards
  • Events
  • Shop offers
  • Social notifications
  • Game updates

Giving players control helps build trust and reduces the likelihood that they disable notifications entirely.


Monitor Performance

Track notification performance over time.

Useful metrics include:

  • Delivery rate
  • Open rate
  • Click-through rate
  • Player retention
  • Return sessions
  • Conversion rate

Use these insights to improve future notification campaigns.


Test Before Sending

Always test notifications before launching a campaign.

Verify:

  • Message content
  • Timing
  • Deep links
  • Images (if used)
  • Notification actions
  • Platform compatibility

Testing reduces the chance of sending incorrect or broken notifications.


Common Mistakes

Avoid these common problems:

  • Sending notifications too frequently
  • Generic notification text
  • Ignoring player preferences
  • Poor timing
  • Broken deep links
  • Sending outdated event reminders
  • Not testing on both Android and iOS

A thoughtful notification strategy is more effective than simply increasing the number of messages.


Best Practice Checklist

Before sending a notification, ask yourself:

  • Does it provide value?
  • Is the timing appropriate?
  • Is the content relevant?
  • Is the message clear?
  • Has it been tested?
  • Will it improve the player experience?

If the answer is "yes" to each question, the notification is likely ready to send.


Summary

Successful push notifications are built around player value, not volume. By sending timely, relevant, and well-tested messages, Unity developers can improve engagement, increase retention, and create a better overall experience for their players.


Next Guide

Troubleshooting

Learn how to identify and resolve the most common push notification issues in Unity, Firebase Cloud Messaging, Android, and iOS.


Related Documentation