GCM certificate configuration not working or iOS(GCM 证书配置不工作或 iOS)
问题描述
当我尝试配置 GCM 并获取配置文件时,我遇到了一个问题.当我尝试通过 GCM 门户上传生产证书时,它显示证书中的捆绑包 ID 与您输入的捆绑包 ID 不匹配".我已经验证过了.仍然没有喜悦.任何人都可以帮助PLZ.
我在 Development 和 Production .p12 上都试过了,都对我有用.
您需要确保从您的 Bundle ID 生成正确的 .cer
证书文件,并且需要确保从您的钥匙串中导出正确的 .p12
文件使用权.您可以在
与您的
如果我在 GCM 门户中没有输入 iOS Bundle ID
,它将显示以下错误:
I am facing one issue when I am trying to confiure the GCM and getting configuration file. When I am trying to upload the production certificate over the GCM portal it says "Bundle Id in certificate doesn't match with Bundle Id you entered". I verified already for the same. Still no joy. Anyone help plz.
I tried it with both Development and Production .p12, both worked for me.
You need to make sure you generate a correct .cer
certificate file from your Bundle ID, and need to make sure you export the correct .p12
file from your Keychain Access. You can view the sample steps in this page.
You need to make sure the iOS Bundle ID
you input in the GCM portal.
(I use mine com.ziyang.samples.quickstart.gcm
)
matches the Bundle ID in your Apple Developer Portal.
(I use mine com.ziyang.samples.quickstart.gcm
)
If I miss typed the iOS Bundle ID
in the GCM portal, it will show the below error:
这篇关于GCM 证书配置不工作或 iOS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:GCM 证书配置不工作或 iOS


基础教程推荐
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01