Skip to main content

Posts

Showing posts from November, 2018

iOS-factor by krausefx - A blueprint for setting up a maintainable iOS project

iOS-factor was inspired by the famous twelve-factor app framework, a methodology to write high-quality web services. iOS-factor uses the same structure and similar principles, re-written and applied to the iOS app development processes. Topics covered: Dependencies Config Dev/prod parity Deployment Prefer local over remote Backwards compatible APIs App versioning Persistence of data Great read even to improve your existing setup! iOS-factor I would add some words about testing unit tests UI tests device farms continuous integration A/B-Testing Monitoring & Alarming Tracking We are using Travis CI , but I would recommend havva look at Google Firebase and Microsoft App Center as well!