Recently uploaded an app, because it is the first time to upload, the time spent on this is no longer than the application of the short-term ah .... Say more is a tear. In order not to let everyone fall into the pit, to share some small experience:
1. Use someone else's developer account to upload their own app (I do not have a developer account, so it is borrowed to use), want to use their own mobile phone to test the real machine, encountered the following error:
A valid provisioning profile for this executable is not found.
Solution:
The first step:
Change the bundle Identifier and Team to the content of your phone's real-time debugging.
Step Two:
In code signing, the Identity,provisioning profile is changed to its own account information.
After completing the view details, you can happily test your mobile phone with your real computer.
2. When the app you uploaded is returned, how can I upload it back?
First step: First in "Build Version" will upload the problematic version of the deletion
Step two: Product->achive to re-pack and upload the modified version. Achive Gray is not a point? To connect to the real machine, the simulator chooses generic IOS Device.
Remember General->build number to add 1, or will error, said you repeatedly uploaded.
ERROR ITMS-4238: "Redundant Binary Upload.
Step three: After the upload is successful, add the new version you uploaded in the build version.
Fourth Step: Submit the audit.
More content will be added.
Some tricky little questions about uploading apps