flutter_background_service icon indicating copy to clipboard operation
flutter_background_service copied to clipboard

[iOS] Can I change the name of background process?

Open GrupoDO opened this issue 3 years ago • 4 comments

Hello! Is there any way to change the name of the background process (current is bgRefresh-dev.flutter.background.refresh) for something with the name of my app? Something like bgRefresh-myAppName will be great.

Thank you!

GrupoDO avatar Feb 16 '22 13:02 GrupoDO

hi @GrupoDO currently is not possible to do that, but I'm planning to add that feature in the future.

ekasetiawans avatar Feb 16 '22 13:02 ekasetiawans

You can do it, if you sneak in this library

huseyinemreuslu avatar Mar 02 '22 08:03 huseyinemreuslu

You can do it, if you sneak in this library

Yes, but with every update of package I will need to repeat the change.

GrupoDO avatar Mar 02 '22 11:03 GrupoDO

@GrupoDO fork this repository and modify it, then use git reference in your project pubspec.yaml

ekasetiawans avatar Mar 02 '22 11:03 ekasetiawans