How to verify a domain for Apple

Wordpress Website

  • create a folder inside public_html called ./well-known

  • Place the apple-developer-merchantid-domain-association.txt file inside the ./well-known folder


Node Website

To verify domain for apple by following these steps:

  1. Upload the file directly in public folder in git

  2. All website installed in the server in this path /www/wwwroot/your_domain_name for example the main path for domain qawaim.app in the server is /www/wwwroot/qawaim.app

  3. Now we need to edit the config for nginx so go to http://sikka-a02.sikka.io:8888/65675aa2 and type username and password you will see something like this:

  1. There is a menu bar on the left side of your screen. click on Websites to open the following window-in the table you find all running

  1. Click the nickname of the website to manage it's settings

  2. Choose "Config file" from the side menu of the modal

  3. Add the following line (Replace qawaim.app with the new domain you want to verify):

location = /.well-known/apple-developer-merchantid-domain-association.txt {
      alias /www/wwwroot/qawaim.app/public/apple-developer-merchantid-domain-association.txt;
    }

Current Running Websites

Last updated