iphone - importance of Bundle Seed ID during Create App ID? (Apple Provisioning Portal) -


i unsure importance of bundle seed id when creating new app id in apple provisioning portal.

what should consider when selecting seed id?

when need use existing seed id?

on ios provisioning portal found when creating new app id can select existing bundle seed id new app. i’m wondering if should use same appid prefix between free , paid versions , if so, why? i’d know advantages , disadvantages.

thanks in advance...

example app id: abcde12345.com.foocompany.*

abcde12345 bundle seed id (generated apple).

com.foocompany.* bundle identifier of app id , bundle identifier in xcode project must start ‘com.foocompany.’ , asterisk can replaced string of choosing,

so, answer: bundle seed id generated apple, don't have worry that. gets created automatically.

take on information wildcard app id's. makes possible more apps on same license!


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -