コード例 #1
0
 public void CheckNotificationRegistered()
 {
     if (IOSLocalNotification.IsNotificationPermitted())
     {
         Debug.Log("Notification settings registered");
     }
     else
     {
         Debug.Log("Notification settings NOT permitted");
     }
 }