Bundle ID app for submitting to the App Store
I have an issue that confuses me a little.
开发者_StackOverflow中文版In order to submit my app to the App Store I have to enter the Bundle ID Suffix. As you may know, the Bundle ID gets the exact name of the Bundle ID Suffix (What you write on Bundle ID Suffix is also written automatically in Bundle ID)
Now what I don't know is if I need to write:
com.mycompany.myapp
or
7I8UIRE4L9.com.mycompany.myapp (7I8UIRE4L9 being the app ID that was given to me when I created the provisioning profile for the app)
Thanks for your help!
You only need to enter the reverse DNS portion of your bundle ID into the iTunes Connect submission portal. Not the random-looking seed portion of the app ID.
(Make sure you replaced the "mycompany" portion of the string with the name of your company.)
Better you select your project, go to info. select custon ios target properties.in bundle identifier write your bundle name.Make sure that itunes bundle suffix should be match with this ... hope this will help you..
精彩评论