Ios developer account

Yesterday we got an ios developer account. I am successfully creating Dev and inhouse / Adhoc certificates and application identifiers (e.g. generic com.company. *). I can create a developer profile and Ad-hoc profiles. But when I try to create inHouse profiles, the Apple Developer Portal always gives me a message like

"There are no application identifiers. Click" Create application identifier "to create an application identifier. To set up a Provisioning Profile, you need an application identifier.

I did the same as many times for different clients, but I don’t know why it now shows an error.

See the links for reference.

Distribution certificate list

Trying here to create inhouse profile for distribution

Portal message to create certificate which is already present

enter image description here

Please let me know where I am missing.

+5
source share
2 answers

I fixed the problem. I used wildcard app id (com.yourcompany. *), Which is not allowed for internal distribution. :-( But Ad-hoc accepts a group dial id.

InHouse requires an application-specific application identifier. like com.yourcompany.myapp.

+6
source

Just create the application id as it tells you. You can see the link with the application identifiers on the left side of the screen.

+1
source

Source: https://habr.com/ru/post/1208606/


All Articles