ios - Xamarin Studio 无法识别配置文件

标签 ios xcode xamarin provisioning-profile xamarin-studio

我对这些苹果证书束手无策。我有一个 Xamarin.Forms 应用程序,我需要使用配置文件对其进行签名,以便启用推送通知。但是,Xamarin Studio 无法识别我正在制作的任何配置文件。有人可以帮忙吗?

Xamarin Studio 尝试链接配置文件,未找到配置文件 23devpp: enter image description here

Xcode 找到省份。个人资料 23devpp: enter image description here

Developer 窗口具有标记为事件的配置文件: enter image description here

最佳答案

编辑:这是解决方案

Xamarin iOS 项目的 Info.plist 中的 Bundle Identifier 必须与您用于配置文件的 App ID 中的标识符相匹配。我刚刚尝试了这个并且我复制了你的问题 - 当我更正 Bundle Identifier 时我的测试配置文件出现了


(我想对此发表评论,但我还不能)抱歉,但不得不问一个愚蠢的问题 - 你是否尝试重新启动 Xamarin?

Note: It is sometime necessary to stop and restart Xamarin Studio before it will see any new or modified certificates or profiles updated by Xcode.

关于ios - Xamarin Studio 无法识别配置文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34968571/

相关文章:

android - 创建命令并将其绑定(bind)到 Mvx.Mvx ListView

iphone - 为键盘切换 UIPicker

ios - 使用 segue 传递 tableviewcell 数据?

xcode - Cocoa:从一个类更新到另一个类后访问@public NSArray

iphone - 为 ios 视网膜应用程序添加图像两次?

c# - Xamarin 中的 SignalR 客户端

c# - Xamarin C# Android : Reading a Blob from SQLite

ios - Swift 中的可选项,为什么这个简单的代码不打印可选项?

ios - 自动布局前导和尾随约束(动画)

swift - Xcode 无法在类 UICollectionReusableView 的助理编辑器中打开正确的类