From 02f75b30406c73e9d1c67fc74916ef73663dcd96 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 10 Apr 2020 18:24:35 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7093e2b7..5c04ad0d 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Make sure you have correctly configured your app to support push notifications, - open the XCode project - create a new target of type `Notification service extension` -- add `App Groups` capability to the `Runner` target and the just created one +- add `App Groups` capability to the `Runner` target and the just created one and create one common group - add the line `pod 'StreamChatClient'` to the Podfile - run `pod install` - substitute the code in the `Notification service` with [this one](https://gist.github.com/imtoori/d37611faefef036e1a6c017b1a09e91f) and substitute APPGROUP with the just created one