JulianAssmann / flutter_background

A flutter plugin to keep apps running in the background via foreground services. Android only.
https://pub.dev/packages/flutter_background
MIT License
87 stars 49 forks source link

iOS Background Operations #52

Closed mado-bohsali closed 2 years ago

mado-bohsali commented 2 years ago

As per your package description, you have mentioned that iOS is not supported. How should I make sure of you package for iOS? In brief, all I want to do is do save the current open quiz (1 question and its options) in the background. That said, in case the app is back online, I redirect the user to the last opened question.

JulianAssmann commented 2 years ago

Sorry, I don't quite understand? Are you asking me if the package is working on iOS, if it could work on iOS or if you should try to implement the package for iOS?

mado-bohsali commented 2 years ago

Yes i'm asking if it works on iOS since you mentioned on pub.dev "iOS is currently not supported."

JulianAssmann commented 2 years ago

No, unfortunately not. As you can see, the iOS implementation is empty. I don't think something like that is even possible on iOS.