transistorsoft / flutter_background_geolocation

Sophisticated, battery-conscious background-geolocation & geofencing with motion-detection
https://www.transistorsoft.com/shop/products/flutter-background-geolocation
Other
650 stars 241 forks source link

Why haven't you uploaded the demo application to the Apple Store? Will it work in the case of terminate state or not in ios? #1333

Closed AbdullahAhmed1991998 closed 4 months ago

AbdullahAhmed1991998 commented 4 months ago

Your Environment

Expected Behavior

Actual Behavior

Steps to Reproduce

1. 2. 3. 4.

Context

Debug logs

Logs ``` PASTE_YOUR_LOGS_HERE ```
christocracy commented 4 months ago

Why haven't you uploaded the demo application to the Apple Store?

because Apple doesn’t allow “demo apps”.

Will it work in the case of terminate state or not in ios?

Yes. read the api docs Config.stopOnTerminate. Everything is explained there in great detail with images.

Customers having doing so for over 10 years, since iOS 7 / Android 4.

AbdullahAhmed1991998 commented 4 months ago

I tried it and it worked on Android in all cases, and on iOS it worked in the foreground and background only, in Terminate it did not work. What function do I need to write in order for it to work on iOS and the application is closed?

christocracy commented 4 months ago

Did you carefully read the api docs Config.stopOnTerminate?

AbdullahAhmed1991998 commented 4 months ago

yes you can send me the function do that please?