[Problem/Question]
I have integrated SendBird Chat SDK in my SwiftUI app. I am facing 2 issues.
-
Push notifications have payload with aps - alert and sound, so it is getting displayed by the OS automatically. I want both my foreground and background notification to be displayed in a custom way
-
When I connect to SendBird using .connect, only the user id is being sent to the dashboard. The profile pic and nickname is not being sent even though I have set
SBUGlobals.currentUser = SBUUser(userId: userId, nickname: nickname, profileURL: profileUrl )
before calling connect
[Version]
sendbird-chat-sdk-ios - 4.29.3
sendbird-swiftui-ios - 1.1.1