Part 1: Add Module Dependencies
Introduction
This guide will help you add module dependencies for the Push Notifications Connector module. You only need to install the modules your use case requires. Once your app has the modules it needs, you may move on to Implement the Push Notifications Module.
Implementing the Encryption Module
Skip this section if the Encryption module is already implemented in your app. Implement this module by doing the following:
- Open up the Marketplace from Studio Pro.
- Search for Encryption.
- Open the Encryption module.
- Click Download.
- Follow the instructions on the Encryption marketplace guide to set up this module.
Implementing the Community Commons Module
Skip this section if the Community Commons module is already implemented in your app. Implement this module by doing the following:
- Open up the Marketplace from Studio Pro.
- Search for Community Commons.
- Open the Community Commons module.
- Click Download.
- No further installation is required. If you want to know more about the module visit the Community Commons marketplace guide.
Implementing the Nanoflow Commons Module
Skip this section if the Nanoflow Commons module is already implemented in your app. Implement this module by doing the following:
- Open up the Marketplace from Studio Pro.
- Search for Nanoflow commons.
- Open the Nanoflow commons module.
- Click Download.
- No further installation is required. If you want to know more about the module visit the Nanoflow Commons marketplace guide.
Implementing the Native Mobile Resources Module
Skip this section if the Native Mobile Resources module is already implemented in your app. This module is required even for progressive web apps. Implement this module by doing the following:
- Open up the Marketplace from Studio Pro.
- Search for Native mobile resources.
- Open the Native mobile resources module.
- Click Download.
- Add the
NativeMobileResources.User
module role to any user role that needs to interact with notifications. - No further installation is required. If you want to know more about the module visit the Native mobile resources marketplace guide.
Implementing the Atlas Core Module
Implement the Atlas Core module for apps in Mendix Studio Pro 10.0 and above. Skip this section if the Atlas Core module is already implemented in your app. Implement this module by doing the following:
- Open up the Marketplace from Studio Pro.
- Search for Atlas Core.
- Open the Atlas Core module.
- Click Download.
- No further installation is required. If you want to know more about the module visit the Atlas Core Marketplace page.
Implementing the Data Widgets Module
Implement the Data Widgets module for apps in Mendix Studio Pro 10.0 and above. Skip this section if the Data Widgets module is already implemented in your app. Implement this module by doing the following:
- Open up the Marketplace from Studio Pro.
- Search for Data Widgets.
- Open the Data Widgets module.
- Click Download.
- No further installation is required. If you want to know more about the module visit the Data Widgets marketplace guide.
Implementing the Pop-Up Menu Widget
Implement the Pop-Up Menu widget for apps in Mendix Studio Pro 10.0 and above. Skip this section if the Pop-Up Menu widget is already implemented in your app. Implement this widget by doing the following:
- Open up the Marketplace from Studio Pro.
- Search for Pop-Up Menu.
- Open the Pop-Up Menu widget.
- Click Download.
- No further installation is required. If you want to know more about the widget visit the Pop-Up Menu marketplace guide.
Implementing the Combo Box Widget
Implement the combo box widget for apps in Mendix Studio Pro 10.0 and above. Skip this section if the Combo Box widget is already implemented in your app. Implement this widget by doing the following:
- Open up the Marketplace from Studio Pro.
- Search for Combo Box.
- Open the Combo Box widget.
- Click Download.
- No further installation is required. If you want to know more about the widget visit the Combo Box marketplace guide.
Implementing the Switch Widget
Implement the Switch widget for apps in Mendix Studio Pro 10.0 and above. Skip this section if the Switch widget is already implemented in your app. Implement this widget by doing the following:
- Open up the Marketplace from Studio Pro.
- Search for Switch.
- Open the Switch widget.
- Click Download.
- No further installation is required. If you want to know more about the widget visit the Switch marketplace guide.
Now that you have installed the dependencies you need, you can move on to the next section.