在 iOS 中运行推送通知的示例代码时出现以下错误:
[2013-08-16 15:02:50] FWLST1044W:APNS 证书存在,但在应用程序描述符中未找到推送发送方元素。推送通知将不会启用
我们使用的 APNS 证书名称:apns-certificate-sandbox.p12
我们的 application-descriptor.xml - iPhone 元素:
<iphone bundleId="com.companyname.abc.cde" version="1.0">
<worklightSettings include="true"/>
<pushSender password="***@push"/>
<security>
<encryptWebResources enabled="false"/>
<testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3"/>
</security>
</iphone>