Review purchases on app launch
This commit is contained in:
parent
d788140e47
commit
be3aaeae04
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue