How to register a new bundle id ?

I would like to build an iOS app with Go and Gio. For this I need to provide a bundle Id in a parameter of the command line to build the app. I was told that it was possible to define the bundle Id in the developer.apple.com account, but I don't see where.

How can I define a new bundle id to be used by my Go iOS app ?

In your Developer Apple account, go to "Certificate, IDs and profilers" > identifiers and create a new bundle ID in this section with the +

It seem that this is only visible if we subscribed to the Developer Program.

Correct.

First things first, I recommend that you test this with Xcode. Create a new, dummy app from the iOS > App template and try running it on your device. Does that work?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to register a new bundle id ?
 
 
Q