Browsed by
Month: December 2017

Adding secure parameters to web service calls Android AND XCode!

Adding secure parameters to web service calls Android AND XCode!

When you need to get information from a web service for your mobile application (which is almost all you ever do) you must have the ability to add $_POST information and send the request securely. Apple’s Swift language insists on this for every call to an external URL. Android is not so strict mainly because there are about a hundred ways to do this in Android and very few in Swift. As a for instance let’s go back to the…

Read More Read More