Testflight complains about the developer certificate used to sign the application

Suddenly, I started getting this from Testflight when downloading a new build of the application:

This assembly is signed with a developer certificate, it can only be installed by devices with the developer function enabled. For best results, we recommend subscribing to a resource allocation profile.

And my users have problems installing the application. I am revising the project settings over and over again, but everything looks right.

I set the training profile of the team as the training profile for both debugging and release, I even changed it to another command, but still the same problem.

Am I looking in the wrong place?

+8
ios certificate provisioning-profile testflight
source share
1 answer

I just stumbled upon this same problem. It seems like TestFlight has added a new check and flag developer profiles when they were not in the past. Read this (published yesterday):

Testflight Article

I just downloaded the assembly to test the flight using my usual approach to signing (with a developer certificate), ignored the testflight message and distributed it to my test users. It seemed to be working fine.

+5
source share

All Articles