Mobile Essentials iOS - Productized App Overview

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Flashcards reviewing key concepts from the 'Mobile Essentials iOS - Productized App Overview' lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What file needs modification to use a remote configuration pointing to the Backbase Sandbox environment?

The configuration file used for the app, specifically assets/backbase/conf/dev/config.

2
New cards

What is the purpose of modifying the configuration file?

To set up the app to communicate with the Backbase Sandbox instead of a localhost installation.

3
New cards

Where can you find Retail User Credentials for the Backbase Sandbox environment?

On the Retail User Credentials page. Ensure that 'Retail Banking USA Edition v2024.03-LTS' version is selected

4
New cards

After logging in with predefined user credentials and creating a passcode, what screen appears?

The 'My Accounts' screen, which is part of the Accounts and Transactions journey.

5
New cards

What existing feature should you consider before creating your own screens from scratch?

Customizing out-of-the-box journeys

6
New cards

What navigation menu does the current version of the Backbase productized application use?

The bottom navigation menu.

7
New cards

What are some capabilities within the Accounts & Transactions journey?

View accounts and transactions, search, filter, and export transaction details.

8
New cards

What is the purpose of the Pockets journey?

Allows customers to create and manage virtual 'pockets' for saving towards financial goals.

9
New cards

What types of transfers are enabled by the Payments journey?

Various types of transfers.

10
New cards

What functionalities are included in the Card Management journey?

General card management, managing travel notices, and managing authorized users.

11
New cards

What class does the AppDelegate class extend?

RetailUniversalAppDelegate class.

12
New cards

What does RetailUniversalAppDelegate class allow?

Allows to provide components that we want to initialize, like Use Cases, Clients, and Configurations.

13
New cards

What methods are overriden in the AppDelegate example?

init and application

14
New cards

What is the init method used for in the AppDelegate class?

To override default journey configurations, setup trackers, and append a header for Backbase API interaction.

15
New cards

What is the application method used for in the AppDelegate class?

To configure a push notification framework.

16
New cards

What file contains all the dependencies used in the application?

The Podfile file.

17
New cards

What are the two types of resources in the project?

Backbase-specific resources and iOS resources.

18
New cards

Where are Backbase-specific resources located?

In the Sources/assets/backbase folder.

19
New cards

What is the purpose of the config.json file?

Connecting the mobile environment to the Backbase backend environment.

20
New cards

Where are BAASHEADERKEY and BAASHEADERVALUE located?

In the Sources/Variants/variants file.