Not working on android 13, Api level 33
ibrahim-sdsol opened this issue · 5 comments
yep facing the same issue
There is no description provided about what exactly not working.
Use SNAPSHOT version of Chucker - it has support of Android 13.
https://github.com/ChuckerTeam/chucker#snapshots-
@vbuberen I tried 4.0-snapshot and still chucker does not work. I have Cucker setup as an interceptor and previously I would get a notification when that specific API is getting called and I get all the data but now not anymore. Started happening with android 13.
Also no errors or logs related to Chucker.
You need to provide Chucker with notifications permission first. Without it Chucker works, but shows no notification.
To provide such permission use the quick action shortcut which is added to your app when Chucker is added. As soon as you start Chucker this way you would see a permission request. Grant this permission and you will see transactions notifications again.
ok works. thx