I am currently working at a startup company called Nestia as a Senior iOS Developer. Nestia is a startup company in Singapore. We started as a property rental startup company. But our business has grown to more than just the property sector. We are now a Home Living/Lifestyle startup company. What is a Lifestyle Startup Company? We are trying to provide all the needs/wants for … [Read more...] about Nestia – Lifestyle Mobile Apps in Singapore
Git
Getting Location Updates for iOS 7 and 8 when the App is Killed/ Terminated/ Suspended
This is a long awaited article that I promised to write. A couple months ago, I found a way to get the location update from iOS 7 and 8 even when the app is not active on foreground and not in the background. Yes, you may get the GPS coordinates from the iOS devices even when the app is killed/terminated either by the user or the iOS itself. Apple does not communicate much … [Read more...] about Getting Location Updates for iOS 7 and 8 when the App is Killed/ Terminated/ Suspended
Learning Unit Testing in XCode 5
I have been delaying in learning Unit Testing ever since the released of XCode 5 on September 2013. It is partly due to my busy schedule in rushing 2 complex projects back to back. Now the Second project - Watch Over Me 3.0 is under the beta testing stage, so, I have some time to pick up some skills that I have been wanting to learn. What is Unit Testing? Unit Testing is part … [Read more...] about Learning Unit Testing in XCode 5