iOS: How to get App’s Version number (CFBundleVersion)
Recently, i had to make an update to one of my apps. I was trying to figure out a way to see if all… Read More »iOS: How to get App’s Version number (CFBundleVersion)
Recently, i had to make an update to one of my apps. I was trying to figure out a way to see if all… Read More »iOS: How to get App’s Version number (CFBundleVersion)
An NSNotificationCenter object (or simply, notification center) provides a mechanism for broadcasting information within a program. An NSNotificationCenter object is essentially a notification dispatch table.… Read More »iOS: NSNotificationCenter – broadcast information within a program
Here, i am just checking whether network connectivity is available to a server and its done synchronously. You can use Reachability if you need notifications… Read More »iOS: Check whether internet connection is available