jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.68k stars 452 forks source link

Notification don't work in Android targetSdkVersion 26 #93

Closed skylarklxlong closed 4 years ago

skylarklxlong commented 4 years ago

android targetSdkVersion = 26 com.readystatesoftware.chuck:library:1.1.0

The notification bar does not display messages

Ashok-Varma commented 4 years ago

Hey @skylarklxlong, since app is targeting 26. Notifications must have channels to display. Chuck doesn't have channel specified for the notifications

This project is no longer maintained. You can try one of these active repos https://github.com/Ashok-Varma/Gander - Gander https://github.com/ChuckerTeam/chucker - Chucker

skylarklxlong commented 4 years ago

@Ashok-Varma Thank you for your help