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
• 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
• 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 inInfo.plist
(iOS) orAndroidManifest.xml
(android), or by callingSetRequiresUserPrivacyConsent(bool)
before initialization of the SDK