我正在開發與Ionic(科爾多瓦)的應用程序,但沒有爲我的版本使用語義格式。切換到應用商店的語義版本和玩商店
在我的配置文件中,Android的版本標籤號是1.69,iOS版的是138。
有沒有辦法切換到語義格式,如果是這樣,我應該使用哪個數字?
順便說一下,這兩個商店是否可以使用相同的版本號,而不會得到有關優先級的錯誤?
感謝
config.xml中爲iOS:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget android-versionCode="1700" id="com.board" ios-CFBundleVersion="1700" ios-CFBundleVersionString="139" version="139" versionCode="10" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Board</name>
<description>
...
config.xml中爲Android:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget android-versionCode="1700" id="com.board" ios-CFBundleVersion="1700" ios-CFBundleVersionString="139" version="1.7.0" versionCode="10" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Board</name>
<description>
...
有你兩個平臺2個相同CONFIGS? PS:你在代碼段 – MatPag
上爲iOS寫了config.xml,很抱歉,沒有。我做了一個蜜餞,我修好了。 「版本」不同 – Louis