Hi Brian,
We are sorry, probably your email was not delivered. Could you please send it again?
To build your IPA file you must have:
Apple certificate (***.p12)
Apple provisioning profile (***.provision)
Bundle ID (for example, we use com.exadel.***) - you can find it in your Apple certificate. Bundle ID can only consist of the Latin alphabet letters and dots. Also see http://stackoverflow.com/questions/34...
Bundle ID should look like the following:
com.example.myapp
com.example is your domain
myapp is an app nameAlso check next points:
Certificate is not expired.
Provisioning profile corresponds to the certificate.
Provision profile is for Ad Hoc build.
Password for p12 certificate file is correct.
Also see https://www.youtube.com/watch?v=7Rypv...
Please check extensions - for Provisioning profile file .mobileprovision and .p12 for Certificate file.
Also please check if the directory in File Manager is correctPlease make sure you have at least one device added in provisioning profile.