Linknpay / capacitor-facebook-events

Facebook events tracking in Capacitor applications
MIT License
4 stars 1 forks source link

feat: support more functions #2

Open EinfachHans opened 9 months ago

EinfachHans commented 9 months ago

Hey,

to be GDPR compliant i can't use facebook events out of the box, i have to use their auto log flag and first enable events when i'm allowed to. I noticed that this plugin doesn't support this. According to the Facebook docs this would be:

iOS

// enable
Settings.shared.isAutoLogAppEventsEnabled = true

// disable
Settings.shared.isAutoLogAppEventsEnabled = false

Android

// enable
setAutoLogAppEventsEnabled(true);

// disable
setAutoLogAppEventsEnabled(false);
Linknpay commented 9 months ago

Hello @EinfachHans,

Thank you for your suggestion. I'm planning to implement the feature for controlling Facebook's automatic event logging based on user consent in the capacitor-facebook-events plugin soon. I'll keep you updated on the progress.

Best regards.

EinfachHans commented 9 months ago

@Linknpay Any news when you have time to implement this? Alternatively i could work on a PR

EinfachHans commented 8 months ago

@Linknpay please let me know if you will actively maintain this plugin in the future

EinfachHans commented 7 months ago

@Linknpay Guess that means you won't? 😃

aliyafthh commented 5 months ago

@Linknpay any updates on this?