本文介绍了http://seller.samsungapps.com/- 选择类别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在 http://seller.samsungapps.com/提交新应用程序时选择类别
在类别"菜单下,我只看到主要类别"或银河特价"
Under the Category menu all I see is "Main Category" or "Galaxy Specials"
当我选择Main Category时,我没有子菜单,它不会让我提交游戏
When I choose Main Category, then I get no submenu, and it won't let me submit the game
如果我选择 Galaxy Specials \ Other,它会告诉我:
If I choose Galaxy Specials \ Other, it tells me:
The registered binaries do not meet the category conditions for GALAXY Specials. The GALAXY Specials category can be selected only if at least one binary supports GALAXY Specials. You can go to ‘Binary>Advanced Mode>Binary Details’ to check the supported GALAXY Specials options.
那么,我该如何提交游戏?
So, how can I submit the game?
推荐答案
这个答案对我有用.
http://www.feelzdroid.com/2015/05/galaxy-specials-error-samsung-seller-office.html
它只是清单文件中的小改动.
Its just small change in manifest file.
链接内容:
Recently Samsung seller office has done some changes,
if you simply upload APK like Google play store it will throw error,
"The registered binaries do not meet the category conditions for GALAXY Specials.
The GALAXY Specials category can be selected
only if at least one binary supports GALAXY Specials.
You can go to ‘Binary > Advanced Mode > Binary Details’
to check the supported GALAXY Specials options."
There is no option to disable Galaxy specials in seller office,
the simple and easy way to fix this problem is
just add a permission in your manifest file
i.e,
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY"/>
Now export your APK in release mode and upload it in Samsung seller office,
a confirmation message appears, just confirm it.
Now APK will be successfully uploaded to Samsung app store.
这篇关于http://seller.samsungapps.com/- 选择类别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!