diff --git a/AvH Plan/AppDelegate.swift b/AvH Plan/AppDelegate.swift index f0ed561..3bb9a74 100644 --- a/AvH Plan/AppDelegate.swift +++ b/AvH Plan/AppDelegate.swift @@ -35,7 +35,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { application.registerForRemoteNotifications() - Messaging.messaging().subscribe(toTopic: "substitutions") { error in + Messaging.messaging().subscribe(toTopic: "substitutions-ios") { error in print("Subscribed to substitutions topic") } return true