问题标签 [ovi]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
qt - 将 Qt 应用程序发布到诺基亚 Ovi 商店
我为 S60 手机开发了一个 symbian 应用程序。我已经签署了诺基亚的应用程序。但是当我尝试将应用程序上传到 Ovi 商店时,会出现以下错误。
错误 105 - 包 UID 无效:0xe0071385。106 - exe/dll UID3 无效:0xe0beeb65。107 - exe/dll SID 无效:0xe0beeb65。
我的应用程序 Uid 是有效的,因为签名应用程序是成功的。在页面http://developer.nokia.com/Community/Wiki/Guide_to_Publishing_Qt_Applications_to_the_Ovi_Store中明确表示“版本号必须与应用程序中显示的版本字符串匹配。#{“我的应用程序安装程序”},(0x2002CCCF),1, 0,0",在我的应用程序中,它被维护。