iphone distrubution certificate problem
i have a little problem in submission my app, and i have a little question that i can't find the answer,
When i develop an app, i create a certificate, and i finished up my app, i wanna submit it to app store. To atchive my goal, i should change some of the app plist info, so what should i have to change to su开发者_如何学JAVAbmit my app to app store correctly. and where i should change other than plist info,
i have to fill this info, so what should i write on it: 1. Bundle display name: 2. Executable file: 3. Bundle identifier: 4. Bundle name:
and the problem that when i create an app ID in apple portal , i do not know where i must put this id in my app plist and other places.
Any advice :)
- Bundle Display Name is the application name which will be displayed with app. icon on iPhone screen.
- Executable File not necessary; leave it as it is.
- Bundle Identifier is the App. Id which you used to create provisioning profile.
- Bundle Name is the name of executable file name; changing it is not necessary, by default project name is used.
For more information and guidelines please visit
https://daw.apple.com/cgi-bin/WebObjects/DSAuthWeb.woa/wa/login?appIdKey=D635F5C417E087A3B9864DAC5D25920C4E9442C9339FA9277951628F0291F620&path=//appstore/resources/approval/guidelines.html
精彩评论