Closed singhdilip1007 closed 2 years ago
That's strange. What sizes are the images?
Closed due to age.
@tomasmcguinness I am using 80 80, 160 160 and 240*240, none of logo is not showing up.
```
byte[] bytesLogo1 = DownloadImageAsync("images\\black_facebook@1x.png"); //80*80
byte[] bytesLogo2 = DownloadImageAsync("images\\black_facebook@2x.png"); //160*160
byte[] bytesLogo3 = DownloadImageAsync("images\\black_facebook@3x.png"); //240*240
request.Images.Add(PassbookImage.Icon, bytesLogo1);
request.Images.Add(PassbookImage.Icon2X, bytesLogo2);
request.Images.Add(PassbookImage.Icon3X, bytesLogo3);
@007vel Have you resolved this issue?
Hi, here's the code we're trying to show logo/icon on coupon but its not showing there.