Tag: iOS

Using Fastlane in iOS apps

Using Fastlane in iOS apps

Introduction At Shaadi we have various community apps with common source code. Community apps include Marathi Shaadi, Telugu Shaadi, Bengali Shaadi, Punjabi Shaadi and other such apps.When the code was ready, we had a big task of deploying all these community apps. There were many tasks to be performed for each app. The tasks were…

Handling Internet inconsistencies in iOS App

Handling Internet inconsistencies in iOS App

Let’s face it: if your iOS app is consuming web services, there is one common problem we developers are going to want to stand up to. And that is – not presenting a blank screen to users with unreliable internet But the answer turns out to be more complex than you think at first. We…