简体   繁体   English

在Xcode中看不到配置文件

[英]Unable to see provisioning profile in Xcode

I am trying to enable push for an existing app have in the App Store. 我正在尝试为App Store中的现有应用启用推送功能。

I have not used a wildcard app id, but a specific app id. 我没有使用通配符应用程序ID,而是使用了特定的应用程序ID。

I followed this tutorial for creating certificates, https://parse.com/tutorials/ios-push-notifications 我按照本教程创建证书https://parse.com/tutorials/ios-push-notifications

When i try to create new App ID in Apple Developer Member Center it is asking for Bundle ID , when i enter my app Bundle ID it shows Bundle ID already taken 当我尝试在Apple Developer Member Center创建新的App ID ,它要求输入Bundle ID ,当我输入我的应用程序Bundle ID它表明Bundle ID already taken

so, i tried to enable to push notification in my exiting app id, and created new provisions profile. 因此,我尝试启用在退出的应用ID中推送通知的功能,并创建了新的配置文件配置文件。

I am able to do this, but it doesn't show my provisioning profile in Xcode Under Project, "Build Settings", and inside the "Code Signing Identity" 我可以执行此操作,但是它不会在“项目”下的“ Xcode”,“构建设置”和“代码签名身份”中显示我的配置文件

and also i am unable to delete my existing App ID so that i can create new App ID . 而且我无法删除我现有的App ID因此我可以创建新的App ID

While deleting it shows, The App ID '49TBXXXX6U.com.MYAPP' exists in the App Store so it cannot be removed. 在删除显示的内容时, App Store中存在App ID'49TBXXXX6U.com.MYAPP',因此无法删除。

Where i am making mistake ? 我在哪里犯错? why it is doesn't shows my profile in Xcode 为什么它没有在Xcode中显示我的个人资料

Please help and Thanks in advance. 请帮助,并提前致谢。

It seems like you are trying to enable push for an existing app you have in the App Store. 似乎您正在尝试为App Store中现有的应用程序启用推送功能。

The app seems not to have used a wildcard app id, but a specific app id. 该应用似乎没有使用通配符应用ID,而是使用了特定的应用ID。 If that is so, you must select the app id and continue from your step 1.3. 如果是这样,则必须选择应用程序ID,然后从步骤1.3继续。

If this is not the case, it just seems you need to let XCode sync up the provisioning profiles. 如果不是这种情况,似乎您需要让XCode同步配置文件。 You do that from the XCode menu / Preferences / Accounts / View Details / Refresh (icon) 您可以从XCode菜单/首选项/帐户/查看详细信息/刷新(图标)执行此操作

If all else fails, check Apples App Distribution Guide / Configuring Push Notifications 如果其他所有方法均失败,请查看《 Apples应用分发指南》 /“配置推送通知”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM