We are a developer studio from Germany. We developed an Augmented Reality app with Unity3D. To give the user the possibility to take snapshots within the app and post them on Facebook we are using the Facebook SDK for Unity.
Due to the fact that we developed this for a customer in Germany he has to set up a privacy policy, where he has to ensure that the app does not send any data to Facebook unless the user clicks on the share button. Our customer asked us as their developers to advise him in this case. The German law is very strict concerning data protection. Especially it says that there should be no communication between the app and the Facebook server before the user explicit allows it (by pressing the share button)
Could you give us any information if the Facebook SDK for Unity is already active while the start of the app or is it only activated, when the user clicks on our share button (which causes an API-Call to FB.Init()
)?