Uses URL schemes to determine whether apps are installed

This commit is contained in:
Riley Testut
2019-06-04 13:53:21 -07:00
parent 7c13c42d75
commit b69fb2408d
8 changed files with 165 additions and 58 deletions

View File

@@ -28,6 +28,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
else
{
print("Started DatabaseManager")
AppManager.shared.refresh()
}
}
@@ -46,6 +48,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func applicationWillEnterForeground(_ application: UIApplication)
{
AppManager.shared.refresh()
ServerManager.shared.startDiscovering()
}