@muukii Because looking at the code the "AppVersionMonitor.sharedMonitor.startup()" function is empty. ```swift open class AppVersionMonitor { ... open func startup() { 🤔 } } ```