java-apns
java-apns copied to clipboard
launchImage seems not working
I have an image file inside the application. For example, image.png.
APNS.newPayload().launchImage("image.png").badge(1).alertBody("Can't be simpler than this!").build();
But the notification is shown as usual application image - not "image.png". Why? Is there any restriction about image file for launch-image?