How To Send a File Message in Share Extension #62
lookdeceline
announced in
App Capabilities
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
How to send a file message in Share Extension?
Answer
1. Create a new iOS project
2. Add a Share Extension to your project
3. Enable App Groups capability
4. Implement the Share Extension
Note: It is important to set your app groups name as shared container identifier using SendbirdChat.setSharedContainerIdentifier(_:) interface.
In
ShareViewController.swift
:5. Verify the file message is sent
On another device, or Sendbird Dashboard, check if the image is sent.
Beta Was this translation helpful? Give feedback.
All reactions