Extension Apple Login
Let users register and sign in with one click with a Apple ID and make everything easy and friendly
Magento CE 2.4.x
-
Create a folder {Magento root}/app/code/Keij/AppleLogin
-
Download the corresponding latest version
-
Copy the unzip content to the folder ({Magento root}/app/code/Keij/AppleLogin)
composer require keij/module-apple-login
-
Go to Magento2 root folder
-
Enter following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
About guide for setup sign in with apple with developer. You can check this in here
-
Go to Magento2 root folder
-
Enter following commands to remove database data and schema:
php bin/magento module:uninstall -r Keij_AppleLogin
-
Go to Magento2 root folder
-
Enter following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)