java-apns icon indicating copy to clipboard operation
java-apns copied to clipboard

launchImage seems not working

Open yurevich1 opened this issue 8 years ago • 0 comments

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?

yurevich1 avatar Apr 12 '16 19:04 yurevich1