views:

454

answers:

1

Thanks for your support, but will it(integration of exsisting C++ library with iPhone application) effect my application at the time of submision to Apple Store? Are there any chances of disapproval of application from Apple Store?

Thanks & Regards

Khushi

+1  A: 

As long as your library is statically linked, you shouldn't have any problems with the approval process.

Ben Gottlieb