コード例 #1
0
 void OnApplicationPause(bool isPause)
 {
     if (!isPause)
     {
         IOSLocalNotification.CancelAllNotifications();
         IOSLocalNotification.CleanIconBadge();
     }
 }