【发布时间】:2020-08-10 11:06:22
【问题描述】:
我有 Xamarin iOS 应用程序。我为我的应用添加了 UNNotificationServiceExtension。现在我收到以下错误:
Your code signing/provisioning profiles are not correctly configured. Probably you have an entitlement
not supported by your current provisioning profile, or your device is not part of the current
provisioning profile. Please check the iOS Device Log for details (error: 0xe8008016).
我为我的应用程序和扩展程序使用单独的 ID。我还为每个 ID 创建了单独的配置文件。只有我删除了扩展 - 然后我才能签署(部署)我的应用程序。
这是我的标识符示例:
app: com.my.testapp
ext: com.my.testapp.NotifExt
任何建议 - 我将不胜感激
【问题讨论】:
-
确保Xcode和VS的版本是最新的。这是一个类似的问题,也许可以帮助你stackoverflow.com/questions/42906973/…
-
我会把它作为答案发布更多细节,你能接受吗?这将帮助更多有类似问题的人:)
-
是的。我会接受的
标签: ios xamarin.forms xamarin.ios