Apple Configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
To enable the button's functionality in your store, you need first to obtain Apple developer account from
Sign in to your created Apple account and copy the team ID, services ID, key ID, and key value.
If you do not have an Apple account, create one and then copy the above-mentioned IDs and the key value.
As you know, only one entity's account can be created with Apple. To begin with the process, Create a services identifier.
To create an app for use with Sign in with Apple, you must start by creating an app identifier. To do that, complete the following steps:
Step #1
Log on to the Apple Developer site () using your Apple Developer Program account.
Remember
The free developer account does not provide access to the resources needed to create an app.
Step #2
After logging on, click Account in the upper right corner of the screen.
Step #3
Go to Certificates, IDs & Profiles from the Account page
Step #4
Go to Identifiers on the Certificates, Identifiers & Profiles page
Step #5
Select the + sign to create a new identifier.
Step #6
Click on the Service IDs and then select to Continue
Step #7
Fill out the following fields given on the Services ID form
Description - Add the description for the app.
Identifier - Create an Identifier name that will be used as Apple Identifier for Apple login
Click the Continue button, and you will be presented with a preview page. Step #8
Select the row in the list for the Service Identifier that you have just created to edit the configurations.
Step #9
On the Edit page, check the box (under ENABLED column) Sign In with Apple. Then click Configure button.
Step #10
Fill out the following fields given in the Web Authentication Configuration form.
ID - Select the App Identifier that you have created previously.
Domains & Subdomains - Enter your store URL without the https value.
Return URLs - Enter your store URL with the https value.
Step #11
Head back to the Edit page, and select the Save button to persist the changes.
Step #12
Reaching the last step, copy the Identifier and use it in our HOOK Social Login app.