Open
Description
The problem
Currently when building to iOS with Unity+Branch, you have to manually add the Associated Domains
capability to your Xcode project. This is a painful process for teams who are automatically deploying new builds of their game/project.
Solution
It's entirely possible to add this to the Xcode project automatically by leveraging Unity's post build process. One example of another open source project that does this successfully is AppCenter's Unity plugin. Check out their AppCenterPostBuild.cs to see how they do it.