Before you can release a paid app to the App Store, you must agree to
all of the paid app contracts, and submit your tax and bank routing
info. This should be done in iTunes Connect. For best results you should
fill this out before you even begin working on any apps, because it can
take several weeks for the contracts to be approved by Apple.
2. Update the Appname-info.plist file in your app.
Preparation
1. Complete all of the coding and testing on your app.2. Update the Appname-info.plist file in your app.
- Set the bundle identifier (if you haven't already) to YourAppName. (Remove the
com.apple.whatever stuff.) The Identifier should not contain spaces or funny
characters - alphanumeric and dashes are ok.
- If you want your app to be named something different on the actual device than its
name in Xcode, change the "Bundle display name" as well.
- Update the bundle version. If this is your first time submitting this app, the
version number should probably be 1.0.
- Be sure the icon file is set.