Publish Message Not working

I asked for a example of sending push using the backendless console Vyacheslav.
I would like to be able to send push to all devices from the backend and not open the app and push the message from it.

For example - Certain iAP is 20% discounted for today. Get it now… (to all devices)
such type of message would make sense to push from the console.

You should put the headers from the doc into the field identified in this image:https://backendless.com/documentation/messaging/ios/backendless-publishing-push-notification-console.zoom50.png</img>

For example, the header may be:

"ios-alert":" Certain iAP is 20% discounted for today. Get it now.. "

Mark

Thanks, i tried and still the push is not received.
Any way to debug ?

Are you using a .p12 certificate without a password?

Yes

I think this might be the root cause of the problem. Please create a cert with a password and re-deploy it to Backendless Console.

That worked :slight_smile:

Thanks for helping out and also please update your docs with such things.

I am glad you got it working!

Hi Guys,

Can you tell how should i send message to particular user (from the app itself) ?
I see the publish option to only have the channel name such as iOS/Android but no option to send to particular user.

Thanks