Configure In-App Messaging
Configuring In-App Messaging
You can enable and configure in-app messages within your application for both iOS and Android.
Configuring in-app messaging for iOS
To enable in-app messaging for iOS, follow these steps:
- Enable in-app messaging by setting the
enable_in_app_messaging
parameter totrue
in yourhydra-config.plist
file. - Add an Image Set named
inAppPlaceholder
in your project'simages.xcassets
. This image will serve as a placeholder when an in-app message does not include an image.
Configuring in-app messaging for Android
- Enable in-app messaging by setting the
enable_in_app_messaging
parameter totrue
in yourhydra-config.json
file. - Add an image file named
hydra_in_app_placeholder
to theandroid/app/src/main/res/drawable
folder. This image will be used as a placeholder when an in-app message does not include an image.
Updated 19 days ago