Skip to content
Hard Design: Notification System

What is the recommended way to handle a user who uninstalls your app but still has their device token in your database?

— Tests your understanding of this concept.

Answer Options

A Keep the token forever
B Delete immediately on app uninstall event
C FCM/APNS will return an invalid token error — remove token on first delivery failure
D Refresh the token automatically

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 22+ more Design: Notification System questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Design: Notification System topic (System Design Cases).

More Design: Notification System Questions