CodeCook
Results
3
issues of
CodeCook
autoUpdater.checkForUpdates(inBackground: false); 使用false时,在开发模式下启动应用程序会提示程序更新 。  但是如果使用inBackground: true, 程序就不会有任何提示。 这是为何?