İ cant build app for iphone says Failed to register bundle identifier

i cant build my game on iphone
i just clicked automaticly manage signing and added apple id like in tutorial
i cant find no solution for this error on internet
so i hope someone knows how to fix this

You need to set your Company name in the build settings to something other than DefaultCompany.com. Apple knows that this is a generic “default” company name, and excludes it from useage intentionally (as it should be).

i changed company name still getting same error

I found a thread that may be helpful here: Failed to register bundle identifi… | Apple Developer Forums

solution for me was in xCode under signin and capabilities Bundle identifier is com.DefaultCompany.com.template.mobile2D
so in unity i changed company name to mycompany
back in xCode i changed BI to
com.mycompany.template.mobile2D
and now it builds game with no problem

I’m glad that was resolved. Apple chose to make app building and signing as difficult as possible (I work mainly with Android apps, which are easier to build to and somewhat easier to publish).

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms