diff --git a/example/ios/Notifications/NotificationService.swift b/example/ios/Notifications/NotificationService.swift index 60e44390..976e8d6a 100644 --- a/example/ios/Notifications/NotificationService.swift +++ b/example/ios/Notifications/NotificationService.swift @@ -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"), diff --git a/example/ios/Notifications/Notifications.entitlements b/example/ios/Notifications/Notifications.entitlements index 00390120..e5b71890 100644 --- a/example/ios/Notifications/Notifications.entitlements +++ b/example/ios/Notifications/Notifications.entitlements @@ -4,7 +4,7 @@ com.apple.security.application-groups - group.io.stream.flutter + group.io.getstream.flutter diff --git a/example/ios/Runner/AppDelegate.swift b/example/ios/Runner/AppDelegate.swift index 3f549155..69a7daf4 100644 --- a/example/ios/Runner/AppDelegate.swift +++ b/example/ios/Runner/AppDelegate.swift @@ -3,7 +3,7 @@ import Flutter @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { - let sharedDefaults = UserDefaults(suiteName: "group.io.stream.flutter") + let sharedDefaults = UserDefaults(suiteName: "group.io.getstream.flutter") override func application( _ application: UIApplication, diff --git a/example/ios/Runner/Runner.entitlements b/example/ios/Runner/Runner.entitlements index 967ba7f2..433bdfe0 100644 --- a/example/ios/Runner/Runner.entitlements +++ b/example/ios/Runner/Runner.entitlements @@ -6,7 +6,7 @@ development com.apple.security.application-groups - group.io.stream.flutter + group.io.getstream.flutter diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b186e1af..ac562d41 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.18+20 +version: 1.0.20+22 environment: sdk: ">=2.2.2 <3.0.0"