Building application with Phonegap Build, but i don’t know why the application couldn’t install on iOS devices. I did signed the application as distribution license of Apple iOS Developer License, and here is the link for the application.
Link to download Android version
Error i get: Can download and installing, at the middle of installation: “AppName” could not be installed at this time.
in the build setting make sure you code signing identity is set to Developer and not Distribution. Only set it to Distribution when you are going submit to iTunes
you must have an apple developer login and the appropriate provisioning and the device you install the app on must be registered in the provisioning portal.
you can go to https://developer.apple.com/ios/manage/devices/index.action
and login with you apple developer login to make sure the device is registered in the provision portal.