This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Installing Mobile Applications

You can use the App Store Web interface to install a published mobile application in WSO2 App Manager as follows.

Installing a mobile app in WSO2 App Manager

Follow the steps below to install a mobile app for demonstration purposes.

You need to log in as a user with the internal/subscriber role to install mobile apps.

  1. Log in to the App Store using the following URL: https://<AppM_HOST>:<AppM_PORT>/store/

  2. Click on the mobile app which you want to install, and click Install as shown below.
    install mobile app
  3. Click Yes in the pop-up message to install and subscribe to the app as follows.
    pop up message for app installation and subscription
    You view a pop-up message on successful subscription. 

Enabling subscriptions from mobile devices

You need to install apps published in WSO2 AppM on a mobile device to subscribe and use it as follows.

  1. Connect a Mobile Device Manager (MDM) to WSO2 AppM. For information on integrating a MDM with WSO2 AppM, see Integrating a Mobile Device Manager. 
  2. Enter true as the value of the EnableSubscriptionFromDevices configuration in the <AppM_HOME>repository/conf/app-manager.xml file as follows.
    <Config name="EnableSubscriptionFromDevices">true</Config>

    If you do not have a MDM integrated, you can install the apps in sample devices for demonstration purposes. Enter true as the value of the EnableSampleDevices configuration in the <AppM_HOME>repository/conf/app-manager.xml file as follows to enable sample devices.

    <Config name="EnableSampleDevices">true</Config>

  3. Follow the steps mentioned in the Installing a mobile app in WSO2 App Manager section above.
  4. Click on the image of the device on which you want to install the mobile app as follows.
    select mobile device to install the app
  5. You view a pop-up message on successful subscription as shown below. Now, you can access the app using your mobile device.
    pop up message on successful subscription

Managing my subscriptions

After you subscribe to a mobile app it will be added to My Subscriptions in the App Store. You can Reinstall or Uninstall the apps through My Subscriptions screen as shown below. 

Set the value of the EnableSelfUnsubscription configuration to true in the <AppM_HOME>repository/conf/app-manager.xml file, to allow users to uninstall apps from My Subscriptions screen.

managing my subscriptions