An ExpressJS server template for getting iOS / iPadOS UDID from user written in Js instead of PHP like most repo on github
- Clone the repo
- Run
npm install
- Run
npm start
- Open
http://localhost:3000/
in your browser - Install the profile and it will redirect to your endpoint
- You will get the UDID in the response
- Configure the config.mobileconfig file with your own values first
- Always serve the profile with https otherwise it will not work
- Since it needs to be served with https, this wont work on self local host for testing I recommend using ngrok to test it on local host