Configuring the Info Module

To see an example on how this module would display to your users, refer to Application Screens: About Screen.

As of the 2.3 release, the version number in the Info module is no longer in use and the version of the app displayed on this screen is not pulled directly from the app source code.

To configure the Info module:

1.    Login to your App47 account.

2.    From the toolbar, select Manage > Configuration.
The Configuration window displays.

3.    Select the app from the Select App drop-down.
The following table displays the App47 Configurations and Mobile settings.

4.    From the Action column, select the pencil icon for the InfoModule.
The Edit Configuration Group window displays, as shown below.

5.    The following table lists the App47 Configurations and Mobile settings.

Field

Description

Default Setting

title

Enter the title to display on the top of the About menu option.

[APP_TITLE]

description-title

Enter a title to display above the description on the About menu option.

[APP_DESCRIPTION_TITLE]

description-text

Enter a description of your mobile application to display on the About menu option.

[APP_DESCRIPTION_TEXT]

contact-phone-url

This field controls the contact phone numbers that display on the About menu option.

For JSON file format, please Refer JSON_FORMATS\contact_phones.json in the Assets.zip file.

If you want to display the phone type, you must add the TypeDesc to the contact_phones.json file, as highlighted below.

{
"Type": "Main",
"TypeDesc": "Main",
"Value": "703-564-5200"
}

contact_phones.json

contact-address-url

This field controls the contact address that displays on the About menu option.

For JSON file format, please Refer JSON_FORMATS\contact_addresses.json in the Assets.zip file.

contact_addresses.json

contact-email-title

Enter a title to display above the contact email information on the About menu option.

Emails:

contact-email-url

This field controls the contact emails that display on the About menu option.

For JSON file format, please Refer JSON_FORMATS\ contact_emails.json in the Assets.zip file.

contact_emails.json

contact-website-title

Enter a title to display about the contact website information on the About menu option.

Websites:

contact-website-url

This field controls the contact websites that display on the About menu option.

contact_website.json

app-url-ios

Enter the "Tell a Friend" iOS build URL.

[APP_IOS_DOWNLOAD_URL]

app-url-android

Enter the "Tell a Friend" Android build URL.

[APP_ANDROID_DOWNLOAD_URL]

contact-phone-title

Enter the title to display above the contact phone numbers on the About menu option.

Important Numbers:

contact-address-title

Enter the title to display above the contact address information on the About menu option.

Addresses:

app-share-title

Enter the subject you want to appear in the email when a mobile user clicks Tell a Friend.

[APP_EMAIL_SHARE_TITLE]

app-share-text

Enter the text to display in the body of the email when a mobile user clicks Tell a Friend.

App URL: {appUrl}

enable-configsettings

Enter "Yes" to allow users to change the configuration settings on the Info page. Enter "No" to disable this setting.

No