1/19
Flashcards reviewing key concepts from the 'Mobile Essentials iOS - Productized App Overview' lecture notes.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
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.
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.
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
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.
What existing feature should you consider before creating your own screens from scratch?
Customizing out-of-the-box journeys
What navigation menu does the current version of the Backbase productized application use?
The bottom navigation menu.
What are some capabilities within the Accounts & Transactions journey?
View accounts and transactions, search, filter, and export transaction details.
What is the purpose of the Pockets journey?
Allows customers to create and manage virtual 'pockets' for saving towards financial goals.
What types of transfers are enabled by the Payments journey?
Various types of transfers.
What functionalities are included in the Card Management journey?
General card management, managing travel notices, and managing authorized users.
What class does the AppDelegate class extend?
RetailUniversalAppDelegate class.
What does RetailUniversalAppDelegate class allow?
Allows to provide components that we want to initialize, like Use Cases, Clients, and Configurations.
What methods are overriden in the AppDelegate example?
init and application
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.
What is the application method used for in the AppDelegate class?
To configure a push notification framework.
What file contains all the dependencies used in the application?
The Podfile file.
What are the two types of resources in the project?
Backbase-specific resources and iOS resources.
Where are Backbase-specific resources located?
In the Sources/assets/backbase folder.
What is the purpose of the config.json file?
Connecting the mobile environment to the Backbase backend environment.
Where are BAASHEADERKEY and BAASHEADERVALUE located?
In the Sources/Variants/variants file.