在使用 Xamarin.Forms 首次启动应用程序期间征求用户同意

发布于 2025-01-12 02:13:10 字数 112 浏览 2 评论 0原文

在首次使用 Xamarin.Forms 启动应用程序期间征求用户同意(个性化广告、分析等)的最佳方式是什么?

是否应该为此目的创建一个新的 ConetentPage,还是有其他方法来实施同意设置?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

几味少女 2025-01-19 02:13:10

可以使用单独的页面或页面模式。在显示警报中我们有限制,我们不能有自己的自定义内容,我个人使用下面的库,所以我可以让我的页面显示为弹出窗口。请检查此

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文