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

Alternatives for triggerActivities #1369

Open HoseinHaqiqian opened 1 month ago

HoseinHaqiqian commented 1 month ago

Is there anyway to make the plugin only listen to running and walking activities and ignore on_vehicle location events?Currently plugin only supports triggerActivities for android, is there any other ways to make it work for iOS?

christocracy commented 1 month ago

I've recently implemented Config.triggerActivities for iOS but haven't yet released it.

NOTE: If the user doesn't grant "Physical Activity" permission, this feature will not work.

HoseinHaqiqian commented 1 month ago

Will the requestPermissions function work for getting that permission? or should be done outside of plugin?

christocracy commented 1 month ago

The plugin automatically requests Physical Activity permission.

github-actions[bot] commented 5 days ago

This issue is stale because it has been open for 30 days with no activity.