omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Bundle Identifier

    Pythonista
    2
    3
    2378
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Webmaster4o
      Webmaster4o last edited by

      Trying to compile my pythonista app with Xcode using the free thing from Xcode 7 Beta, so I don't need a paid developer license. What do I put under the Bundle Identifier???

      1 Reply Last reply Reply Quote 0
      • oefe186
        oefe186 last edited by

        It should be in Reverse domain name notation. Do you own a domain? Then it's easy: just revert the order of the parts of the domain, than tack on a component that is specific for your app. E.g. If you would own example.com, you could use com.example.myapp for your app named "My App".

        If you don't have a domain, you wouldn't be able to submit the app to the App Store. But for your own personal use, the identifier should not matter much, as long as it is unique. I would probably use com.example.<my name>.<my app>

        1 Reply Last reply Reply Quote 0
        • Webmaster4o
          Webmaster4o last edited by

          Thanks.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors