Rich APN - Image URL length

Hello,


We are implementing Rich APN with images from Amazon S3 bucket. We couldn't get the images to load and upon investigation, when we reduced the image file name length, the same url path works just fine. As we use the unique file name, our file names are generated programmatically and longer.

Is there any documented limitation on the file name or the URL length to use Rich APN?


NOT WORKING - https://assets.itrustpro.com/kennel/dev/CHATS/befc4c0b03174a08856d218496454f99.png


same image with shorter file name ---

WORKING - https://assets.itrustpro.com/kennel/dev/CHATS/pictest.png


Thank you,

  • I have encounter the same problem, APNS notification with image, the length of Image URL have Character limit?But no official explanation was found. Looking forward to official reply.

  • According to the introduction of the iOS front-end development colleagues, it is necessary for the iOS front-end to handle it,like download the image and then show it, we cannot expect images to be displayed directly. This issue is not related to the length of image URL. I hope it is helpful to others.

Add a Comment