Enabling Enterprise Subscriptions for Mobile Apps
Want to install an application based on the employee's role in the Organization or install an application on specific employees devices? You can enterprise install applications on many devices via the WSO2 IoT Server's app store.
Example: Your Inventory officers keeping track of inventory require a barcode reader to scan the products in order to keep track of the inventory coming in and going out of the organization. If you do have a specific mobile app for this purposes, you can use this option to install the barcode reader mobile application on all the inventory officers, mobile devices.Â
Follow the steps below to carry-out enterprise subscriptions for mobile apps:
Set the value of theÂ
EnterpriseOperations_Enabled
 configuration in theÂ<IOTS_HOME>/conf/app-manager.xml
 file toÂtrue
 as follows.<Config name="EnterpriseOperations_Enabled">true</Config>
Enter the name of the user role to whom you want to assign privileges to enable enterprise subscriptions, as the value of theÂ
EnterpriseOperations_AuthorizedRole
 configuration in theÂ<IOTS_HOME>/conf/app-manager.xml
 file as follows.The super tenant user in IoT Server has access to this feature by default.
Example:
<Config name="EnterpriseOperations_AuthorizedRole">Internal/store-admin</Config>
Log in to the WSO2 IoT Server store using the following URL as a user with a privileged role as defined in the above step:Â
https://<IoT_HOST>:9443/store/
Click on the mobile app on which you want to apply enterprise subscriptions.
Click Ent. Install as shown below.
Select the roles to whom you want to enable enterprise subscription on the app as shown below.
Click Install.
Select the users for whom you want to enable enterprise subscription on the app as shown below.
Click Install.
Click Yes in the pop-up message. You view another pop-up message upon successful subscription.
Log in to the App Store as a user on whom enterprise subscription was applied above, using the following URL:Â
https://<IOTS_HOST>:9443/store/
Click My Subscriptions. You will have the app on which enterprise subscription was applied added to your My Subscriptions list.