AWS SNS 异常错误
AWS SNS Weird Error
我已经创建了我的 iOS 应用程序的开发证书和 APNS 证书,并且通过 KeyChain 与两者一起创建了我的 .p12,我将其上传到我在 AWS SNS 应用程序中的应用程序。在更新应用程序凭据中执行加载凭据时会遇到此错误。提到了类似的问题here。非常感谢这方面的任何帮助:
Invalid parameter: Attributes Reason: You provided a certificate of
type OTHER, which cannot be used to create an application of type iOS
Development. Please select an application of type OTHER or provide a
certificate of type iOS Development (Service: AmazonSNS; Status Code:
400; Error Code: InvalidParameter; Request ID:
c07a741a-73ed-55b4-93da-3bc095609445)
在我的具体案例中,我生成了错误类型的证书。
我没有生成 Apple Push Notification 服务 SSL(沙盒) 证书,而是生成了 iOS App Development证书.
我创建正确后,Amazon SNS 成功接受了它。
我已经创建了我的 iOS 应用程序的开发证书和 APNS 证书,并且通过 KeyChain 与两者一起创建了我的 .p12,我将其上传到我在 AWS SNS 应用程序中的应用程序。在更新应用程序凭据中执行加载凭据时会遇到此错误。提到了类似的问题here。非常感谢这方面的任何帮助:
Invalid parameter: Attributes Reason: You provided a certificate of type OTHER, which cannot be used to create an application of type iOS Development. Please select an application of type OTHER or provide a certificate of type iOS Development (Service: AmazonSNS; Status Code: 400; Error Code: InvalidParameter; Request ID: c07a741a-73ed-55b4-93da-3bc095609445)
在我的具体案例中,我生成了错误类型的证书。
我没有生成 Apple Push Notification 服务 SSL(沙盒) 证书,而是生成了 iOS App Development证书.
我创建正确后,Amazon SNS 成功接受了它。