Review purchases on app launch

This commit is contained in:
Davide De Rosa 2021-02-02 17:57:42 +01:00
parent d788140e47
commit be3aaeae04
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
NSApp.mainMenu = loadMainMenu()
StatusMenu.shared.install()
ProductManager.shared.reviewPurchases()
// if let appCenterSecret = appCenterSecret, !appCenterSecret.isEmpty {
// AppCenter.start(withAppSecret: appCenterSecret, services: [Analytics.self, Crashes.self])