Search code examples
xamarinxamarin.formslaunching-applicationgdprconsentformcookieconsent

Asking for user consent during first app launch with Xamarin.Forms


Which is the best way to ask for user consent (for personalized ads, analytics etc.) during the first app launch with Xamarin.Forms?

Should a new ConetentPage get created for this purpose or is there another way to implement the consent settings?


Solution

  • A separate page or page modal could be used. In the display alert we have limitations, we cannot have our own custom content, I personally use the below library, so I can have my page show as a pop-up. Please check this

    https://github.com/rotorgames/Rg.Plugins.Popup