dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.6k stars 10.06k forks source link

Cannot receive push data from API when build app release with proguard android #44993

Closed nvmabc closed 2 years ago

nvmabc commented 2 years ago

I have issue with build release app when push data to receiver SignalR error cannot receive that data. The API pushed already. to be easy to understand about that error I would like to invite to see this link on stackoverflow.

[https://stackoverflow.com/questions/74219130/build-release-app-cannot-receive-push-on-client-with-proguard-android-kotlin-wit]

I cannot resolve that issue because I test maybe accept proguard but still cannot.

for run or build debug is work normal.

I hope everyone can help me this case. Thanks.

BrennanConroy commented 2 years ago

You are using signalr-client-sdk.jar and signalr-client-sdk-android.jar which are not supported. https://github.com/SignalR/java-client

ghost commented 2 years ago

This issue has been resolved and has not had any activity for 1 day. It will be closed for housekeeping purposes.

See our Issue Management Policies for more information.