Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel7
minLevel1

In-App Message

These are notifications that are shown directly to your users when they are active on your mobile application.

After each customEvent call, it is checked for In-App Message. You can create and customize In-App Message on https://intelligence.relateddigital.com/#Target/TargetingAction/TAList page of RMC management panel.

There are 10 different In-App Message designs available:

Pop-up - Image, Title, Text & Button

Mini - Icon & Text

Full Screen Image

Image AddedImage Added

Image Added

Full Screen and Button

Pop-up - Image, Title, Text and Button

Pop-up Survey

Image Added

Image Added

Image Added

Pop-up - Text and Button NPS

Native Alert & Action Sheet

1-10 Rated NPS

Image Added

Image Added

Image Added

Starred Survey & Second Popup

Half Screen Image

Image Added

Image Added

Using Custom Fonts in InApps

Android

  1. To use custom fonts in InApps, first create a font folder under the res folder.

    Image Added

  2. You can add the fonts you want into the folder you created.
    Note: Yazı tipi adının tamamını küçük harflerle yazmak oluşabilecek hataların önüne geçecektir.

    Image Added

  3. Finally, enter the name of the font you want to use without an extension from the interface.

    Image Added

iOS

  1. First, put the font you want to use in the In-App to the root directory of your project.

    Image Added

  2. Then, you need to define the font you put in the root directory with its extension (.ttf or .otf) in Info.plist. Ex: Sydney.ttf

    Code Block
    languagexml
    <key>UIAppFonts</key>
    	<array>
    		<string>FONT_NAME</string>
    	</array>

  3. Finally, enter the name of the font you want to use without an extension from the interface.

    Image Added


    Note: You have to enter the font type with its original name. When you double-click the .tff or .otf file on your computer, the original name will appear on the screen that opens.

    Image Added

PassionFlower

As in the in-app message from the RMC panel, after creating the wheel of fortune, each customEvent call is checked to see if it is defined and active, then it is displayed.

Wheel of Fortune Half View

Wheel of Fortune Full Screen View

Image Added

Image Added

Scratch to Win

As in the in-app message from the RMC panel, after creating the scratchcard, it is checked whether it is defined and active in each customEvent call, and then it is displayed.

...

Ui button
colorgreen
titleNext Step
urlhttps://relateddigital.atlassian.net/wiki/spaces/KB/pages/2193981448/React+Native+-+Recommendations