I am developing an iPhone application which is used for business purposes and it is storing many number of records in SQlite database. So my client don't want the app to run on the jailbroken devices.
So how to identify the jail broken devices during the app launch and preventing the user from proceeding further by showing some message.
Thanks in advance.