Why does the background service not work on iOS devices? I gave all the necessary permissions and tried every way. flutter_background_service: I'm using ^0.0.1+21 and it says IOS support.
I'm trying to add a pedometer. It works perfectly in the background on Android, but I could not run it on IOS even though I met all the conditions.
When I close the application, it continues to work on android. How can I make this possible on iOS?