...
- Full name of the person responsible for registration;
Developer account name;
Developer phone number (strictly a corporate number, to have access in case the employee is fired);
- Developer email address (required on developer's website domain - this is necessary to confirm registration legitimacy and to simplify access restoration if someone suddenly contacts you from another email with a similar domain);
- Full name of the contact person for communication with Apple;
- Phone number of the contact person for communication with Apple;
Organization credentials (in English);
Website address;
Number of employees in the organization;
DUNS number.
NOTE! Account name (Apple ID) must match the data you fill in when pay for the developer account (for example bank card).
The account is registered up to 30 days.
...
Get DUNS number if you don't have one
To DUNS number will be required to register Apple developer acount account as a legal entity, you need a DUNS number. This is an international identifier for legal entitiescompany identifier in Dun & Bradstreet database. Apple uses it to verify confirm that your company exists.
Заявку рассматривают от 7 до 30 дней. Регистрация по адресу The application is considered from 7 to 30 days. Register at https://support.dnb.com/?CUST=APPLEDEV
Подробнее можно почитать тут You can read more here https://www.dnb.com/duns/get-a-duns.html
Зарегистрируйте аккаунт разработчика
После регистрации нового Apple ID, скачайте приложение Apple Developer, выберите таб «Account». Если регистрация корректна, в блоке APPLE DEVELOPER PROGRAM будет активна кнопка Enroll Now (в противном случае Disable);
По клику на Enroll Now переходим в режим ввода данных о компании. Название нужно указать латиницей, в четком соответствии с наименованием компании, присвоенном в рамках создания DUNS, иначе выдаст ошибку;
По аналогии с регистрацией в Google, вводим заранее подготовленные от клиента данные по ответственному лицу и контактам;
Подтверждаем полномочия, указывая:
контактное лицо, которое сможет подтвердить полномочия первого;
почту и номер телефона контактного лица, чтобы Apple мог связаться с ним для подтверждения полномочий ответственного лица.
После ввода на почту придет письмо о том, что Apple приняли заявку и проведут проверку в ближайшее время. Позже придет письмо о завершении проверки, если все окей.
А дальше вам предложат завершить регистрацию и оплатить проверку. После клика на «Purchase», оплата пройдет того с телефона, который был указан еще при регистрации Apple ID, поэтому первый шаг очень важен.
Добавьте разработчика в аккаунт
Чтобы вы могли публиковать и выпускать обновления в App Store, добавьте в ваш аккаунт Apple Developer. Заранее узнайте Apple ID разработчика.
Перейдите на страницу App Store Connect. Если нужно, авторизуйтесь с помощью Apple ID, созданного ранее.
Нажмите «Пользователи и доступ»:
На странице «Пользователи и доступ» на вкладке «Люди» нажмите на «+»:
Укажите имя — «Поддержка», фамилию — «Pyrobyte» (только вашу компанию) и Apple ID разработчика. Выберите «Администратор». Так разработчик сможет опубликовать приложение, обновлять его, получать информацию об ошибках и исправлять их. Если права доступа изменить, разработчик не сможет поддерживать приложение:
После этого нажмите кнопку «Пригласить». Блок «Дополнительные материалы» и «Приложения» заполнять не нужно.
Сообщите менеджеру, что отправили приглашение разработчику. После этого можете приступить к публикации мобильного приложения
...
Register developer account
Download Apple Developer after new Apple ID registration and select "Account" tab. "Enroll Now" button will be active in APPLE DEVELOPER PROGRAM block if registration is correct. Otherwise "Disable";
Clicking "Enroll Now" button and go to company data entry mode. Company name must be specified in Latin, in strict accordance with the company name assigned during the creation of DUNS, otherwise an error will be generated;
- Similar to registering with Google, enter client’s previously prepared data on responsible person and contacts;
- Confirm authority by indicating:
a contact person who can confirm the authority of the first one;
email and phone number of the contact person so that Apple can contact him to confirm the responsible person authority.
After entering, you will receive a letter to your email stating that Apple accepted your application and will conduct a review soon. Later, you will receive a letter stating that the review is complete if everything is OK.
After that you will be asked to complete registration and pay for verification. After clicking "Purchase" button payment will be made from the phone specified when registering Apple ID, so the first step is very important.
Add developer into account
To publish and release updates to App Store, add Apple Developer account to your account. Find out developer's Apple ID in advance.
Go to App Store Connect page. If necessary, sign in using the Apple ID you created earlier.
Click "Users and Access":
Click "+" on "Users & Access" page on "People" tab:
Enter name - "Support", last name - "Pyrobyte" (your company only) and developer's Apple ID. Select "Administrator". This will allow the developer to publish the app, update it, receive information about errors, and fix them. The developer will not be able to support the app if you change permissions:
Click "Invite" button after that. "Additional Materials" and "Appendices" blocks are not required.
Inform manager that you have sent an invitation to developer. After that, you can start publishing mobile application.
Create project
(For Apple: first, OT Commerce programmer must create a certificate with which the application will be signed (since he must provide the necessary data) and then we can proceed to creating the project)
Follow the link https://firebase.google.com/
...
There is a choice here: create for Android or for iOS. The example shows how to create an Android application
Step 1
(For Apple, OT Commerce programmer provides the data for "Apple bundle ID" and "Apple nickname" fields. "App Store ID" field can be left empty.)
Make a unique application identifier (Bundle ID) in English in “Android package name” field (1) in the application store (App Store or Google Play).
...
Register application clicking “Register app” button (3)
(For Apple - it isn't necessary to fill in App Store ID).
Step 2
Download *.json file to your PC clicking “Download google-services.json” (1)
Click “Next” button (2)
(For Apple download the file and after that you can close the window)
Step 3
Scroll down to “Next” button and click it. All fields will be filled in automatically and you do not need to add anything.
...