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,
after a long time I have a problem again
In OpenSPace3D "Project setting" I changed version to 1.1 and tried to upload the updated program to GOOGLE PLAY
(The original version was 1.0).
Can not update still reports¨:
Upload Failed
The APK is necessary to use different versions of the code. Code File Version 1 already exists.
I tried to change the application to version 2.0, and still the same problem and the same message
........(Or do I need to create a new keystore? If I'm right key file must remain the same)
Last edited by LSI (1-Oct-2016 23:15:25)
Offline
You should chengу in manifest version code to 2. And do i++ always with new version.
Openspace3D its a "pain" for android developers))
arkeon pls make android setting for project, like it make in unity.
Offline
Can you also add that, package name and app name will be different parameters , it can removes many limitations.
Offline
1. play market not add app with same pkgname, now it not problem but when will be 1000 developers.
2. you have same parameter [appshortname] for pkgname and <application android:label> i want that my user saw app name on phone like "My App", but pkgname dont like it, because of space.
it can solving by use parameters [appshortname] and [applabelname]
Last edited by denua (4-Oct-2016 10:16:14)
Offline
I mean like in unity you can set pkgname by self.
And also you could set different parameter in manifest temp [appshortname] and [applabelname]
not use in whole manifest [appshortname]. I always change in manifest <application android:label="My App Name">
Offline
sorry since the goal is to keep it the most easy as possible you have to convince me when adding this sort of option
by the way i'm adding an option for portrait mode and manage this in the camera view also.
Offline
cool. version in manifest will getting from project settings?
keep it the most easy its good goal.
I find myself as advanced user, I would have enjoy if each project create own manifest in app folder and then always bulding from here , not from default
Offline
yes the version name is taken from the project settings
yes and no, I prefer to keep the base manifest so the projects don't have to be updated manually when a new version add a new feature
Offline
as I was expecting the Package Name parameter is error prone for standard users.
what do you think if I remove the parameter and generate it this way "com.company.shortappname"
the company name took from the project setting and set to "os3d" if empty ?
Offline
it was realy cool! but put in this field catching exception in company name input. For using correct names.
Offline
Better automatically show this setting window when you create new project. because if you don't put comp name and download it on play market, you can't change later this pak name NEVER .
Offline
What I did for know is to use the company name is exist.
when you change the app name or company name in settings the pkgname is regenerated on export.
I let the form with edit pkgname as it for now but the validation tests on pkgname restriction is also now more restrictive to avoid formating error. hope it'll be enough
Offline
Pages: 1