Open HoseinHaqiqian opened 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.
Will the requestPermissions
function work for getting that permission? or should be done outside of plugin?
The plugin automatically requests Physical Activity permission.
This issue is stale because it has been open for 30 days with no activity.
Is there anyway to make the plugin only listen to
running
andwalking
activities and ignoreon_vehicle
location events?Currently plugin only supportstriggerActivities
for android, is there any other ways to make it work for iOS?