Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Hello everybody
I have finished make my 1st game using OPENSPACE3D.
OS3D very cool!!
You can try it and download at google playstore
Demo Version >> https://play.google.com/store/apps/deta … llgamedemo
Premium Version >> https://play.google.com/store/apps/deta … otballgame
sorry video not in good quality. will update later.
Offline
Thanks Arkeon...
I get this message in google dev console
Your app has an apk with version code .......... that requests the following permission(s): android.permission.CAMERA. Apps using these permissions in an APK are required to have a privacy policy set.
why this happen? i dont know..
Offline
This is because by default OS3d add the camera permission for Augmented Reality.
Google request that you define a privacy policy http link that descript the app rights and privacy data usage.
I think something like "no user informations are used in any way ".
https://support.google.com/googleplay/a … wer/113469
Otherwize you can modify the manifest.xml.in file to remove the camera permission if you don't need it.
Offline
Sent on our social networks
if you don't mind can you add "powered by OpenSpace3D" at the end of your app description ?
If everybody do this this will make it more simple to found all google play app made with OS3d
Offline
Yup.. i didnt use camera for now.
how to remove in manifest.xml?
So i need to make changes in manifest.xml then build new .apk right?
i have add Powered by OpenSpace3D
how to sent to your social networks? you mean share it?
I will update my game Fb page.
Offline
I just made a small post to promote your game on https://www.facebook.com/openspace3dfr
for user policy just create a webpage and put the link in the apk form on google play/
I made this for our app : http://www.openspace3d.com/politique-de … cy-policy/
Offline
Nice..thanks...
i will promote in fb groups also..
i hv add many soccer fb groups but not hv time to share for now.
i think i want to remove camera permission in manifest.xml because i dont hv website..hehe
and also, i want make new changes for the app
can u teach me how?
i cant find manifest.xml file
Offline
in "C:\Program Files (x86)\Scol Voyager\androidDeployerTools\scolbase\AndroidManifest.xml.in"
remove the line
<uses-permission android:name="android.permission.CAMERA"/>
and export the app again
test it first before sending it on the store
Offline
Is it possible to make multiplayer game?
maybe i want to put multiplayer game in this app
Offline
yes you can, but you will need to install the OS3D java server part on a external server.
You can also use the default server used in networks demo but for production app it's better to use your own so you keep control on it in case of a server problem.
Offline
I hv remove camera permission and tested it.
it's updated now.
Thanks Arkeon.
Ok i will learn how to make multiplayer next.
Offline
Pages: 1