views:

143

answers:

2

Hello,

I am finishing an app for my client. He wants to submit it to Apple himself.

What must I do ?

Should I give him the app unsigned ? Should I ask him a provisioning profile ? Should I be added to his team and to his Distribution Profile ?

Thanks a lot for your help ?

Thierry

+1  A: 

I would just give him the source code, unless you specifically don't want to do that for some reason. That way, he can just compile it himself.

Ben Alpert
+2  A: 

Have your client sign up for the iPhone Developer Program so that way when your client submits the app to the App Store it will be under the client's company name. You can still manage all the code signing and provisioning for your client if they do not know how to do this stuff. The client can simply give u access to their developer account to handle all that stuff.

zPesk