Hi guys,
I’m working in an iOS game with Unity and I need to know when the player has pressed the Home button a.k.a when the game just entered background.
A little research show me that I may need to use OnApplicationPause and/or OnApplicationFocus. Do you guys know what this is?
The reason is because a schedule local notification I want create ONLY when the player has the game in background.
Thanks!