Wildcard App IDs for iPhone/iPod Touch Apps

后端 未结 5 1410
谎友^
谎友^ 2020-12-29 10:20

I\'m writing my third app, and I already have an app in the App Store, but I still don\'t get this App ID business.

I created the App IDs for my first two applicatio

5条回答
  •  囚心锁ツ
    2020-12-29 10:57

    When creating your app ID on the apple website use something like this in the second box:

    me.cbg.*
    

    Now in you apps Info.plist use bundle identifier like so:

    me.cbg.${PRODUCT_NAME:identifier}
    // or
    me.cbg.SomeAppName
    

    You can safely ignore the XXXXXXXXXX the preprends your app id.

提交回复
热议问题