iphone-security

Options for iPhone app which requires VPN?

I was thinking about creating an iPhone app "front end" for one of our internal systems. I suspect this will need to run via a Cisco VPN (connecting with a key code). What are the options to do this on the iPhone? Do you need to manually connect to a VPN somehow using the iPhone and then start the iPhone app? Or can the app prompt us...

How to protect sqlite db in your core-data iPhone app?

Hi All, I have a Core Data-based iPhone app with a pre-populated read-only database. What protection (if any) can I apply to my database to reduce the likelihood of piracy / the database being read off a jail-broken iPhone? Most code examples for using a pre-populated sqlite database show the database being copied from the app bundle...