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

Not location detection on IOS when app is killed #1373

Closed gamestap99 closed 1 week ago

gamestap99 commented 3 weeks ago

Your Environment

Expected Behavior

Actual Behavior

Steps to Reproduce

1. 2. 3. 4.

Context

Debug logs

Logs ``` PASTE_YOUR_LOGS_HERE ```

![Uploading z5984877600119_4fdae333b071a02a7d5f2f748fbb951b.jpg…]()

christocracy commented 3 weeks ago

“App” does not “run”?

fix your screenshot

gamestap99 commented 3 weeks ago

z5986434380606_2d3d275f3552325c53ea98dcd821b54b Os Version

gamestap99 commented 3 weeks ago

z5986434380606_2d3d275f3552325c53ea98dcd821b54b Os Version

@christocracy Hi, I edited it. This OS has a problem.

christocracy commented 3 weeks ago

See wiki “Debugging” and learn to observe the plug-in’s logs.

gamestap99 commented 2 weeks ago

PlatformException(CANNOT_SEND_MAIL, null, null, null)

bg.Logger.emailLog(_emailController.text).then((bool success) { print('[emailLog] success'); }).catchError((error) { UtilLoading.showError(content: error.toString()); }); @christocracy hello, i test debug. but have error. pls help me

christocracy commented 2 weeks ago

CANNOT_SEND_MAIL

.emailLog doesn’t work in the simulator. It doesn’t have an email client.

gamestap99 commented 2 weeks ago

CANNOT_SEND_MAIL

.emailLog doesn’t work in the simulator. It doesn’t have an email client.

@christocracy I tested on real device

christocracy commented 2 weeks ago

Check your mail app and ensure it’s configured.

gamestap99 commented 2 weeks ago

@christocracy How can I listen when the location is saved I want to clone the data because I want to add some properties

christocracy commented 2 weeks ago

Not location detection on IOS when app is killed

Is this issue resolved?

gamestap99 commented 2 weeks ago

@christocracy I'm still trying to reproduce it to get the better log.