Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Image is not shown on a card in Android SDK #42

Closed
soniccat opened this issue Oct 13, 2017 · 1 comment
Closed

Image is not shown on a card in Android SDK #42

soniccat opened this issue Oct 13, 2017 · 1 comment

Comments

@soniccat
Copy link

I tuned In-App Notifications. It works well. But when I set an image, I receive a wrong Bundle on Android:

... "hero":{"background":{"$GEPushCardHeroSection3":"Image","url":"my url"},..

as you can see I got strange $GEPushCardHeroSection3 key instead of _type. Because of that I can't get BitmapAssertHandler in Android notifications sdk. For another campaign with color bg I receive right data:

..."hero":{"background":{"_type":"Color","rgbaHex":"#768C97FF"},"contentAlign":"center"},...

That leads that I don't see an image at all.

@soniccat
Copy link
Author

It was fixed on the Facebook side

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant