authorizationStatus (). switch status {. Case .notDetermined: //The user has not made a choice yet. return false. Case .authorized: //authorized. return true.
確定! 回上一頁