swift - Bundle Identifier: setup for new project with IOS App+Framework+Today Extension -


i'm in process of starting develop ios/swift app framework share common logic today widget , have questions bundle identifier:

  1. if choose org.whateveriwant.testbundleid app, should whateveriwant.org exist or unique identifier?

  2. if later add cocoa touch custom framework project, asks me product name (testbundleidframework) , appends default product name org.whateveriwant without testbundleid. instead, if add target today extension appends product name (testbundleidextension) org.whateveriwant.testbundleid. given fact 3 parts (app, today extension , framework) part of same app i'll upload store, way of using bundleids correct? should framework under org.whateveriwant.testbundleid, such org.whateveriwant.testbundleid.testbundleidframework today extension?

  3. is extremely important chose right bundle id @ beginning of project (consider still have no developer account, i'll pay see i'm able build app i'd to) or can changed without hassle later on?

an brief ot question: there version field each target, 1 apple looks @ when determining if uploaded bundle (app+extension+framework) has been updated new version?

  1. no. unique indentifier.

  2. you mentioned three: "app+extension+framework" think app's bundle id matters because going submit app. extension , framework part of app, theirs bundle ids internal means nothing app store.

  3. you can change bundle id long haven't submitted app app store.

ot question: app store cares app's bundle id , version number.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -