I have enterprise developer account . I want to distribute the app through URL . My app is hosted in AWS s3 bucket . The URL is alright and the apple developer certificate is also alright . When i try to access the url it showed me the install option . When i click install it it says "Unable to install appname . Please try again letter "
I have made the html file and put url like this .
<a href=”itms-services://?action=download-manifest&url=url/appName.plist">
I have found the log . The log says
[IXSClientConnection remote_prioritizeCoordinatorForAppWithBundleID:completion:]: No coordinator found for com.bundle.dev and app is not vendable by App Store or is a hard error (1) so showing alert.
Please help .
Thanks in advance