diff --git a/docs/ios-core/local-user/screen-share-guide.mdx b/docs/ios-core/local-user/screen-share-guide.mdx index b4bd18505a..0aeeb4efec 100644 --- a/docs/ios-core/local-user/screen-share-guide.mdx +++ b/docs/ios-core/local-user/screen-share-guide.mdx @@ -43,7 +43,6 @@ Add your extension to an app group by going to your extension's target in the pr ```swift import ReplayKit -import DyteiOSCore class SampleHandler: DyteSampleHandler {} ``` @@ -54,14 +53,14 @@ Make sure **both of them** (App and Extension Info.plist) contains below key. ``` RTCAppGroupIdentifier - (name of the group) + (name of the group you have created) ``` Add below key inside the Info.plist of the main App. ``` RTCScreenSharingExtension - (Bundle Identifier of the Broadcast upload extension) + (Bundle Identifier of the Broadcast upload extension you have added in your project) ``` ![Info.plist screenshot](/static/mobile/0.x.x/ios-setup-info.png) diff --git a/static/static/mobile/0.x.x/ios-setup-info.png b/static/static/mobile/0.x.x/ios-setup-info.png index 8b79680ef9..1f53d596a4 100644 Binary files a/static/static/mobile/0.x.x/ios-setup-info.png and b/static/static/mobile/0.x.x/ios-setup-info.png differ