Android Question How do i publish apps in Samsung App Store?

Scantech

Well-Known Member
Licensed User
Longtime User
I can't publish app in Samsung App Store. I get a message from Samsung.

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.

Galaxy Specials Information shown below and none of them are checked.

Samsung Developer SDK, Samsung IAP SDK, S Pen SDK, Group Play SDK, S Health SDK, Smart COnnectivity SDK, Music Studio API and PEN.UP SDK.
 

DonManfred

Expert
Licensed User
Longtime User
Seems that the requirement is that your app must uses at least one of these official SDKs.


I dont know! Just my thought after reading <our post...
 
Upvote 0

Scantech

Well-Known Member
Licensed User
Longtime User
Add this to your manifest
B4X:
AddPermission(com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY)
Hey good news I hope! I added that permission to the manifest and now it accepted and gave me message that it is going to be reviewed. Crossing my fingers.
 
Upvote 0
Top