hi, I need help. I have already submitted a beta version to the seller portal with 1.0.0. now when I going to upload a new binary with version code 2.0.0,
What is this version code thing? there is no way to add a version code to my config file. but in the seller portal, there is a version code and it’s not in my project files.
Here are some hints I think the last one is what is stopping you.
package ID is not same thing as file name. Package ID must remain same across all updates. You can see the package ID in the Build window in GWD. Leave that alone!
version number is just below that - CHANGE it for each new version, and make sure the newer one has a higher number.
once you build your project you will have a XXXXXX.tpk file - rename it directly through your file explorer, because file name MUST be different for each uploaded binary.
can you please send me a sample configuration file with version number and package ID please? because I’m working in Tizen studio and I can’t find the build window.
i tried with changing the name, then it gives below error.
The binary is invalid. The app type must be identical to that of the other registered binaries.
I can’t see anywhere to change app type and I didn’t do the changes to that app type. hope for your support!
I think you need to completely remove old binary file & add new for both TW4 & TW5. Package name must be the same, version code have to be higher than on previous one.
hi, how to change the version code? I can’t find a place to change the version code thing. I changed my version from 1.0.0 to 1.1.0 but I can find that long number (version code)
The version setting part is automatically done from the seller portal side? (I mean the long number 1000000) or can we change it from anywhere in Tizen studio? The next thing is when I change the binary name and reupload, it gives me
The binary is invalid. The app type must be identical to that of the other registered binaries.
from where can I see the app type in Tizen studio?
The version setting part is automatically done from the seller portal side? (I mean the long number 1000000) or can we change it from anywhere in Tizen studio?
When you change the version to 1.0.1 the store will show it as 1010000
The next thing is when I change the binary name and reupload, it gives me
The binary is invalid. The app type must be identical to that of the other registered binaries.
from where can I see the app type in Tizen studio?
Use File Explorer in Samsung to rename it, it sounds like you may have changed it from a xxxx.tpk to xxxx.tpk2 or something instead of xxxx2.tpk unless you changed something in the manifest files.