Non-game App gets treated as game by Samsung game launcher

只愿长相守 提交于 2019-11-29 09:37:32

I was having the same problem and I resolved it by changing app.json package to something like

"android": { "package": "com.youruniquecompanyname.yourappname" },

this problem happens if the package name is "com.exmaple" only Samsung detect it as game i do not know why, after i change the package name to "com.exmaple.android" it worked fine.

this can be fixed in the google play services if i'm not mistaken you should check there at this time i'm actually a bit busy maybe when done i can check please more info about your problem

For Cordova v8.0.0:

You need to change the default package name in config.xml from:

io.cordova.hellocordova

to your own, for example:

com.yourcompanyname.yourappname

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!