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.
Log in to the App Store using the following URL: https://<AppM_HOST>:<AppM_PORT>/store/
- Click on the mobile app which you want to install, and click Install as shown below.
Click Yes in the pop-up message to install and subscribe to the app as follows.
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.
- Connect a Mobile Device Manager (MDM) to WSO2 AppM. For information on integrating a MDM with WSO2 AppM, see Integrating a Mobile Device Manager.
Enter
true
as the value of theEnableSubscriptionFromDevices
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 theEnableSampleDevices
configuration in the<AppM_HOME>repository/conf/app-manager.xml
file as follows to enable sample devices.<Config name="EnableSampleDevices">true</Config>
- Follow the steps mentioned in the Installing a mobile app in WSO2 App Manager section above.
- Click on the image of the device on which you want to install the mobile app as follows.
- You view a pop-up message on successful subscription as shown below. Now, you can access the app using your mobile device.
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.