2

I have an app in HockeyApp that I can't add new devices to it. I added the UDID of the device to the provisioning profile and in HockeyApp. And after, when I already uploaded the app, the number of devices is the same! This issue occurs only when I am using HockeyApp application for mac.

Ricardo Anjos
  • 1,417
  • 18
  • 22

1 Answers1

4

I found the answer.

The HockeyApp application was showing the wrong Provisioning Profile for the app: HockeyApp for Mac. In the red circle was chosen the wrong Provisioning Profile.

From there, I discovered that HockeyApp shows the Provisioning Profile that is set in the Build Setting of the target: Target -> Build Settings -> Provisioning Profile

I changed from "Automatic" to the Ad-Hoc Provisioning Profile that I wanted and it worked. Now the added devices can install the app.

I hope this solution helps someone with the same problem.

Lukas Spieß
  • 2,478
  • 2
  • 19
  • 24
Ricardo Anjos
  • 1,417
  • 18
  • 22