Step 1: Configure Apple Developer Account
- Create an Apple Developer Account:
- If you don’t already have one, visit the Apple Developer Program website.
- Sign in with your Apple ID or create a new one.
- Enroll in the Apple Developer Program by clicking "Join the Apple Developer Program" and follow the instructions. You will need to provide some personal information and pay an annual fee.
- Register Your App:
- After logging into your Apple Developer Account, go to the Certificates, Identifiers & Profiles section.
- Navigate to Identifiers > App IDs, and click the "+" button to register a new App ID.
- Fill in your App's name and select "Explicit App ID". Enter your app’s Bundle Identifier (usually in reverse domain format, e.g.,
com.yourcompany.yourapp). - In the Capabilities section, ensure that "Sign in with Apple" is enabled.
- Click Continue and then Register to create the App ID.
- Enable 'Sign in with Apple':
- After registering your App ID, select it from the Identifiers list.
- Under the Capabilities section, confirm that "Sign in with Apple" is checked.
- If not, click Edit and enable the Sign in with Apple checkbox.
- Save your changes.