我想使用Parse发送VoIP push notifications
,但似乎Parse目前不支持它(我尝试添加VoIP推送通知证书,如普通推送通知证书,但是解析返回错误
Unsupported certificate type. Common Name (CN) must contain one of: Apple Production IOS Push Services, Apple Development IOS Push Services, Pass Type ID, Apple Development Mac Push Services, Apple Production Mac Push Services.
可能我做错了什么?或者,如果它现在真的不受支持,可能还有其他一些方法,也许某些外部库可用于解析云代码?
答案 0 :(得分:0)
解析仍然不支持IP语音。 以下是关于解析教程的链接
或者您希望解析文本作为推送通知,请参阅以下链接:
https://github.com/ParsePlatform/PushTutorial/tree/master/iOS
但是要发送推送通知,您必须在您的解析帐户中附加push enable p.12文件。