Upload missing dSYMs to see crashes

less than 1 minute read

If you are using Firebase Crasyltics in your app and if bitcode is enabled then you might see this message “Upload missing dSYMs to see crashes” when trying...

Protect WhatsApp with Touch ID in iPhone

less than 1 minute read

Now you can lock WhatsApp on your iPhone with Touch ID. If your phone is being accessed by family memebers then this would be quite helpful to prevent other ...

How to rename multiple files on a Mac

less than 1 minute read

Let us say you are scanning documents using a printer connected to a Mac. And when scanning multiple pages of the same document, the pages gets scanned with ...

Journey with Swift

3 minute read

This is about my journey as a Swift developer and some of the points discussed here could be useful to anyone who want to re-invent themselves as a softwar...

How to link Aadhaar with PAN

1 minute read

Central Board of Direct Taxes, Government of India has made Aadhaar mandatory for filing returns. Income Tax India website is now providing option to link yo...

Moto G5 Plus - How to use OTG (USB On The Go)

less than 1 minute read

Moto G5 Plus comes with a OTG support, where you can copy the files from your pen drive (and vice versa) by connecting it to your phone via the OTG cable. Th...

Assertions supported in XCTest

1 minute read

Here you can find the list of Assertions supported by XCTest and it is essential to know all these assertion if you are practicing Test Driven Development in...

Turn off excessive logging in Xcode 8

less than 1 minute read

Xcode 8 shows lots of logging message in the console window when you run the app. If you have any print statement in your app module then it can easily get l...