-
Notifications
You must be signed in to change notification settings - Fork 904
Disable and enable automatic event logging arcording to GDPR #465
Comments
Any updates on this? |
I ended up fixing it by editing the info.Plist and the android manifest of the facebook SDK as described here https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events and then made a custom hook to enable them |
Thank you @Hanspagh, UPD: |
Any updates regarding this? |
Can you please tell me how you did it with the custom hook? |
@obendevski Its been a while, but it was something a long the lines of this |
Great, thank you very much. Just one more thing, where do you import the |
Yes, but I am also pretty sure, this is a requiment for the libary anyways |
Did you pull it of @obendevski? I'm trying to do the exact same thing ... |
@stephanpavlovic I did it, yes. I will write it here ASAP, next few days. |
@obendevski I am struggling with importing classes from the react-native-fbsdk libraries. How did you handle them? I managed to get iOS working by adding On Android I am unable to |
Hey, @plaa , I had the same problem, had to add the android fbsdk. Then, you can |
Thanks @obendevski! For me it was sufficient to add the For those wondering, the |
Hi.
I can see it is possible in the android and iOS sdk to disable and only after the user has consented then enable automatic event logging again, see the provided Link for more details.
Is this something that is also possible in the RN sdk?
The text was updated successfully, but these errors were encountered: