tags:

views:

59

answers:

1

I would like to provide my client a native iPhone application module that he could integrate within his own iPhone application.

I don't want to provide the source code.

How can I achieve this?

+4  A: 

Build your code as a static library and send it to them.

http://blog.stormyprods.com/2008/11/using-static-libraries-with-iphone-sdk.html

Erich
Excellent! Thanks for the answer.
Fabio