WSO2 App Manager provides secure and self-service access to Web and mobile applications through a single-stop app store. It helps IT teams to effectively manage, deploy, and secure business apps, and it helps CIOs, and administrators to measure usage, productivity, and business statistics. The App Store facilitates single sign-on (SSO) to create a seamless user experience (single login to all apps), which reduces help desk and administrative costs.
...
Username | Role | Description |
---|---|---|
creator | internal/creator | This provides access to:
|
publisher | internal/publisher | This provides access to:
|
subscriber | internal/subscriber | This provides access to the App Store to subscribe to published applications, view the documentation, and rate/comment on the apps. |
...
- Access the App Publisher using a Web browser (https://<IP_ADDRESS>:9443/publisher).
- Log in as the creator user you created above, or as the administrator using admin/admin credentials.
Click Add New Web Application.
Info Alternatively, you can click the Click Here link to deploy the sample Web apps that are shipped with WSO2 App Manager. For more information on deploying sample Web apps, see Deploying Sample Web Applications.
- In the Overview screen, enter information as follows. For more information on this section, see Step 1 - Overview.
The descriptions of the fields in the above screen are as follows.
Field Description Sample value Author The user who creates the application. The logged in user is automatically applied as the author. admin
Name The name that appears when the app is published. Plan Your Trip
Display Name Name of the app, which is displayed in the App Store. Plan Your Trip
Context Sub context of the Web application. Gateway URL of the Web application will contain this context. /plan-your-trip
Version Version of the Web application. Users can have multiple versions of the same Web application. The version appears in the gateway URL. 1.0.0
Transports The transport protocol used. Select http or https. https
Web App URL URL of the Web application. This URL is considered as the landing page of the Web application.
Tip Deploy a Web application in Tomcat or any other App Server, start the server, and provide the link of the deployed Web application as the Web app URL.
https://tomcat.apps:8080/plan-your-trip
Description A short description, which will be displayed when the app is published. The Web app for all your travel needs.
Thumbnail A thumbnail image for the Web app. thumbnail.jpg
Banner A banner image for the Web app. banner.jpg
Tags Related tags of the Web app. travel
Info When creating a new Web application, you can also add policies, Web application resources, and advanced configurations to it.
Click Create. The created Web app will appear in the Web Applications list as follows.
Click Submit for Review as shown below, to change the status of the Web app from
CREATED
toIN-REVIEW
.
...
- Access the App Store using a Web browser (https://<hostname>:9443/store), and click Sign In.
Enter the username of any user with 'internal/subscriber' role and a password (you can use the subscriber user you created above), and click Sign In, to log in to the App Store.
Info If you are not an already registered user access the App Store, and click Register to use the self sign-up option to register yourself, and then sign in to the App Store as the registered user.
- Click on an application to subscribe to it.
- Click Subscribe Me. You see a pop-up message if the subscription is successful. Now, you can access and use the app by invoking it as described in the next section.
Anchor | ||||
---|---|---|---|---|
|
...
- Log in to the App Publisher (https:/ /<hostname>:9443/publisher) as the creator user you created above.
- Click Mobile Applications, and click Add New Mobile Application.
- Select Android for Platform as shown below.
- Select Enterprise for Store Type. The following are the available store types.
- Enterprise - this refers to all apps that have been created by the organization.
- Public - this refers to publicly available apps (for example, free apps available online).
Select the APK file, and click Next. (The APK file size should not exceed 200MB).
Tip You can download and use the CleanCalc.apk file as an example. (Click View Raw, to download the file.) For more information on the sample which uses this file, see Clean Calc - A Simple Calculator for Android Devices.
In the Give application details screen, enter the app details as shown in the example below.
The descriptions of the fields in the above screen are as follows.Field Description Title The name of the app (CleanCalc). Description A summarized description of the app. Recent Changes A summarized description of what is new in this app when compared to its previous version. This is optional. Version Version of the public application. If you have previously entered a different version of this app, enter a unique version number. Banner Image that will appear as the banner of the app. Screenshots Screenshots of the app for users to get an understanding on what the app offers. You can include a maximum of four screenshots. Icon file Image that will be used as the app icon in the App Store. When the App Manager installs a mobile app on a device, the default icon will be used instead of the uploaded icon. Info The recommended image extension for the above images you upload is .png, and the recommended dimensions are as follows:
- icons: 124px x 124px
- screenshots: 288px x 512px (landscape), and 512px x 288px (portrait)
- banners: 705px x 344px
Click Create. The created app will appear in the created list of apps as shown below.
...
- Access the App Manager store using the following URL: https://localhost:9443/store/
- Log in to the store with admin/admin as username and password.
- Click on the published app to view it in the catalogue mode as shown below.
Step 4 - Integrating a Mobile Device Manager (MDM)
After publishing the mobile app, you need to integrate a Mobile Device Manager (MDM) with WSO2 App Manager to install the published mobile application in your mobile device. Follow the steps below to integrate WSO2 App Manager with a MDM.
Integrate a mobile device manager with WSO2 AppM. For instructions, see Integrating a Mobile Device Manager.
- Restart WSO2 App Manager.
Step 5 - Installing a mobile application
Follow the steps below to install the CleanCalc app you published above on your mobile device.
...