Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the warning / exclamation mark next to prerelease builds mean?

I am trying the new prerelease feature for Mac on iTunes Connect. I uploaded my build and it appears in the prerelease section of my app. However there is a small warning sign next to it and i cannot release the build to any testers or edit the test meta data. warning signs in iTunes Connect

I tried the following:

  • upload the app as I would for a App Store release
  • add devices to team provisioning profile and upload with that provisioning profile

What does the warning mean? Do I have to upload the build built with the team provisioning profile or with the distribution profile? Can I later update the provisioning profile as I could on TestFlight or do I need to re-upload whenever I add a device?


Update:

I found the following sentence in the iTunesConnect documentation:

TestFlight beta testing in iTunes Connect is available only for iOS apps

I don't understand why beta testing is offered in the GUI of Mac apps in iTunesConnect if it is not supported. Has anyone successfully deployed Mac beta apps, yet, or is that in deed not possible?

like image 776
codingFriend1 Avatar asked Feb 22 '15 22:02

codingFriend1


1 Answers

The problem is with the new beta entitlement. Describing a little bit for others also:

After Archiving, Export the corresponding build using Save for IOS App Store Deployment method. Without this option beta-reports-active = 1 will not be added for the binary. This is the reason for warning on itunesconnect.

If the warning continues after the Save for IOS App Store Deployment selection then you should check if the provisioning profile was created/regenerated recently. Because before some months ago this beta-reports-active flag was not included from the developer site.

The following link will be helpful correct beta entitlement.

like image 73
Shad Avatar answered Sep 20 '22 23:09

Shad