In the previous app online-Bundle identifier creation article, we have created a xx.mobileprovision file, which is the environment file we want to bind with our certificate!
All right, how much nonsense, start
First, open the app project you want to pack and upload, remember the bundleid you created? Find him and we'll change the bundle ID of your project.
Here is a hint: first to compress your project back up, if there is any problem, then you have a hand, is not it? It is possible that you are not very clear about the creation of this certificate, I think you should know where the Info.plist file is in your project. What? you don't know, Well, let's look at the picture below (Figure 1)
Figure 1
2. Click Enter (Figure 2)
Figure 2
There's a value to change. Bundle identifier and bundle name the former is the ID we created on the developer's website. If you don't quite understand, I suggest to look at the Portal: http://www.cnblogs.com/yxfBlogs/p/ 4950404.html The latter is the name we need to give our APP.
Here we go again to targets inside to modify see (Fig. 3) Follow 4 steps to Success!
Figure 3
3. Now find the environment file you created. Double-click, is not the effect? Don't worry, actually you have successfully imported him into Xcode, now is to find the place we want to configure (Figure 4)
Figure 4
It's possible that you don't quite understand what this is, okay, let's take a step-by-step look at 1. Find build Settings This I don't say 2) search, Code Signing 3) Select the file name you just double-clicked 4) code Signing Identity Selection Your developer's release certificate, what? You didn't publish the certificate? All right, the Portal: http://www.cnblogs.com/yxfBlogs/p/4947396.html OK? Yes, almost.
4. Now is the time to upload to see (Figure 5) This step is mainly we need to modify his scheme
Figure 5
5. Go to the (Figure 6) interface and follow the steps to
Figure 6
6. Change the simulator to Generic iOS Device (Figure 7) Why? You're going to upload it and get a simulator (I think so).
\ Figure 7
7. Here is to compile the package (Figure 8) Click Archive Wait for the compilation to pass, if there is a problem, it may be "Enable bitcode" problem how to solve
Portal: http://www.cnblogs.com/yxfBlogs/p/4946132.html#3301456
Figure 8
If there is anything else you can tell me or email me directly [email protected] actually here, I have a lot of problems.
Of course, no problem should be the appearance (Figure 9) interface now
Figure 9
8. Click Upload to App Stroe enter (Figure 10) Select your developer account Choose
Figure 10
9. Figure 11 is the IPA package you want to upload the information directly click Submit to enter (Figure 12) OK wait for the upload to appear successful!
Figure 11
Figure 12
Time is very slow to find a network good place will be faster, what problems can be directly message or directly to me [email protected] email me back in time to answer!
APP on-line-Package upload environment configuration (next)