Firstly I followed this tutorial: https://medium.com/collaborne-engineering/self-signed-certificates-in-ios-apps-ff489bf8b96e to install self-signed certificate on my iphone. I have hosted website and api on my computer. Then i opened it on my iphone on LAN and clicked
<a href="itms-services://?action=download-manifest&url=https://192.168.0.185:8080/apk/iosmanifest/IOS/Aplikacja/test.plist" class="download-area app"><div>test.ipa</div><div class="data-of-file">2024-08-29 15:40:40</div></a>
but i got a pop up: “cannot connect to 192.168.0.185”
when i enter https://192.168.0.185:8080/apk/iosmanifest/IOS/Aplikacja/test.plist you can install plist normally.
A user here: itms-services://?action=download-manifest Not Work in IIS mentioned he fixed this issue by adding MimeType but i have proper MimeTypes and there were no reqeusts to my api. Here https://forums.developer.apple.com/forums/thread/50068 one reply said that apple servers might need an access to my api. I made my api accessible throught internet but it didn’t help.
Matthew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.