update groupid

This commit is contained in:
Salvatore Giordano
2020-10-05 15:05:53 +02:00
parent 88e5a2eb2c
commit 2e0ac9a82c
5 changed files with 5 additions and 5 deletions
@@ -18,7 +18,7 @@ final class NotificationService: UNNotificationServiceExtension {
self.contentHandler = contentHandler
bestAttemptContent = (request.content.mutableCopy() as? UNMutableNotificationContent)
guard let sharedDefaults = UserDefaults(suiteName: "group.io.stream.flutter"),
guard let sharedDefaults = UserDefaults(suiteName: "group.io.getstream.flutter"),
let apiKey = sharedDefaults.string(forKey: "KEY_API_KEY"),
let userId = sharedDefaults.string(forKey: "KEY_USER_ID"),
let token = sharedDefaults.string(forKey: "KEY_TOKEN"),