ios - IBM Worklight - Push notification error when trying to build and deploy the app -
we getting below error while running sample code push notification in ios:
[2013-08-16 15:02:50] fwlst1044w: apns certificate exists, push sender element not found in application descriptor. push notifications not enabled
our apns certificate name used: apns-certificate-sandbox.p12
our application-descriptor.xml - iphone element:
<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>
edit application-descriptor.xml of application , make sure or environments has element. see slide 47 of http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v600/09_04_push_notifications.pdf
Comments
Post a Comment