OneSignal / OneSignal-Xamarin-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Xamarin app with OneSignal. https://onesignal.com
Other
105 stars 50 forks source link

Privacy GPDR for users #113

Closed AngeloLazzari closed 5 years ago

AngeloLazzari commented 5 years ago

I read here in the Android SDK 3.9 you added the PrivacyConsent, is there the same login on XMARIN version or we have to follow the instruction from both android and IOS SDKs?

thank you very much

jkasten2 commented 5 years ago

@AngeloLazzari There is specific Xamarin documentation below for SetRequiresUserPrivacyConsent and UserDidProvidePrivacyConsent methods. https://documentation.onesignal.com/docs/xamarin-sdk#section--setrequiresuserprivacyconsent-

AngeloLazzari commented 5 years ago

Thank you very much!!