Udid Getting Server is a server that could be used for getting Iphone's UDID.
Use your iPhone open this link below:
https://udid.herokuapp.com/v1/udid/mobileconfig
- https server
- Move
.example.env.json
to.env.json
mv ./.example.env.json ./env.json
- Change the env config
APP_DOMAIN
in.env.json
to your own server domain - Start application
go run main.go
or
go build main.go
./main
- Use your Iphone open this url https://{YOUR-SERVER-DOMAIN}/v1/udid/mobileconfig using Safari
- Follow the instructions
- push
heroku container:push web -a YOUR-APP-NAME
- release
heroku container:release web -a YOUR-APP-NAME
- get your udid use your iPhone open: https://{YOUR-APP-NAME}.herokuapp.com/v1/udid/mobileconfig
- howett.net/plist