-1

My application is on apple store (1.0.0) , i am ready with my new build to upload a new version 1.0.1 on apple store.

I am stuck in provisioning profile section .

Do i need to again download

1. Developer Profile
2. Distribution profile 

I made both profiles 4 months back (for the uploaded version 1.0.0) ,one more thing- is the validity of application depends on that also ?

what is the difference bw uploading a new app and uploading its version ?

Thanks is advance :)

vinay chorpa
  • 187
  • 3
  • 16

1 Answers1

0

No need to create a new developer profile or distribution profile. Make sure you validate it when archiving to make sure that apple is happy with your version number - you need to increment the build number otherwise this will fail also.

Just submit afterwards and the process is the same as the first time round. Good luck getting the update accepted!

CreativeAbyss
  • 313
  • 1
  • 18
  • how to increment the build number (are you talking about: Summary Tab --> Just below Bundle identifier VERSION i changes it to 1.0.1)?? and i signed my code with those profiles . do i need to make any changes ? – vinay chorpa Mar 30 '13 at 20:12
  • In that area bellow bundle identifier there are two boxes. Version and Build. I made a big change in my update so set my app version to 1.1 and then build to 1.1 also. For you i imagine you would put 1.0.1 in both boxes. It won't let you upload if these values are incorrect. Basically the build has to be equivalent to the version number or higher. – CreativeAbyss Mar 30 '13 at 20:25