Hi all,
I'm distributing an ad hoc application and I'm unable to install it on 9.2.1 devices, no problem with 9.2 devices instead. Does someone have my same problem? How can I solve it?
Thanks
Hi all,
I'm distributing an ad hoc application and I'm unable to install it on 9.2.1 devices, no problem with 9.2 devices instead. Does someone have my same problem? How can I solve it?
Thanks
You'll probably need to give more info in order to get any help. What do you mean "unable to install"? Nothing happens? It starts but gives an errorr? What errors or other console output do you get? Etc.
Hi guywithmazda,
I have a web page with a button to install the app via .plist file, when I click it the app starts downloading and when it finishes an error "Unable to install app" is shown.
If you plug the device in to your Mac and view the console output in Xcode while installing, what errors do you see? (In Xcode, Window > Devices, choose device on left column, look at the bottom part of the right column. You may need to click the upward pointing triangle in the bottom left corner of the right hand column to show the console output.)
Here's the log. It seems that it's not possible to install the provisioning profile. In xcode I tried to verify the app before exporting it and I got this error:
None of the valid provisioning profiles allowed for the specified entitlements: com.apple.external-accessory.wireless-configuration, beta-reports-active
I've already tried to delete and re-create development and distribution certificates and profiles but I still have this error
I've replied yesterday with the pastebin link to the log but the post is on moderation.
From the log it seems that it's not possible to install the provisioning profile. In xcode I tried to verify the app before exporting it and I got this error:
None of the valid provisioning profiles allowed for the specified entitlements: com.apple.external-accessory.wireless-configuration, beta-reports-active
I've already tried to delete and re-create development and distribution certificates and profiles but I still have this error
Up
I'm not real familiar with debugging this error and ad hoc distribution, but I'll try to give an educated guess 🙂.
In Xcode, if you select your project (top of list in the navigator area), then select the target under TARGETS in the Editor area, one of the choices at the top is "Capabilities". Verify that whatever is turned on there is also enabled in the App's Identifier on the Developer portal. Then make sure that the provisioning profile you are using for the app uses that App Identifier and lists those capabilities as "Enabled Services".
I'm having this same problems, nothing seems to work. Did you find a solution?