Muhammad Hassan
Muhammad Hassan
flutter run -v First try: https://anotepad.com/notes/iqwpnyp6 Another try: https://anotepad.com/notes/twahc576
Same Here. Any Solution So Far...??? I am using this: https://pub.dev/packages/just_audio_background
Yes, I am getting also the same error while developing and running in device... ```Installing and launching... (lldb) dyld[1764]: Symbol not found: (_OBJC_CLASS_$_FlutterError) Referenced from: '/private/var/containers/Bundle/Application/40C4C70F-AB52-4CCE-A35E-4A576270B81D/Runner.app/Runner' Expected in: '/private/var/containers/Bundle/Application/40C4C70F-AB52-4CCE-A35E-4A576270B81D/Runner.app/Frameworks/flutter_blue.framework/flutter_blue' *...
Yes, Same issue here, Still not working in IOS and `onIosBackground()` is never called... Rest can I start server from service as I am getting error and thinking to restart...
> any updates about this topic?, I'm having the same issue > > if you finally found the solution, would you main to share it? @jrmanes What is your Main...
> > > any updates about this topic?, I'm having the same issue > > > if you finally found the solution, would you main to share it? > >...
Thanks for the update. Good to hear that it is working for you. Well, you are talking about an iOS background service that is terminated after 30 sec by default...
> hey @EXEIdeas @anaya12345 > > so, that means that this plugin is not working at all? > > my use case is, I need to schedule a task every...
Yes, To get Continuous Location in BG of iOS, you need to use Swift code and in this process, you can make your application live and active and can do...
> in Android i have use this code to stop service also works in IOS > > ``` > service.on('stopService').listen((event) { > try { > //your function if service is...