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 ?

Replies

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

  • I don’t see "Certificate, IDs and profilers" in my Developer Apple account. It seam that this is only visible if we subscribed to the Developer Program.

    I just want to test the compiled example programs on my iOS devices (iPhone and iPad) to see how text is rendered. I know I could use the test flight for free, but my Mac is not retina. I need a high DPI display.

    Is there any way to run a self compiled program on my iOS device without paying the subscription to the Developer Program ?

Add a Comment

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"