Sometimes I’m tempted to build an application based on a 3rd party api.

One big thing that Apple does not have and Google does in its App Store is automatic testing before every deployment. Every build that you upload to the Google Play Stores gets automatically tested using either a device farm or simulators (not sure which one) for free. Thanks to that...

There are times when you make mistakes and delete something important. If you didn’t use source control those files would be gone forever with little to no chance of recovery.