Skip to content

A server that could be used for getting iPhone's UDID written in @totoval

License

Notifications You must be signed in to change notification settings

totoval/udid-getting-server

Repository files navigation

Udid Getting Server

GitHub last commit Go Report Card Travis (.org) GitHub top language GitHub

About Udid Getting Server

Udid Getting Server is a server that could be used for getting Iphone's UDID.

Demo

Use your iPhone open this link below:
https://udid.herokuapp.com/v1/udid/mobileconfig

Requirement

  • https server

How to use

  1. Move .example.env.json to .env.json
mv ./.example.env.json ./env.json
  1. Change the env config APP_DOMAIN in .env.json to your own server domain
  2. Start application
go run main.go

or

go build main.go
./main
  1. Use your Iphone open this url https://{YOUR-SERVER-DOMAIN}/v1/udid/mobileconfig using Safari
  2. Follow the instructions

Deploy to Heroku

  1. push
    heroku container:push web -a YOUR-APP-NAME
  2. release
    heroku container:release web -a YOUR-APP-NAME
  3. get your udid use your iPhone open: https://{YOUR-APP-NAME}.herokuapp.com/v1/udid/mobileconfig

Thanks

  • howett.net/plist

Releases

No releases published

Packages

No packages published