coure2011
coure2011

Reputation: 42474

Converting source to binary

I dont want to give my code to my client, i just want to give him binary. How can i create such binary that client can test using XCode and iphone?

Upvotes: 0

Views: 88

Answers (1)

taskinoor
taskinoor

Reputation: 46037

You can give your client an AdHoc build. You need to add his / her device ID to the profile. Check iPhone Developer Program User Guide published by Apple for detail steps.

Upvotes: 1

Related Questions