I request and got permission for capability for "User Assigned Device Name".
Here my MyApp.entitlements content:
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:
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.