I want to create a push template using java sdk.
I am able to add in app and notifications to the template, and push notifications sent out ok
but when I add rich messages, and i can't create template, the error is:
400, bad request message not allowed
Does airship supporting this?
Example code:
PartialPushPayload.newBuilder.setRichPushMessage(
RichPushMessage.newBuilder().setBody("hey hey").setTitle("inbox").build()).build()
Comments
4 comments