thyagoluciano / flutter_radio

Radio station streaming example with ExoPlayer and Flutter.
GNU General Public License v3.0
86 stars 41 forks source link

Doesn't work on iOS 13.1 #34

Open Batres35 opened 4 years ago

Batres35 commented 4 years ago

I'm trying to run a project that use this plugin (flutter_radio) on xcode simulator with an iPhone 8 and iOS 13.1, it compiles right without any problem but when the app starts it crashes and then it close.

Does this plugin has support for iOS 13? What can i do?

ghost commented 4 years ago

Not working with iOS 13.1 too

marcosteotonio commented 4 years ago

Not working with iOS 13.1 too HELLLPP

kitmt commented 4 years ago

Not working with iOS 13.1 too

lucas-tomasi commented 4 years ago

Not work too 13.3

marcosteotonio commented 4 years ago

@lucas-tomasi se você comparar os arquivos https://github.com/thyagoluciano/flutter_radio/blob/master/ios/Classes/FlutterRadioPlugin.m pode ver que no seu app está diferente, houve uma alteração a 4 meses atras, eu atualizei e funcionou.

lucas-tomasi commented 4 years ago

@marcosteotonio atualize e funcionou commit #0da3c2c está com o ajuste necessário.

kitmt commented 4 years ago

Can somebody please explain where to add FlutterRadioPlugin.m . thanks!

kitmt commented 4 years ago

Can somebody please explain where to add FlutterRadioPlugin.m . thanks!

OK Got it ... patched FlutterRadioPlugin.m in xcode and it worked ... thank you for this plugin!!!