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:
if choose org.whateveriwant.testbundleid app, should whateveriwant.org exist or unique identifier?
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?
- 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?
no. unique indentifier.
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.
you can change bundle id long haven't submitted app app store.
ot question: app store cares app's bundle id , version number.
Comments
Post a Comment