iOS - SwiftUI - SendBird Push notification and connection issues

[Problem/Question]
I have integrated SendBird Chat SDK in my SwiftUI app. I am facing 2 issues.

  1. 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

  2. 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