Skip to content

Build release app cannot receive push on client with Proguard Android Kotlin #3

@nvmabc

Description

@nvmabc

I have issue when build release app with SignalR cannot receive push data from api.
but when run debug that working fine. So how can we do with this case because my project sign Proguard build release app.

build.gradle
implementation files('libs/signalr-client-sdk.jar')
implementation files('libs/signalr-client-sdk-android.jar')

Waiting Receive Data:
hubProxy?.on("ReceiveDataPush", SubscriptionHandler1 { data: String ->
val aaaa = data
hubConnection?.stop()
hubConnection?.disconnect()
}, String::class.java)

Thanks for you help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions