transistorsoft / flutter_background_geolocation

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

Not location detection on IOS when app is killed #1373

Open gamestap99 opened 5 days ago

gamestap99 commented 5 days 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 5 days ago

“App” does not “run”?

fix your screenshot

gamestap99 commented 4 days ago

z5986434380606_2d3d275f3552325c53ea98dcd821b54b Os Version

gamestap99 commented 4 days ago

z5986434380606_2d3d275f3552325c53ea98dcd821b54b Os Version

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

christocracy commented 4 days ago

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

gamestap99 commented 1 day 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 1 day ago

CANNOT_SEND_MAIL

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

gamestap99 commented 1 day 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 1 day ago

Check your mail app and ensure it’s configured.