回值代码
// 获取本地应用资源版本号 plus.runtime.getProperty(plus.runtime.appid, function(inf) { document.getElementById('version-info').innerText = 'Version: '+inf.version+" | "+plus.runtime.version; console.log("plus.runtime.version:" + plus.runtime.version); console.log("当前应用版本:" + inf.version + ' , app id=' + inf.appid+' id2='+plus.runtime.appid); // checkUpdate(checkUrl + '?v=' + inf.version + '&app_id=' + inf.appid, inf); });
解答:
简单来说,你现在运行的是哪个应用,获取的就是哪个应用的信息。
使用HBuilder真机运行你的工程,虽然内容是你的工程,但是这个应用依旧是HBuilder。
工程打包成apk或ipa后,获取的就是此应用的信息。
总之一句话,测试不行,封装后行