iberatkaya / playify

Playify is a Flutter plugin for play/pause/seek songs, fetching music metadata, and browsing music library.
https://pub.dev/packages/playify
MIT License
33 stars 14 forks source link

Crash on Android : Unable to instantiate receiver com.kaya.playify.playify.PlayifyPlayer #22

Open rohitsangwan01 opened 1 year ago

rohitsangwan01 commented 1 year ago

Hey , am facing a crash on my android device , with error :

Unable to instantiate receiver com.kaya.playify.playify.PlayifyPlayer: java.lang.ClassCastException: com.kaya.playify.playify.PlayifyPlayer cannot be cast to android.content.BroadcastReceiver

only when i try to change Volume ( either programatically , or using hardware button )

I got this crash only on Samsung device ( Android version 12 )

And it was working fine on One plus ( Android Version 11 )

haashem commented 1 month ago

I have the same issue:

Fatal Exception: java.lang.RuntimeException
Unable to instantiate receiver com.kaya.playify.playify.PlayifyPlayer: java.lang.ClassCastException: com.kaya.playify.playify.PlayifyPlayer cannot be cast to android.content.BroadcastReceiver