Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

http://seller.samsungapps.com/ - Choosing a Category?

How can I choose a category when submitting a new app in http://seller.samsungapps.com/

Under the Category menu all I see is "Main Category" or "Galaxy Specials"

When I choose Main Category, then I get no submenu, and it won't let me submit the game

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?

like image 605
Ginger Avatar asked Jul 31 '14 21:07

Ginger


People also ask

What is Galaxy Store on Samsung phone?

The store is available in 125 countries, and it offers apps for Android, Tizen, Windows Mobile, and Bada platforms. Apps from this store are updated by notifying the user via the Samsung Push Service, which has been installed in over one billion smartphones over the years.

Which is better Galaxy Store or Play Store?

If you have a Samsung phone, most users recommend going through the Galaxy Store to update pre-installed Samsung apps, but choose the Play Store to install other apps. You'll likely install an app from Galaxy Store if it doesn't exist in the Play Store.


1 Answers

this answer worked for me.

http://www.feelzdroid.com/2015/05/galaxy-specials-error-samsung-seller-office.html

Its just small change in manifest file.

Content of the link:

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.
like image 98
Naruto Avatar answered Sep 18 '22 14:09

Naruto