MerchV / Get-iOS-UDID

Get the UDID from an iPhone or iPad using PHP
9 stars 4 forks source link

Profile Installation Failed #2

Open LewisLessons opened 4 years ago

LewisLessons commented 4 years ago

This is exactly what I'm looking for.. However, it's not working. Every time I install the profile it says Profile Installation Failed A connection to the server could not be established. Do you have suggestions or updates for IOS 13.1.2

MerchV commented 4 years ago

Another user may have had the same problem. Can you please read through the other issue here that is closed, issue #1:

https://github.com/MerchV/Get-iOS-UDID/issues/1

He seemed to have solved it by installing extra PHP tools:

sudo apt-get install php-xml && apt-get install php7.0-xml

Read through that other issue and let me know if it's the same problem and if the solution works for you. If so I'll update my readme.

I currently have the PHP working on my own server at http://138.197.165.147 if you want to see what it should look like when it works. It would send your UDID to my email address if you submit the HTML form with the 3 text fields. I recently set this up on a new DigitalOcean instance and I didn't need to do the extra PHP installs as above.

LewisLessons commented 4 years ago

Thank you! I will read through it and see what I can figure out. Thank you for the quick response