Part 1: Add Module Dependencies

Last modified: September 26, 2023

1 Introduction

This section 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.

2 Implementing the Encryption Module

Skip this section if the Encryption module is already implemented in your app. Implement this module by doing the following:

  1. Open up the Marketplace from Studio Pro.
  2. Search for Encryption.
  3. Open the Encryption module.
  4. Click Download.
  5. Follow the instructions on the Encryption marketplace guide to set up this module.

3 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:

  1. Open up the Marketplace from Studio Pro.
  2. Search for Community Commons.
  3. Open the Community Commons module.
  4. Click Download.
  5. No further installation is required. If you want to know more about the module visit the Community Commons marketplace guide.

4 Implementing the Nanoflow Commons Module

Skip this section if the Nanoflow Commons module is already implemented in your app, or if you do not plan on using using local or native push notifications. Implement this module by doing the following:

  1. Open up the Marketplace from Studio Pro.
  2. Search for Nanoflow commons.
  3. Open the Nanoflow commons module.
  4. Click Download.
  5. No further installation is required. If you want to know more about the module visit the Nanoflow Commons marketplace guide.

5 Implementing the Native Mobile Resources Module

Skip this section if the Native Mobile Resources module is already implemented in your app, or if you do not plan on using using local or native push notifications. Implement this module by doing the following:

  1. Open up the Marketplace from Studio Pro.
  2. Search for Native mobile resources.
  3. Open the Native mobile resources module.
  4. Click Download.
  5. Add the NativeMobileResources.User module role to any user role that needs to interact with notifications.
  6. No further installation is required. If you want to know more about the module visit the Native mobile resources marketplace guide.

6 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:

  1. Open up the Marketplace from Studio Pro.
  2. Search for Atlas Core.
  3. Open the Atlas Core module.
  4. Click Download.
  5. No further installation is required. If you want to know more about the module visit the Atlas UI marketplace guide.

7 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:

  1. Open up the Marketplace from Studio Pro.
  2. Search for Data Widgets.
  3. Open the Data Widgets module.
  4. Click Download.
  5. No further installation is required. If you want to know more about the module visit the Data Widgets marketplace guide.

8 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:

  1. Open up the Marketplace from Studio Pro.
  2. Search for Pop-Up Menu.
  3. Open the Pop-Up Menu widget.
  4. Click Download.
  5. No further installation is required. If you want to know more about the widget visit the Pop-Up Menu marketplace guide.

Now that you have installed the dependencies you need, you can move on to the next section.