Im trying to build a Website to grab the UDID after downloading a Profile.
Im following this Guide https://github.com/MerchV/Get-iOS-UDID
When i try to download the profile i click the Install Button and then i get this Error Message "Profile Installation Failed – A connection to the server could not be established.
i have a Ubuntu 14.04 LAMP Server provided by DigitalOcean
with an SSL provided by CertBot (https://certbot.eff.org/#ubuntutyakkety-apache)
and i got an 1 Year Developer Account by Apple.
i made a Private Application which can be downloaded over Web (with valid SSL) if the UDID is registered in the Apple Dev Portal.
Thats why i need a implemented UDID Grabber.
but it seems reject the Connection if i try to download the Profile.
i changed all the infos that are listed and it works until i try to install it and then it says "Could not download from the Server"
i even tried to sign it with an ssl but then it bricks the mobileconfig file.
i also tried to change the PayloadUUID with a generated one by using the Command uuidgen in Terminal or by modifying the PayloadIdentifier but that also wont work.
i hope Somebody can help me 🙂