小编Pas*_*cal的帖子

Xamarin 推送通知 Firebase Android 12(导出)

我想从Github包中实现 GettingStarted 。到目前为止,如果我像教程中那样做所有事情,我会收到错误“定位 S+(版本 31 及更高版本)需要为 android:exported 定义一个显式值,当存在​​意图过滤器时]”,用于 crc640921eac73192168e.PNMessagingService。这意味着我必须将代码添加到 Manifest.xml 中,并使用导出的属性=true 或 false。但我不知道必须将哪些代码粘贴到 XML 中才能使其正常工作?在另一个用户Stackoverflow的进一步问题中,他得到了设置导出 = false 的答案,但他没有说确切的代码必须是什么,也许这样可以帮助我:D

android push-notification firebase xamarin

6
推荐指数
2
解决办法
2778
查看次数

标签 统计

android ×1

firebase ×1

push-notification ×1

xamarin ×1