I will show you how to include iOS's entitlements file in a Unity project and how to hand it over to Xcode project.
I did this research out of my own need.
I'm using this to automatically add "Associated Domains" to the generated Xcode project.
Like you and many other Unity users, I was somewhat confident in Unity's ability to handle complex things.
So I tried putting a file which has .entitlements as it's extension in a project
just to find out disappointing result that It has no effect....
How to put iOS entitlements file in a Unity project
I did this research out of my own need.
I'm using this to automatically add "Associated Domains" to the generated Xcode project.
Like you and many other Unity users, I was somewhat confident in Unity's ability to handle complex things.
So I tried putting a file which has .entitlements as it's extension in a project
just to find out disappointing result that It has no effect....
How to put iOS entitlements file in a Unity project