Reputation: 35
I have an iOS app which i have sent to my client
1.Through test flight, when he is trying to install the app, there is an alert displaying that "app cannot be installed".
Upvotes: 0
Views: 431
Reputation: 7895
This can be due to several reasons. Most commonly, you need to be sure that the client's device is included in the adhoc distribution profile. In addition, you need to be sure that the device has no current restrictions enabled (in System Preferences).
Upvotes: 1