iOS apps needs to be written in a way to provide security to data which is being transported over network.
SSL is the common way to do it.
Whenever app tries to call web services to pull or push data to servers, it should use SSL over HTTP, i.e. HTTPS.
To do this, app must call https://server.com...