async function doAppleSignIn() { try { const data = await AppleID.auth.signIn(); console.log(data); } catch (error) { //handle error. } }.
確定! 回上一頁