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

Gdpr privacy #93

Closed Nightsd01 closed 6 years ago

Nightsd01 commented 6 years ago

• Adds ability for developers to enable user privacy consent • Until the user provides consent (using the UserDidProvidePrivacyConsent(bool) method), the SDK will not be initialized in either iOS or Android • This privacy consent setting can be controlled by flags in Info.plist (iOS) or AndroidManifest.xml (android), or by calling SetRequiresUserPrivacyConsent(bool) before initialization of the SDK