How to update app version in WSO2 EMM? - wso2

I've successfully published an Android app on WSO2 Enterprise Mobile Manager.
Now I want to update the app version, by uploading a new apk.
How can I do? I find no solution on the documentation.

See my answer here for instructions on how to implement the patch they included in EMM-686.

Related

What framework used in WSO2 Emm?

I have struggle to work with source code in wso2 emm. I don't know how to setup wso2 emm in eclipse?, What framework they used? And how to generate the wso2 emm bundle? Please guide me.
WSO2 EMM used carbon framework. EMM is not worked with eclipse. It is a product you can use to control mobile devices. You can get the emm product source and build it using maven. After you build the product, you can find the product zip in /modules/distribution/target folder. find more information how product works on the documentation

WSO2 EMM - How to config project

When i develop with WSO2 EMM, i don't understand how to config project to run on local. I has config run on local success, but i don't go to the address same as the tutorial: Youtube link
Please tell me how to make it.
Thanks!
Every EMM version has the same URL if you are using a fresh pack with out modifying the offset configuration in carbon.xml the default url will be as following,
https://localhost:9443/emm
the tutorial you are referring is for EMM 1.. release. The latest version of EMM is 2.2.0 which is available in EMM product page.
The functionalities are most likely the same with new and improved UI and much more features and higher performances.So its best if you can use the new version to get started with wso2 EMM.

How to install federated authenticators in wso2 API manager 2.0?

I am trying to install following feature in wso2 API manager 2.0.
http://xacmlinfo.org/2015/05/13/federated-authenticators-in-wso2-api-manager-wso2apim/
but I am getting error in API manager's console while installations.
It seems the above package is not compatible for 2.0 version.
Please suggest me the exact version of 'Application Authenticator' feature which is compatible with wso2 AM version 2.0.
Thanks in advance
It seems the p2 repos are still not updated with the latest Authenticator versions based on Identity Application Management Server Feature 5.2.0 or above. This will be updated soon with the next release.
However you can use WSO2 IS for this use case. You can configure SSO for APIM with IS using this link . Then you can federate IS for OpenAM with this link . With that you can connect APIM with openAM.
Hope this helps.

WSO2 Enterprise Store - how can I add mobile apps?

I'm trying out the beta/unreleased code for EMM 2.0 (which I believe is now MDM) and I undestand that the mobile app store and publisher function have been moved to Enterprise Store, however I'm unable to see/add mobile apps - I only see Gadgets and Sites.
I was looking for the source in case I missed the plugin, but at https://github.com/wso2/carbon-store/tree/master/features/extensions I only see Gadgets and Sites.
Can someone tell me how to enable mobile apps and/or point me to the mobile app plugin source?
FYI, I installed ES from http://wso2.com/products/enterprise-store/ and also master branch from the following:
https://github.com/wso2/product-mdm.git
https://github.com/wso2/carbon-device-mgt-plugins.git
https://github.com/wso2/carbon-device-mgt.git
You can use WSO2 App Manager,
Please read this doc to integrate it with WSO2 EMM
https://docs.wso2.com/display/APPM100/Mobile+Apps+Configurations
WSO2 is working on integrating app management features with WSO2 EMM 2.0.0. Device and App Management both features will be shipped with EMM 2.0.0 once it is released.

How do you install multiple WSO2 products?

The installation instructions are clear how to download a .zip for an individual product (e.g. ESB, Application Server, Mashup Server). But based on the OSGi component architecture, I thought it would be possible to, for example, add Mashup Server functionality to an existing install of the ESB. I've looked at the Feature Manager, and tried adding a repository (http://dist.wso2.org/p2/carbon/releases/3.2.4/), but have not had success.
Any guidance appreciated.
It's possible to install different features via the feature manager, but you have to determine the correct version of the feature compliant with the target server. For example, to install BPEL features to WSO2 ESB 4.0.2, first find the related WSO2 Carbon platform version. This can be determined by the version of $ESB-HOME/repository/components/plugins/org.wso2.carbon.core-x.x.x.jar. So if WSO2 ESB 4.0.2 is the target server, then the version of org.wso2.carbon.core jar would be 3.2.2. So the relevant BPEL feature version is 3.2.2.
You can read more about Installing+Features and How install the BPEL features via Feature Manager.
Please refer to WSO2 release matrix [1] in order to match the correct version
By looking at it, you can easily find the Carbon version of any product version.
For example ESB 4.0.2 has the carbon version 3.2.2
[1] http://wso2.com/products/carbon/release-matrix/