From 3a919dcb23296e3f1d6a160c102d6211377c0329 Mon Sep 17 00:00:00 2001 From: Deniz Duezgoeren Date: Mon, 12 Aug 2019 12:55:23 +0200 Subject: [PATCH] Changed topic string --- AvH Plan/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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