Hi
I can see in UnityAppController.mm 'didReceiveLocalNotification' delegate , whenever it receives local notification it forwards notification object to this extern UnitySendLocalNotification function.
I want to receive this function in my c# code so that whenever local notification comes, I can show it in-game.
↧