- Home /
Question by
Salman_Younas · Jul 09, 2015 at 09:15 PM ·
androidlocalnotifications
Android local notifications
I want to show notifications on android devices. For example, the player has not played the game for last 2 days. I want to inform him that 'MY GAME' is missing him. I hope I was precise. Any help would be greatly appreciated.
Thanks.
Comment
you cannot do it using just unity. You need a plugin that will wrap native android code. Than from unity you will set an event on closing game that will be scheduled to fire in 48 hours. Than whenever player loads the game you cancel the scheduled event. You will probably look for such a plugin in the asset store. Or alternatively write it yourself.