How to create iOS App Notifications

You know how some apps always give you notifications like “Your warriors need a leader! Come back on!” (Clash of Clans). How do I do something like that, where it can track the last time you logged into the game, and if it’s been more than a day, it creates a notification?

How do I create a notification?
How do I see how long it’s been since the last time they logged onto the game?

Look at NotificationServices in the Unity docs (under UnityEngine.iOS).

Ah, thanks :wink: