I currently run a small company which makes iPhone Apps. – I’ve been using my team development resources to build apps to device on Xcode (i.e. I’m creating the app as a member of the company).
I’ve just finished making my own app which I want to submit to the app store (not as a part of the company). – I’m just about to get my own individual license – when I have it, what steps should I take to ensure that the App is signed/provisioned with my individual license??
Use the codesign -dvvv command from the terminal command-line on your app bundle to verify and print out the certificate used for signing. Make sure that it is your Distribution certificate, not Development or someone else’s certificate.