Offline UI testing on iOS with stubs

The original post is published on the Just Eat tech blog at this URL [http://tech.just-eat.com/2015/11/23/offline-ui-testing-on-ios-with-stubs/]. Here at Just Eat, while we have always used stubs in Unit Tests, we tested against production public APIs for our functional and UI Testing. This always caused…

The journey of Apple Pay at Just Eat

The original post is published on the Just Eat tech blog at this URL [http://tech.just-eat.com/2015/07/14/the-journey-of-apple-pay-at-just-eat/]. Introduction Apple Pay has recently been released in UK and at JUST EAT we worked on the integration in the iOS app to better support all of our…

From the Eyes of an iOS Dev at JUST EAT

It has been almost 6 months since my last blog post. Things have changed quite a lot since then. Six months ago I was still excited about my travel to San Francisco for the WWDC 2014, my girlfriend still had to move from Italy to London with me and definitely…

The solution to FTP on iOS: GoldRaccoon

GoldRaccoon [http://albertodebortoli.github.io/GoldRaccoon/] is the iOS component to connect to a FTP service and do the following: * Download a file * Upload a file * Delete a file * Create a directory * Delete a directory * List a directory Why another Raccoon? First, because the humanity needs it. This project started…