Home > Net >  Provisioning profile failed: Profile doesn't include the com.apple.developer.device-information
Provisioning profile failed: Profile doesn't include the com.apple.developer.device-information

Time:11-25

I request and got permission for capability for "User Assigned Device Name".

enter image description here

Here my MyApp.entitlements content:

enter image description here

When I install App on my Device via Xcode, I can access real Device name.

But when I try to upload App, I get following error:

enter image description here

Someone face same issue?

Bests

CodePudding user response:

I had the same problem. Checked the "User Assigned Device Name" in App Identifier. Generated Provision profile which says it has the Entitlement on its detail screen. Added Profile to XCode but got error.

I tried to view the Provision Profile content using "security cms -D -i" command, the entitlement section does not list the Entitlement at all.

CodePudding user response:

I used one of my two Apple Developer Technical Support Tickets.

They said I have only Entitlement approved for Sandbox. Now trying to figure out how to get it for Production / App Store as well.

They said: In confirmation email they told me that I only got it for Sandbox. But I can't find such email. Not sure if I lost email or if process not worked as expected. In that email should be a instruction how to apply for production entitlement.

  • Related