如何将 Android Market 上的我的应用程序与其他应用程序链接
我开发了 4 个 Android 应用程序并在 Android Market 中发布(每个应用程序使用不同的私钥签名,但仅通过一个 Gmail 帐户上传)。当我从 Android Market 网站打开应用程序详细信息页面时,它没有在“来自开发人员的更多内容”下显示我的其他 3 个应用程序。
我的所有 4 个应用程序都发生了这种情况。
那么应该怎么做才能让我的其他 Android 应用程序归入“来自开发人员的更多内容”?
I have developed 4 android Apps and published in Android Market(each apps signed with different private keys but uploaded through only one gmail Account). when i Opened the app details page from Android Market site, it doesn't shows my other 3 Applications under "More from developer".
This happened for all my 4 Application.
So what should be done in order to have my other Android Applications to come under "More from developer"??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有一个记录的
Intent
语法为此(http://market.android.com/search?q=pub:<开发者名称> 或 market://search?q=pub:<开发者名称>
)。Yes, there is a documented
Intent
syntax for that (http://market.android.com/search?q=pub:<Developer Name> or market://search?q=pub:<Developer Name>
).