Logger.info("iVersion found a new version \(latestVersion??"N/A") of the app on iTunes. Current version is \(self.applicationVersion??"nil")")
}else{
@ -266,7 +266,7 @@ class VersionUpdateHandler: NSObject {
}
}
}else{
if(verboseLogging){
if(self.verboseLogging){
Logger.info("iVersion found that the application bundle ID \(self.applicationBundleID) does not match the bundle ID of the app found on iTunes \(bundleID) with the specified App Store ID")
}
}
@ -276,13 +276,13 @@ class VersionUpdateHandler: NSObject {