我正在尝试使用WSO2 as创建一个移动应用程序商店。我能够在PC上托管它,并从另一个访问,注册用户,登录为用户,登录为管理员,从商店下载“电子书”资产在我的智能手机上。我已经能够在publisher URL(https://192.xxx.xx.xx:9443/publisher)上发布"mobileapp“资产。一切都很好,直到这里,但我不知道如何才能真正上传我的应用程序(.apk文件)在服务器上。我也看不到商店网址中的"mobileapp“部分(http://192.xxx.xx.xx:9763/store).I认为我在官方documentation.It中遗漏了一些东西,如果有人能指出我需要做什么来解决这个问题,那将是很有帮助的。
发布于 2014-07-10 13:38:45
似乎你错过了为移动应用创建正确的RXT。WSO2 ES是一个通用存储,如果您想要添加任何自定义选项,则需要根据需要进行定义。
以下是官方指南:http://docs.wso2.com/display/ES100/Adding+a+New+Asset+Type
也请查看此博客以进一步简化:
http://udarakr.blogspot.com/2013/11/deploy-your-own-enterprise-store-part-1.html
http://udarakr.blogspot.com/2013/11/deploy-your-own-enterprise-store-part-2.html
http://udarakr.blogspot.com/2013/11/deploy-your-own-enterprise-store-part-3.htmlhttps://stackoverflow.com/questions/24668511
复制相似问题