Android App应用之提交到各大… 分类: Android开发 2014-05-30 10:54 221人阅读 评论(0) 收藏
Android App应用之提交到各大市场渠道
2014/02/06 by: shao来源:http://www.cnblogs.com/qianxudetianxia/archive/2012/12/05/2803894.html
private String
getChannelName(String channelKey) {
String
result = "";
if ("dev".equals(channelKey))
{ result = "开发版";
} else if ("official".equals(channelKey))
{ result = "官方版";
} else if ("google".equals(channelKey))
{ result = "谷歌版";
} else if ("appchina".equals(channelKey))
{ result = "应用汇版";
} else if ("youmi".equals(channelKey))
{ result = "有米版";
} else if ("waps".equals(channelKey))
{ result = "万普版";
} else if ("gfan".equals(channelKey))
{ result = "机锋版";
} else if ("91".equals(channelKey))
{ result = "91版";
} else if ("hiapk".equals(channelKey))
{ result = "安卓版";
} else if ("goapk".equals(channelKey))
{ result = "安智版";
} else if ("mumayi".equals(channelKey))
{ result = "木蚂蚁版";
} else if ("eoe".equals(channelKey))
{ result = "优亿版";
} else if ("nduo".equals(channelKey))
{ result = "N多版";
} else if ("feiliu".equals(channelKey))
{ result = "飞流版";
} else if ("crossmo".equals(channelKey))
{ result = "十字猫版";
} else if ("liantong".equals(channelKey))
{ result = "联通版";
} else if ("huawei".equals(channelKey))
{ result = "智汇云版";
} else if ("qq".equals(channelKey))
{ result = "腾讯版";
} else if ("3g".equals(channelKey))
{ result = "3G版";
} else if ("360".equals(channelKey))
{ result = "360版";
} else if ("baidu".equals(channelKey))
{ result = "百度版";
} else if ("sohu".equals(channelKey))
{ result = "搜狐版";
} else if ("samsung".equals(channelKey))
{ result = "三星版";
} else if ("coolmart".equals(channelKey))
{ result = "酷派版";
} else if ("meizu".equals(channelKey))
{ result = "魅族版";
} else if ("moto".equals(channelKey))
{ result = "摩托版";
} else if ("xiaomi".equals(channelKey))
{ result = "小米版";
} else if ("lenovo".equals(channelKey))
{ result = "联想版";
} else if ("zhuamob".equals(channelKey))
{ result = "抓猫版";
} else if ("iandroid".equals(channelKey))
{ result = "爱卓版";
} else if ("imobile".equals(channelKey))
{ result = "手机之家版";
} else if ("uc".equals(channelKey))
{ result = "UC版";
} else {
result = "山寨版";}
return result;
}
1.
国内到底有哪些市场?
//
下面主要是列出开发者后台地址
Google
Play : https://play.google.com/apps/publish
应用汇:
http://dev.appchina.com
机锋市场 :
http://dev.gfan.com/
91和安卓市场
: http://dev.apk.hiapk.com/
//说明一下,发布在安卓市场也会发布到91市场,他们其实同一家了
安智(goapk) :
http://dev.anzhi.com/
木蚂蚁 :
http://dev.mumayi.com/
N多网 :
http://www.nduoa.com/developer
联想乐商店 :
http://developer.lenovomm.com/developer/
十字猫 :
http://dev.crossmo.com/
腾讯应用宝 :
http://tap.myapp.com/android/index.jsp
飞流 :
http://dev.feiliu.com/
智汇云 :
https://dev.hicloud.com/indexManageAction.action
小米应用商店 :
http://developer.xiaomi.com/
百度 :
http://developer.baidu.com/
魅族 :
http://developer.meizu.com/
易优 :
http://www.eomarket.com/user/login/lang/zh_CN
手机之家 :
http://profile.imobile.com.cn
联通沃商店 :
http://dev.wo.com.cn/userportal/mapc_login.action
爱卓网 :
http://www.iandroid.cn/index.php?app=my_sharegoods&act=add&is_original=1
大家尽情的留言补充啊,期待大家的力量….
2.
哪个市场的好坏?

3.
提交应用的准备工作
(1).
应用程序APK文件
(2).
应用简短描述,10个字或者20个字内
(3).
应用关键字,以空格或者逗号隔开,有的市场还会限制个数,比如最多5个
(4).
应用介绍,有的市场要大于200字,
(5).
应用icon,个人市场需要单独上传icon图标,google
play上需要上传一个512x512的高清icon,最好提前准备好
(6).
应用截图,最好准备5张,一般市场要求3-5张
(7).
官方网站,这个填写博客就可以了,我想不是问题吧
(8).
宣传图,这个是可选的,个别市场上有这个选项,如google
play上的尺寸要求为800x480,1024x500,飞流上也有一个,要求224x108尺寸的
(9).
类别,下拉选择一个接近的,各个市场的分类都不大一致
第二次更新升级的时候,就会简单很多:
(1).
最新APK文件
(6).
最新截图,有些市场可以用旧的截图
(8).
最新宣传图,可选
(10).
更新日志,必选,发布之前就要整理好,[增加][修复]了哪些功能和问题
准备工作只要做一次,还算比较简单。下一步才是真正的繁琐。
4.
广告平台问题
1
不同的市场对不同的广告平台有不同的兼容性。
5.
正式提交应用到各大市场
(1).
应用汇appchina:
(2).
安卓市场(91):
(3).
机锋市场
http://www.gfan.com/dev/gunion/2012032616630.html
否则会被拒绝:”品不符合市场发布规范(广告 万普世纪,
SDK未添加机锋标识),暂拒。。请修改“。
(4).
腾讯应用
(5).
360应用
(6).

(7).
木蚂蚁
(8).
3G安卓市场
(9).
N多市场
(10).
十字猫
(11). Google
Play
(12).
联想乐商店
================================================
检测项目 检测结果 描述
积分墙检测结果 不通过 含有非联想指定的积分墙
兼容性测试检测结果 arm: 通过
================================================
随后我马上更新上传一个不包含积分墙的版本,不到一个小时就审核通过了,邮件如下:
================================================
;;;; 很荣幸地通知您, 您提交的应用——xxxx将于30分钟内上架,您可以先逛逛乐商店,看看有什么好玩的应用。
也请您多关注自己应用的下载情况,并及时回复用户提出的问题,谢谢。
================================================
太特么高效了。
(13).
智汇云
(14).
魅族
(15).
小米
(16).
飞流
(17).
百度
(18).
联通沃商店
(19).
搜狐应用中心
6.
使用抓猫


7.
小结
本文谢绝转载,因为需要会不定期更新内容,谢谢!
版权声明:本文为博主原创文章,未经博主允许不得转载。

浙公网安备 33010602011771号