By using the below code we can get the version of the app let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String By using the below code we can get the build of the app let build = Bundle.main.infoDictionary?["CFBundleVersion"] as? String
How can I get battery level and state (plugged in, discharging, charging, etc) in iOS?
How do i get build/version number of an iOS App?
How to make a phone call in iOS 10 using Swift?
How to take a screenshot on iOS programmatically ?
How to prevent the screen from sleeping in iOS Programmatically?