I am trying to add the Universal Links and Fonts entitlement to my project so I created a Entitlements file like below after updating the identifier for the app. Next, I regenerated my certificates and provision profiles. If I now check the provision file for iOS Development in Quickview the entitlements are listed.
I saved the files in Resources/[BinaryName].entitlements and it’s marked as a AppResource.
not sure I can be of much help here — we just pass those thru as they are. Ive had issues with that in the past to, but you;ll have to dick that out Wirth thats configured in the profile on Apple’s site and what you have in the .entitlements :(. sorry.
But the entitlements config in Project Settings were you can select the Entitlements file from in your project that gets directly passed to the underlying tooling or are things added? I am wondering if I need to add those keys com.apple.developer.team-identifier, application-identifier and keychain-access-groups to my Entitlements file.
I also have a feeling that the it might be using the wrong certificate to sign the app but need to find out how I can confirm that. I wish I could fidn out with which certificate uuid Xcode signed the application.
After trying this again with a different certificate, provisioning profile and bundle identifier it seems to work. I was able to use custom fonts in a new app which raised some other problems which I reported earlier today
Now trying if Universal Links / Custom Domains entitlement works too and I am good.